0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 17 hours ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
idl2ada.pl - In main program loop over @ARGV, bless $CORBA::IDL2Ada::global_symroot into CORBA::IDLtree - Adapt subs print_ospecfile_prologue and print_ispecfile_prologue to CORBA::IDL2Ada new sub gen_withes - In sub gen_ada case ($type == CORBA::IDLtree::TYPEDEF) fix arguments passed to CORBA::IDL2Ada::array_range calls
Oliver Kellogg
as okellogg
More... almost 7 years ago
CORBA/IDL2Ada.pm - In sub set_directive_object bless $dirobj - Factor sub gen_withes from duplicated code for generating "with" clauses - In sub e exclude comments from automatic wrapping of very long lines - In sub needs_IDL_FILE return 0 for $type == CORBA::IDLtree::REMARK - In sub maybe_synthesize_IDL_FILE, - adapt COMMENT of $synth_module to changed structure used by CORBA::IDLtree version 1.5 - bless $global_symroot into CORBA::IDLtree
Oliver Kellogg
as okellogg
More... almost 7 years ago
CORBA/IDLtree.pm : Sync with public release 1.5
Oliver Kellogg
as okellogg
More... almost 7 years ago
fatfixml.pl - New sub str2xml converts XML reserved characters in strings to their XML compatible escapes: < is converted to &lt; > is converted to &gt; & is converted to &amp; \" is converted to &quot;
Oliver Kellogg
as okellogg
More... about 7 years ago
fatfixml.pl version 2016-09-22 - Replace tabs by spaces. - Add command line switch "-h" for help text. - Change switch "-e" to expect an XML formatted tag. - Admit "#" in addition to "--" as comment prefix character. - Fix handling of IDL qualified type name starting at column 1. - Replace "::" in IDL qualified type name by "." for XML tag validity. - Use notation <element>N</element> at all array and sequence elements.
Oliver Kellogg
as okellogg
More... over 7 years ago
fatfixml.pl initial commit to orbit-ada repo: - New option "-e" permits setting an outer envelope tag. - New option "-t" permits setting the tag used for each record of the input file (a record begins with a "(" on a line by itself). If this option is not given then the input filename without path and without extension is used as the record tag. - In XML output file print initial line <?xml version="1.0" encoding="UTF-8"?> - On printing array and sequence elements, use the syntax <element index="N"> ... </element> where N is the array/sequence index. - All texts outside records are now converted to XML comments.
Oliver Kellogg
as okellogg
More... over 7 years ago
Remove unused / broken file.
Oliver Kellogg
as okellogg
More... over 7 years ago
sync with svn trunk
Oliver Kellogg
as okellogg
More... over 8 years ago
sync with svn trunk
Oliver Kellogg
as okellogg
More... almost 10 years ago
sync with svn trunk
Oliver Kellogg
as okellogg
More... over 10 years ago
In sub append_dot_zero add missing return statement.
Oliver Kellogg
as okellogg
More... over 10 years ago
sync with trunk
Oliver Kellogg
as okellogg
More... over 10 years ago
sync with trunk
Oliver Kellogg
as okellogg
More... almost 11 years ago
sync with svn trunk
Oliver Kellogg
as okellogg
More... almost 11 years ago
Start setting option"-nest" to work for interfaces. The Impl, Helper, and POA packages are not done yet.
Oliver Kellogg
as okellogg
More... almost 11 years ago
sub is_type: In case isnode($thing), return true also if $type is INTERFACE or INTERFACE_FWD
Oliver Kellogg
as okellogg
More... almost 11 years ago
sub add_with: - For ($type == CORBA::IDLtree::INTERFACE), push_with($resolved_type) only if $do_nesting is false.
Oliver Kellogg
as okellogg
More... almost 11 years ago
Sync with svn trunk r26150,
Oliver Kellogg
as okellogg
More... almost 11 years ago
Sync with svn trunk r26148,
Oliver Kellogg
as okellogg
More... almost 11 years ago
sync with svn trunk
Oliver Kellogg
as okellogg
More... almost 11 years ago
sync with trunk r26009
Oliver Kellogg
as okellogg
More... about 11 years ago
sync with trunk
Oliver Kellogg
as okellogg
More... about 12 years ago
sync with svn trunk
Oliver Kellogg
as okellogg
More... about 12 years ago
sync with svn trunk
Oliver Kellogg
as okellogg
More... over 12 years ago
sync with svn trunk
Oliver Kellogg
as okellogg
More... over 12 years ago
sync with svn trunk@11615
Oliver Kellogg
as okellogg
More... over 12 years ago
sync with svn trunk
Oliver Kellogg
as okellogg
More... over 12 years ago
set to work for orbit2
Oliver Kellogg
as okellogg
More... over 12 years ago
sub c_typof: Remove global scope package synthesis prefix from return value.
Oliver Kellogg
as okellogg
More... over 12 years ago
add news for 1.3
Oliver Kellogg
as okellogg
More... almost 13 years ago