summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added support for using Sun CC 5 in compat=4 mode.unlabeled-4.61.0Steve Huston1999-08-161-7/+10
|
* This commit was manufactured by cvs2svn to create branchnobody1999-07-167142-1828036/+0
| | | 'unlabeled-4.61.0'.
* .schmidt1999-07-1619-161/+381
|
* .schmidt1999-07-1611-556/+1208
|
* REmoved an unused arg.parsons1999-07-161-1/+1
|
* *** empty log message ***Ossama Othman1999-07-161-0/+7
|
* Fixed format specifier that was expecting an integer argument.Ossama Othman1999-07-161-1/+1
| | | | It needed an additional percent specifier.
* * TAO_IDL/be_include/be_visitor_array/cdr_op_ci.h:parsons1999-07-161-0/+19
| | | | | | | | | | | | | | | | | | * TAO_IDL/be/be_visitor_array/array_ci.cpp: Fixed typos in comment and ACE_ERROR message. * TAO_IDL/be_include/be_visitor_array/cdr_op_cs.h: * TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp: New files needed for the fix described below. * TAO_IDL/be_include/be_visitor_array.h: * TAO_IDL/be/be_visitor_array.cpp: * TAO_IDL/be/be_visitor_factory.cpp: * TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp: * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp: Extended the fix made previously for arrays containing anonymous sequences to work for sequences of recursive types.
* Extended my fix for anonymous sequences inside arrays toparsons1999-07-169-36/+238
| | | | work for sequences that contain recursive types.
* ChangeLogTag:Fri Jul 16 15:51:38 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-163-2/+11
|
* ChangeLogTag:Fri Jul 16 15:16:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-1697-356/+36
|
* *** empty log message ***irfan1999-07-161-2/+3
|
* ChangeLogTag:Fri Jul 16 14:22:01 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-162-11/+10
|
* *** empty log message ***nanbor1999-07-161-3/+12
|
* *** empty log message ***schmidt1999-07-163-28/+101
|
* ChangeLogTag:Fri Jul 16 13:55:34 1999 Douglas C. Schmidt ↵schmidt1999-07-163-16/+30
| | | | <schmidt@tango.cs.wustl.edu>
* *** empty log message ***Ossama Othman1999-07-161-0/+11
|
* Cosmetic/trivial updates.Ossama Othman1999-07-161-17/+17
|
* Added Name_Server.cppnanbor1999-07-161-12/+27
|
* Updated the run-time options section with information about howOssama Othman1999-07-161-4/+15
| | | | | UIOP will provide considerably better performance over IIOP and IIOP with GIOPlite for ORB's running on the same host.
* ChangeLogschmidt1999-07-1616-70/+90
|
* .schmidt1999-07-161-1/+1
|
* *** empty log message ***schmidt1999-07-161-0/+1
|
* *** empty log message ***schmidt1999-07-164-32/+76
|
* *** empty log message ***vishal1999-07-161-0/+22
|
* *** empty log message ***vishal1999-07-166-28/+40
|
* ChangeLogTag:Fri Jul 16 11:50:24 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-162-5/+5
|
* *** empty log message ***nanbor1999-07-161-0/+6
|
* * TAO_IDL/be_visitor_union/union_cs.cpp:parsons1999-07-161-0/+9
| | | | | | | | * TAO_IDL/be_visitor_union_branch/public_access_cs.cpp: The 'alloc_flag' argument to the _access() method is sometimes used and sometimes not. To avoid unused arg warnings AND 'undefined' compile errors, had to add ACE_UNUSED_ARG (alloc_flag) on a case-by-case basis.
* The 'alloc_flag' argument to the _access() method isparsons1999-07-162-31/+38
| | | | | | sometimes used and sometimes not. To avoid unused arg warnings AND 'undefined' compile errors, had to add ACE_UNUSED_ARG (alloc_flag) on a case-by-case basis.
* *** empty log message ***schmidt1999-07-161-0/+8
|
* ChangeLogTag: Fri Jul 16 07:13:08 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-162-119/+124
|
* ChangeLogTag:Fri Jul 16 02:28:10 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-163-5/+17
|
* *** empty log message ***irfan1999-07-161-0/+6
|
* ChangeLogTag:Fri Jul 16 00:07:23 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-161-34/+68
|
* Changed test defaults.irfan1999-07-161-10/+12
|
* *** empty log message ***nanbor1999-07-161-0/+8
|
* ChangeLogTag:Thu Jul 15 22:42:36 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-163-3/+6
|
* ChangeLogTag:Thu Jul 15 23:16:29 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-164-0/+30
|
* ChangeLogTag:Thu Jul 15 22:14:18 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-1610-6/+39
|
* * TAO_IDL/be/be_visitor_union/cdr_op_ci.cpp:parsons1999-07-161-0/+8
| | | | | | | Added check and CORBA_Any::from_* construction for generation of CDR insertion operators similarly to the change made for the generated extraction operators listed in a recent commit. MSVC didn't mind, but SunOS/egcs complained.
* Added check and CORBA_Any::from_* construction for generation ofparsons1999-07-161-19/+34
| | | | | | CDR insertion operators similarly to the change made for the generated extraction operators listed in a recent commit. MSVC didn't mind, but SunOS/egcs complained.
* ChangeLogTag: Thu Jul 15 21:32:26 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-162-100/+104
|
* added bug id to ChangeLogTag:Wed Jul 14 22:03:08 1999 David L. Levine ↵levine1999-07-161-0/+2
| | | | <levine@cs.wustl.edu>
* ChangeLogTag:Thu Jul 15 21:03:31 1999 Marina Spivak <marina@cs.wustl.edu>marina1999-07-164-34/+28
|
* * TAO_IDL/be/be_helper.cpp:parsons1999-07-161-0/+11
| | | | | | | | | | * TAO_IDL/be/be_sequence.cpp: Made some print format symbols agree with their arguments, warnings from the new egcs. * TAO_IDL/be/be_sunsoft.cpp: Changed added 'u' and 'f' suffixes to integer and float literals to upper case for readability.
* Fixes for readability and new egcs warnings.parsons1999-07-163-10/+12
|
* Fixed template instantiations.irfan1999-07-162-0/+4
|
* Fixed template instantiations.irfan1999-07-162-4/+4
|
* Removed IDL_Test from the build until I fix some of these errors.parsons1999-07-162-1/+5
|