summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagpre_merge_886nobody2001-08-013-717/+0
| | | 'pre_merge_886'.
* ChangeLogTag:Wed Aug 1 15:57:35 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-08-014-9/+52
|
* ChangeLogTag:Wed Aug 1 15:00:21 2001 Douglas C. Schmidt ↵schmidt2001-08-017-5/+33
| | | | <schmidt@tango.doc.wustl.edu>
* ChangeLogTag:Wed Aug 1 12:43:57 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-08-014-2/+26
|
* ChangeLogTag:Wed Aug 1 07:14:42 2001 Douglas C. Schmidt ↵schmidt2001-08-015-3/+30
| | | | <schmidt@tango.doc.wustl.edu>
* ChangeLogTag:Wed Aug 1 07:14:42 2001 Douglas C. Schmidt ↵schmidt2001-08-011-3/+19
| | | | <schmidt@tango.doc.wustl.edu>
* ChangeLogTag: Wed Aug 1 13:15:10 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-08-017-248/+286
|
* * TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp:parsons2001-08-011-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | * TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp: * TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp: * TAO_IDL/be/be_visitor_operation/interceptors_exceptlist.cpp: * TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp: * tao/Stub.h: * tao/Invocation.cpp: Modified the struct TAO_Exception_Data to contain the repository id instead of the type code, since the type code was used only to furnish the repo id string. The twoway invoke() method and generated code have been modified accordingly. Also, the interceptor method exceptions() now creates a simple array of type codes instead of an array of TAO_Exception_Data structs. If type codes are suppressed in generated code, the interceptor methods result() (which returns an Any) and exception() (from which the spec requires a list of type codes as the return value) will throw CORBA::NO_IMPLEMENT(). If only Anys are suppressed in generated code, only result() will throw the exception. Thanks to Russell Mora <rd.mora@econz.co.nz> for reporting the clash of type code suppression and exceptions, and to Ossama Othman <othman@cs.wustl.edu> and Carlos O'Ryan <coryan@ece.uci.edu> for their suggestions.
* ChangeLogTag: Wed Aug 1 11:32:26 2001 Balachandran Natarajan ↵bala2001-08-012-1/+6
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Wed Aug 1 09:36:37 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-08-011-4/+42
|
* * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:parsons2001-08-011-0/+7
| | | | | Fixed an ACE_CHECK_RETURN in generated operation body where the return type is CORBA::LongLong or CORBA::LongDouble.
* ChangeLogTag:Wed Aug 1 8:38:06 2001 Balachandran Natarajan <bala@cs.wustl.edu>bala2001-08-0113-52/+22
|
* ChangeLogTag:Wed Aug 1 8:02:06 2001 Balachandran Natarajan <bala@cs.wustl.edu>bala2001-08-0110-76/+50
|
* ChangeLogTag:Tue Jul 31 22:53:26 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-08-015-3/+72
|
* Tue Jul 31 22:46:33 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-08-016-127/+49
|
* ChangeLogTag:Tue Jul 31 22:10:48 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-08-014-2/+23
|
* ChangeLogTag:Tue Jul 31 16:53:57 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-08-014-10/+24
|
* ChangeLogTag:Tue Jul 31 16:43:33 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-07-319-7/+64
|
* ChangeLogTag:Tue Jul 31 05:34:48 2001 Douglas C. Schmidt ↵schmidt2001-07-3110-88/+127
| | | | <schmidt@tango.doc.wustl.edu>
* ChangeLogTag:Tue Jul 31 12:53:06 2001 Carlos O'Ryan <coryan@uci.edu>coryan2001-07-312-175/+185
|
* ChangeLogTag:Tue Jul 31 13:40:59 2001 Balachandran Natarajan ↵bala2001-07-312-12/+18
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Tue Jul 31 10:22:38 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-07-314-8/+11929
|
* ChangeLogTag: Tue Jul 31 10:39:18 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-07-314-0/+176
|
* * tests/IDL_Test/gperf.idl:parsons2001-07-311-7/+21
| | | | | | | | | | | | New file in IDL_Test containing examples sent in by Karl Proese <karl.proese@mchp.siemens.de> and Vsevolod Novikov <novikov@df.nnov.rfnet.ru> that uncovered bugs in gperf. * tests/IDL_Test/idl_test.dsp: * tests/IDL_Test/Makefile: * tests/IDL_Test/Makefile.bor: Updated project and makefiles to include the new generated files.
* ChangeLogTag:Tue Jul 31 10:16:31 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-07-314-1/+22
|
* Tue Jul 31 08:25:46 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-07-317-1075/+1011
|
* * idl.ll:parsons2001-07-311-0/+24
| | | | | | | | | | | | | | | | | | | | | | | * idl.yy: * lex.yy.cpp: * lex.yy.cpp.diff: * y.tab.cpp: * y.tab.cpp.diff: * y.tab.h: Removed OBV-related token IDL_INIT and replaced it with IDL_FACTORY, which is returned when the string 'factory' is seen in an IDL file. This string signals the declaration of an value type's initializing member function. Also changed the production rule 'init_decl' to be closer to the correct grammar for this type of function, although this feature is completely implemented. And finally, modified two production rules to eliminate long-standing shift/reduce error messages when generating y.tab.* from idl.yy. Thanks to Russ Noseworthy <j.russell.noseworthy@objectsciences.com> for reporting that an 'init' identifier string in an IDL file caused an error when compiled with the -Gv option (value types) enabled.
* ChangeLogTag: Tue Jul 31 06:58:59 2001 Balachandran Natarajan ↵bala2001-07-3114-81/+118
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Mon Jul 30 13:41:00 2001 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2001-07-305-46/+65
|
* ChangeLogTag:Mon Jul 30 09:43:06 2001 Douglas C. Schmidt ↵schmidt2001-07-304-2/+16
| | | | <schmidt@macarena.cs.wustl.edu>
* ChangeLogTag:Mon Jul 30 05:43:23 2001 Douglas C. Schmidt ↵schmidt2001-07-3013-62/+324
| | | | <schmidt@tango.doc.wustl.edu>
* Added Borland support for the Service_Config_DLL libraryOssama Othman2001-07-302-1/+18
|
* Clean up the libService_Config_DLL library in the realclean targetOssama Othman2001-07-301-1/+2
|
* Added support for the new Service_Config_DLL library.Ossama Othman2001-07-302-11758/+59
|
* *** empty log message ***Ossama Othman2001-07-301-6/+0
|
* Added Service_Config_DLL sourcesOssama Othman2001-07-301-0/+12
|
* ChangeLogTag:Sun Jul 29 22:10:40 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-07-309-33/+572
|
* ChangeLogTag:Sun Jul 29 22:10:40 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-07-303-3/+3
|
* ChangeLogTag:Sun Jul 29 22:10:40 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-07-303-0/+42
|
* ChangeLogTag:Sun Jul 29 19:19:20 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-07-304-8/+35
|
* ChangeLogTag:Sun Jul 29 19:06:11 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-07-306-84/+108
|
* ChangeLogTag: Sun Jul 29 20:00:00 2001 Craig Rodrigues <crodrigu@bbn.com>crodrigu2001-07-302-69/+154
|
* ChangeLogTag: Sun Jul 29 18:25:13 2001 Yamuna Krishnamurthy ↵yamuna2001-07-295-27/+27
| | | | <yamuna@ace.cs.wustl.edu>
* *** empty log message ***yamuna2001-07-291-1/+1
|
* ChangeLogTag:Sun Jul 29 10:50:45 2001 Ossama Othman <ossama@uci.edu>schmidt2001-07-2912-54/+108
|
* Updated dependencies.Ossama Othman2001-07-291-5/+0
|
* ChangeLogTag:Sun Jul 29 10:50:45 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-07-295-1/+37
|
* ChangeLogTag:Sun Jul 29 10:15:13 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-07-292-3/+19
|
* ChangeLogTag:Sun Jul 29 00:59:28 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-07-292-4/+19
|
* ChangeLogTag:Sun Jul 29 00:22:30 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-07-292-20/+17
|