summaryrefslogtreecommitdiff
path: root/TAO
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'TAO-0_4_3'.TAO-0_4_3nobody1999-07-2689-65054/+0
|
* Added comments explaining that -ORBEndpoint is a server sideOssama Othman1999-07-261-9/+16
| | | | | | option and -ORBPreconnect is a client side option. Also clarified use of -ORBInitRef and -ORBDefaultInitRef with UIOP IORs.
* 0.4.3schmidt1999-07-262-1/+5
|
* Undo busted releaseschmidt1999-07-261-1/+1
|
* 0.4.3schmidt1999-07-261-1/+1
|
* Undo busted releaseschmidt1999-07-261-1/+1
|
* *** empty log message ***Ossama Othman1999-07-261-0/+9
|
* 0.4.3schmidt1999-07-263-5/+5
|
* ChangeLogTag:Mon Jul 26 10:42:26 1999 Douglas C. Schmidt ↵schmidt1999-07-262-0/+50
| | | | <schmidt@ace.cs.wustl.edu>
* Added debug.hirfan1999-07-231-0/+1
|
* ChangeLogTag:Fri Jul 23 17:54:45 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-238-36/+238
|
* ChangeLogTag:Fri Jul 23 17:23:07 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-232-1/+8
|
* ChangeLogTag:Fri Jul 23 16:50:04 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-231-20/+7
|
* *** empty log message ***nanbor1999-07-231-6/+16
|
* ChangeLogTag:Fri Jul 23 15:03:01 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-237-70/+132
|
* ChangeLogTag:Fri Jul 23 14:53:40 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-231-1/+1
|
* *** empty log message ***nanbor1999-07-231-0/+5
|
* *** empty log message ***nanbor1999-07-231-6/+12
|
* ChangeLogTag:Fri Jul 23 12:17:04 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-231-1/+1
|
* ChangeLogTag:Fri Jul 23 13:23:04 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-232-3/+12
|
* ChangeLogTag:Fri Jul 23 12:09:18 1999 Nanbor Wang <nanbor@cs.wustl.edu>schmidt1999-07-231-3/+2
|
* typosparsons1999-07-231-2/+2
|
* typoparsons1999-07-231-1/+1
|
* * TAO/tests/IDL_Test/namespace_check.cpp:parsons1999-07-231-5/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New file that includes files generated from reopened_modules.idl if ACE_HAS_USING_KEYWORD is defined. Reopened modules are mapped to reopened namespaces, and platforms without namespaces cannot handle this, even with the TAO_NAMESPACE macro. If this is the case, the file namespace_check.cpp will be empty after preprocessing. * TAO/tests/IDL_Test/Makefile: * TAO/tests/IDL_Test/README: Changed to reflect the above addition. * TAO/tests/IDL_Test/reopened_modules.idl: * TAO/tests/IDL_Test/interface.idl: * TAO/tests/IDL_Test/sequence.idl New examples added. * TAO_IDL/util/utl_scope.cpp: Further tweaking of the lookup_by_name() method, in response to a bug report. Thanks to Diterwich, Ruud <R.M.L.Diterwich@marin.nl> for sending in the example. * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp: Added code generation for an explicit temporary in CDR extraction operator of multi-dimensional array where base type is a typedef, rather than just putting a constructor on the rhs of the >> operator in the FOR loop. SunOS/egcs complained about lvalue/rvalue stuff. * TAO_IDL/be/be_visitor_sequence/cdr_op_ch.cpp: * TAO_IDL/be/be_visitor_sequence/cdr_op_ci.cpp: * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp: Added #if !defined guards around CDR operator declarations and definitions if the sequence is anonymous. A struct or a union could contain an anonymous sequence of the same type more than once, and the body of the CDR operators would also appear more than once in generated code, leading to C++ compile errors. Thanks to Roger Egbers <regbers@isrglobal.com for sending in the example.
* bunch of bug fixesparsons1999-07-235-48/+149
|
* new examples, new file and changes to Makefile and README.parsons1999-07-236-7/+67
|
* ChangeLogTag:Fri Jul 23 11:28:17 1999 Douglas C. Schmidt ↵schmidt1999-07-232-1/+8
| | | | <schmidt@tango.cs.wustl.edu>
* *** empty log message ***schmidt1999-07-231-5/+5
|
* nested_type_name bug fixgokhale1999-07-232-2/+11
|
* ChangeLogTag:Fri Jul 23 02:13:44 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-231-1/+11
|
* *** empty log message ***nanbor1999-07-231-0/+7
|
* ChangeLogTag:Thu Jul 22 21:13:25 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-231-3/+19
|
* ChangeLogTag:Fri Jul 23 02:02:21 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-231-35/+46
|
* *** empty log message ***nanbor1999-07-231-1/+25
|
* ChangeLogTag:Thu Jul 22 15:05:21 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-2214-327/+164
|
* ChangeLogTag:Thu Jul 22 15:05:21 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-223-17/+36
|
* ChangeLogTag: Thu Jul 22 14:10:47 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-222-48/+54
|
* ChangeLogTag: Thu Jul 22 14:03:26 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-222-9/+16
|
* ChangeLogTag:Thu Jul 22 11:06:44 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-221-1/+1
|
* *** empty log message ***nanbor1999-07-221-0/+7
|
* ChangeLogTag: Thu Jul 22 07:21:03 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-222-0/+8
|
* ChangeLogTag: Thu Jul 22 07:12:07 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-222-213/+223
|
* *** empty log message ***irfan1999-07-221-16/+32
|
* ChangeLogTag:Thu Jul 22 02:14:24 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-2212-29/+1503
|
* Try again.nanbor1999-07-221-0/+7
|
* Reverted previous change.nanbor1999-07-221-7/+0
|
* ChangeLogTag:Wed Jul 21 21:45:22 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-221-0/+7
|
* *** empty log message ***nanbor1999-07-221-0/+9
|
* *** empty log message ***irfan1999-07-221-1/+1
|
* ChangeLogTag:Wed Jul 21 03:20:16 1999 Kirthika Parameswaran ↵irfan1999-07-2113-257/+909
| | | | <kirthika@cs.wustl.edu>