summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'ACE-4_6_45'.ACE-4_6_45nobody1999-07-15298-80812/+0
* In code generation for the foo_copy() method, modified code toparsons1999-07-151-9/+19
* Added a 'f' at the end of a printed floating point literal, toparsons1999-07-141-1/+1
* Fixed be_visitor_structure_cdr_op_ci::post_process() to skip theparsons1999-07-142-2/+4
* Modified CDR extraction operator to handle the rather uniqueparsons1999-07-131-6/+22
* Fixed the duplicate generation of the ACE_THROW_SPECyamuna1999-07-132-4/+3
* Made changes to generate code for multiple inheritance such that it overcomes...yamuna1999-07-131-0/+21
* Made Changes to generate code for multiple inheritance such that there is no ...yamuna1999-07-131-3/+24
* Fixed mis-generated collocated class names bug in case of multiple inheritance.nanbor1999-07-131-4/+3
* Added an init to 0 in each file to avert SunOS egcs warnings.parsons1999-07-102-2/+4
* ChangeLogTag:Fri Jul 9 21:50:00 1999 Michael Kircher <mk1@cs.wustl.edu>mk11999-07-101-16/+0
* One more try.nanbor1999-07-101-1/+1
* Fixed two typos (misplaced parens) in generated code.parsons1999-07-091-2/+2
* Fixed several typos and misleading ACE_ERROR messages.parsons1999-07-091-6/+6
* ChangeLogTag:Fri Jul 09 16:12:32 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-092-9/+16
* Added overrides for overload of compute_tc_type().parsons1999-07-092-0/+12
* One more warning eliminated.nanbor1999-07-091-2/+2
* ChangeLogTag:Fri Jul 9 01:55:57 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-092-12/+12
* ChangeLogTag:Thu Jul 08 23:29:46 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-098-127/+88
* ChangeLogTag:Thu Jul 8 23:15:06 1999 Alexander Babu Arulanthu <alex@cs.wus...alex1999-07-0948-398/+9572
* ChangeLogTag:Thu Jul 8 16:30:40 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-087-58/+141
* ChangeLogTag:Wed Jul 7 14:24:08 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-0718-744/+157
* Modified a check when AST_Expression holds a char to work forparsons1999-07-051-1/+1
* Added a check in printing char literal for '. Like \,parsons1999-07-031-2/+4
* Modifed idl_escape_reader() to use the new idl_atoui() functionparsons1999-07-021-0/+6
* Assigned pointers to 0 before plugging them into ACE_NEW (inparsons1999-07-023-3/+3
* Fixed a couple of related bugs - (1) anonymous arrayparsons1999-07-0211-33/+212
* fixed bug in CDR op for multidimensional arrays of primitive typesgokhale1999-06-291-32/+78
* Fixed multiple inheritance problem.nanbor1999-06-282-3/+3
* Solved the memory leaks problem.nanbor1999-06-281-1/+0
* Fixed ABW errors.nanbor1999-06-281-3/+3
* Fixed ABW errors.nanbor1999-06-281-1/+1
* Fixed a missing type declaration.nanbor1999-06-281-1/+1
* Changed to use different visitors for thru_poa and direct collocated stubs ge...nanbor1999-06-2817-236/+1027
* .schmidt1999-06-284-2/+37
* fixed nested_type_namegokhale1999-06-271-18/+52
* ChangeLogTag:Thu Jun 24 20:02:24 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-252-18/+18
* ChangeLogTag:Thu Jun 24 20:02:24 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-252-10/+11
* ChangeLogTag:Wed Jun 23 20:40:46 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-241-25/+16
* ACE try macros changes.nanbor1999-06-231-2/+2
* Eliminated optimized generated code for CDR operators forparsons1999-06-231-8/+8
* Changed a couple of instances of ACE_dynamic_cast to ACE_reinterpret_castparsons1999-06-231-2/+2
* Removed unused arg 'length' from generated code for _allocate_buffer().parsons1999-06-221-1/+1
* Commented out unused arg 'length' in the generated _allocate_buffer()parsons1999-06-221-1/+1
* Commented out unused arg 'length' in the generated allocbuf() function.parsons1999-06-222-2/+2
* Eliminated unused arg in _reset() and added initialization ofparsons1999-06-221-2/+3
* Removed error output code for non-field member of struct inparsons1999-06-221-8/+2
* Removed an unused variable.parsons1999-06-221-8/+0
* Removed error message when finding a null value returned fromparsons1999-06-221-0/+4
* Corrected an ACE_ERROR cut and paste typo.parsons1999-06-221-1/+1