summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Thu Mar 16 17:16:53 2000 Carlos O'Ryan <coryan@cs.wustl.edu>non_interpretivecoryan2000-03-164-16/+23
|
* ChangeLogTag:Mon Mar 13 15:37:05 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-134-25/+11
|
* ChangeLogTag:Mon Mar 13 14:19:27 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-131-2/+6
|
* ChangeLogTag:Mon Mar 13 14:19:27 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-1330-2351/+1106
|
* ChangeLogTag:Mon Mar 13 08:23:23 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-1356-10648/+4183
|
* * tao/DynAnyC.h:parsons2000-03-111-0/+6
| | | | | * tao/DynAnyC.cpp: Removed some unnecessary _ptr_type typedefs.
* Removal of some _ptr_type typedefs.parsons2000-03-112-36/+9
|
* * TAO_IDL/be/be_visitor_array/array_cs.cpp:parsons2000-03-101-0/+13
| | | | | | | | | | | | * TAO_IDL/be/be_visitor_exception/exception_cs.cpp: * TAO_IDL/be/be_visitor_interface/interface_cs.cpp: * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp: * TAO_IDL/be/be_visitor_structure/structure_cs.cpp: * TAO_IDL/be/be_visitor_union/union_cs.cpp: In the definition of the static function _tao_any_destructor, prepending the global "::" to the scoped name of the class or struct keeps gcc happy. Thanks to Carlos for pointing this out.
* In the definition of the static function _tao_any_destructor, prependingparsons2000-03-106-6/+6
| | | | | the global "::" to the scoped name of the class or struct keeps gcc happy.
* ChangeLogTag:Fri Mar 10 12:24:01 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-10109-16229/+16266
|
* ChangeLogTag:Fri Mar 10 11:27:04 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-104-2/+27
|
* ChangeLogTag:Fri Mar 10 11:28:17 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-104-120/+37
|
* * TAO_IDL/be/be_codegen.cppparsons2000-03-101-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO_IDL/be/be_visitor_argument.cpp * TAO_IDL/be/be_visitor_factory.cpp * TAO_IDL/be/be_visitor_operation.cpp * TAO_IDL/be/be_visitor_argument/marshal_ss.cpp * TAO_IDL/be/be_visitor_argument/post_upcall_ss.cpp * TAO_IDL/be/be_visitor_argument/pre_invoke_cs.cpp * TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp * TAO_IDL/be/be_visitor_operation/argument.cpp * TAO_IDL/be/be_visitor_operation/operation_cs.cpp * TAO_IDL/be/be_visitor_operation/operation_ss.cpp * TAO_IDL/be/be_visitor_operation/rettype_marshal_ss.cpp * TAO_IDL/be/be_visitor_operation/rettype_post_upcall_ss.cpp * TAO_IDL/be/be_visitor_operation/rettype_pre_invoke_cs.cpp * TAO_IDL/be/be_visitor_operation/rettype_vardecl_ss.cpp * TAO_IDL/be/be_visitor_union/any_op_cs.cpp * TAO_IDL/be/be_visitor_valuetype/arglist.cpp * TAO_IDL/be_include/be_codegen.h * TAO_IDL/be_include/be_visitor_argument.h * TAO_IDL/be_include/be_visitor_factory.h * TAO_IDL/be_include/be_visitor_operation.h * TAO_IDL/be_include/be_visitor_argument/marshal_ss.h * TAO_IDL/be_include/be_visitor_argument/post_upcall_ss.h * TAO_IDL/be_include/be_visitor_argument/pre_invoke_cs.h * TAO_IDL/be_include/be_visitor_argument/vardecl_ss.h * TAO_IDL/be_include/be_visitor_operation/operation_cs.h * TAO_IDL/be_include/be_visitor_operation/operation_ss.h * TAO_IDL/be_include/be_visitor_operation/rettype_marshal_ss.h * TAO_IDL/be_include/be_visitor_operation/rettype_post_upcall_ss.h * TAO_IDL/be_include/be_visitor_operation/rettype_pre_invoke_cs.h * TAO_IDL/be_include/be_visitor_operation/rettype_vardecl_ss.h * TAO_IDL/be_include/be_visitor_union/any_op_cs.h * TAO_IDL/driver/drv_args.cpp * TAO_IDL/include/idl_global.h * TAO_IDL/util/utl_global.cpp Changes to remove the generation of code using interpretive marshaling. * TAO_IDL/be/be_visitor_argument/invoke_cs.cpp * TAO_IDL/be/be_visitor_argument/post_invoke_cs.cpp * TAO_IDL/be/be_visitor_operation/rettype_post_invoke_cs.cpp * TAO_IDL/be_include/be_visitor_argument/invoke_cs.h * TAO_IDL/be_include/be_visitor_argument/post_invoke_cs.h * TAO_IDL/be_include/be_visitor_operation/rettype_post_invoke_cs.h Files added or renamed from other files removed below. * TAO_IDL/be/be_visitor_argument/compiled_marshal_cs.cpp * TAO_IDL/be/be_visitor_argument/compiled_marshal_ss.cpp * TAO_IDL/be/be_visitor_argument/docall_cs.cpp * TAO_IDL/be/be_visitor_argument/post_docall_compiled_cs.cpp * TAO_IDL/be/be_visitor_argument/post_docall_cs.cpp * TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp * TAO_IDL/be/be_visitor_argument/pre_upcall_ss.cpp * TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp * TAO_IDL/be/be_visitor_operation/rettype_docall_cs.cpp * TAO_IDL/be/be_visitor_operation/rettype_post_docall_cs.cpp * TAO_IDL/be/be_visitor_operation/rettype_pre_docall_cs.cpp * TAO_IDL/be_include/be_visitor_argument/compiled_marshal_cs.h * TAO_IDL/be_include/be_visitor_argument/compiled_marshal_ss.h * TAO_IDL/be_include/be_visitor_argument/docall_cs.h * TAO_IDL/be_include/be_visitor_argument/post_docall_compiled_cs.h * TAO_IDL/be_include/be_visitor_argument/post_docall_cs.h * TAO_IDL/be_include/be_visitor_argument/pre_docall_cs.h * TAO_IDL/be_include/be_visitor_argument/pre_upcall_ss.h * TAO_IDL/be_include/be_visitor_operation/compiled_marshal.h * TAO_IDL/be_include/be_visitor_operation/rettype_docall_cs.h * TAO_IDL/be_include/be_visitor_operation/rettype_post_docall_cs.h * TAO_IDL/be_include/be_visitor_operation/rettype_pre_docall_cs.h Files removed.
* Removed unneeded stuff related to interpreted marshaling. Alsoparsons2000-03-1059-6024/+2064
| | | | added/removed/renamed some files to make things more consistent.
* ChangeLogTag:Fri Mar 10 09:49:40 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-108-142/+102
|
* * tao/TAO.dsp:parsons2000-03-101-0/+10
| | | | | | | | | * tao/TAO_static.dsp: Added BoundsC.cpp to these projects. * tao/DynAny_i,cpp: In get_string() cast away the constness of the internal char* pointer in the ACE_THROW_RETURN statement.
* Added BoundsC.* to the projects and cast away the constness of theparsons2000-03-103-42/+31
| | | | internal char * in the ACE_THROW_RETURN statement in get_string().
* ChangeLogTag:Thu Mar 9 21:02:10 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-102-1/+7
|
* ChangeLogTag:Thu Mar 9 18:50:44 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-1047-3671/+1410
|
* ChangeLogTag:Wed Mar 8 19:18:10 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-09111-5440/+4187
|
* This commit was manufactured by cvs2svn to create branchnobody2000-03-0988-15051/+0
| | | 'non_interpretive'.
* *** empty log message ***Ossama Othman2000-03-091-2/+2
|
* corrected spelling/grammarOssama Othman2000-03-091-1/+1
|
* ChangeLogTag:Wed Mar 8 17:26:22 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-03-092-18/+38
|
* ChangeLogTag:Wed Mar 8 19:16:56 2000 Douglas C. Schmidt ↵schmidt2000-03-093-3/+6
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Wed Mar 8 17:22:32 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-03-094-23/+93
|
* ChangeLogTag:Wed Mar 8 19:16:56 2000 Douglas C. Schmidt ↵schmidt2000-03-093-0/+21
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Wed Mar 8 19:19:46 2000 Nanbor Wang <nanbor@cs.wustl.edu>bugzilla2000-03-094-0/+16
|
* ChangeLogTag:Wed Mar 8 19:16:56 2000 Douglas C. Schmidt ↵schmidt2000-03-091-2/+3
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Wed Mar 8 15:59:26 2000 Nanbor Wang <nanbor@cs.wustl.edu>schmidt2000-03-081-0/+1
|
* .Steve Huston2000-03-083-0/+39
|
* Wed Mar 08 15:26:31 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-03-083-4/+30
|
* ChangeLogTag:Wed Mar 8 15:59:26 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-084-15/+34
|
* .Steve Huston2000-03-083-0/+21
|
* Wed Mar 08 14:46:52 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-03-082-23/+46
|
* ChangeLogTag:Wed Mar 8 12:03:21 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-082-11/+26
|
* ChangeLogTag: Wed Mar 8 11:13:04 2000 Balachandran Natarajan ↵bala2000-03-084-1/+22
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Tue Mar 7 17:50:12 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-087-304/+1078
|
* * tao/InterfaceC.cpp:parsons2000-03-081-0/+7
| | | | | | Added a missing operation name length argument. Thanks to Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> for pointing this out.
* Added a missing operation length arg.parsons2000-03-081-0/+1
|
* ChangeLogTag:Wed Mar 8 01:33:21 2000 Christopher Kohlhoff <chris@kohlhoff.com>schmidt2000-03-081-0/+5
|
* ChangeLogTag:Wed Mar 8 01:33:21 2000 Christopher Kohlhoff <chris@kohlhoff.com>schmidt2000-03-0811-14/+92
|
* ChangeLogTag: Tue Mar 07 18:37:26 2000 Tom Ziomek <tomz@cc701.comm.mot.com>levine2000-03-083-3/+3
|
* unused entrylevine2000-03-083-3/+3
|
* ChangeLogTag: Tue Mar 07 18:37:26 2000 Tom Ziomek <tomz@cc701.comm.mot.com>levine2000-03-084-0/+21
|
* ChangeLogTag:Tue Mar 07 15:42:41 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-072-15/+20
|
* ChangeLogTag: Tue Mar 7 14:21:12 CST 2000 Loren Rittle ↵levine2000-03-074-34/+49
| | | | <rittle@rsch.comm.mot.com>
* ChangeLogTag:Tue Mar 07 11:00:10 2000 Douglas C. Schmidt ↵schmidt2000-03-075-84/+173
| | | | <schmidt@tango.cs.wustl.edu>
* 1.0.15bala2000-03-074-5/+9
|
* 5.0.15bala2000-03-076-4/+16
|