summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'TAO-0_3_16'.TAO-0_3_16nobody1999-05-235036-1177699/+134221
|
* *** empty log message ***bala1999-05-231-0/+1
|
* *** empty log message ***bala1999-05-231-0/+2
|
* *** empty log message ***alex1999-05-231-0/+2
|
* Added the project files for the new test programsalex1999-05-232-0/+180
|
* *** empty log message ***bala1999-05-231-0/+8
|
* ChangeLog Entry: Sun May 23 11:33:07 1999 Alexander Babu Arulanthu ↵alex1999-05-231-0/+24
| | | | <alex@cs.wustl.edu>
* *** empty log message ***alex1999-05-231-1/+1
|
* *** empty log message ***alex1999-05-231-0/+2
|
* *** empty log message ***alex1999-05-231-1/+6
|
* Test file the <end_event_loop> enhancement.alex1999-05-231-1/+1
|
* Test file the <end_event_loop> enhancement.alex1999-05-231-0/+170
|
* *** empty log message ***alex1999-05-231-0/+34
|
* ChangeLog Entry: Sun May 23 11:33:07 1999 Alexander Babu Arulanthu ↵alex1999-05-2311-33/+323
| | | | <alex@cs.wustl.edu>
* Enhanced the semantics of the <end_event_loop>, so that when it isalex1999-05-231-1/+12
| | | | | called, it wakes up all the threads blocked on waiting for completions and end the event loop.
* ChangeLogTag:Sun May 23 10:06:36 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-232-12/+16
|
* ChangeLogTag:Sun May 23 10:06:36 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-236-0/+185
|
* ChangeLogTag:Sat May 22 22:16:57 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-232-1/+8
|
* ChangeLogTag:Sat May 22 18:43:00 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-2321-305/+1333
|
* ChangeLogTag:Sat May 22 17:50:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-2225-197/+569
|
* ChangeLogTag:Sat May 22 16:57:38 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-223-4/+15
|
* 0.3.23cdgill1999-05-224-5/+9
|
* 4.6.40cdgill1999-05-224-4/+8
|
* *** empty log message ***levine1999-05-221-0/+5
|
* snagged another template<>levine1999-05-221-1/+1
|
* *** empty log message ***naga1999-05-221-0/+6
|
* Fixed an error because of macro name clash on Lynx. Thanks to David Levinenaga1999-05-224-22/+30
| | | | for reporting the error.
* *** empty log message ***schmidt1999-05-221-0/+1
|
* commented out "template<>" for now. Not all compilers can cope with it.levine1999-05-221-4/+4
|
* *** empty log message ***levine1999-05-221-0/+3
|
* *** empty log message ***levine1999-05-221-2/+7
|
* added ACE_HAS_NONCONST_SELECT_TIMEVALlevine1999-05-222-1/+3
|
* *** empty log message ***irfan1999-05-221-1/+1
|
* Fri May 21 22:09:09 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-05-2216-45/+91
|
* *** empty log message ***irfan1999-05-221-5/+0
|
* Fri May 21 21:12:37 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-05-222-2/+7
|
* Fri May 21 20:58:05 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-05-222-13/+15
|
* Fri May 21 20:50:54 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-05-225-50/+27
|
* *** empty log message ***parsons1999-05-211-0/+2
|
* *** empty log message ***irfan1999-05-211-4/+0
|
* Fixed a few warnings on g++. Thanks to David Levine for reporting these.naga1999-05-212-10/+18
|
* * TAO/tests/Param_Test/param_test.idl:parsons1999-05-211-11/+12
| | | | | | | | | | | | | | | | | | | | | | * TAO/tests/Param_Test/complex_any.h: * TAO/tests/Param_Test/complex_any.cpp: * TAO/tests/Param_Test/options.h: * TAO/tests/Param_Test/options.cpp: * TAO/tests/Param_Test/driver.cpp: * TAO/tests/Param_Test/param_test_i.h: * TAO/tests/Param_Test/param_test_i.cpp: * TAO/tests/Param_Test/tests.h: * TAO/tests/Param_Test/client.dsp: * TAO/tests/Param_Test/Makefile: Added new test. The data type is a complex Any, suggested by a real-world use case submitted by Frank Buschmann <Frank.Buschmann@mchp.siemens.de>. See comment in complex_any.cpp above reset_parameters for the Any structure. * TAO/tests/Param_Test/any.cpp: Fixed some indentation and removed a memory leak related to gen_string.
* *** empty log message ***parsons1999-05-211-1/+2
|
* Fri May 21 16:34:35 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-05-212-5/+17
|
* * TAO/tests/param_test/param_test.idl:parsons1999-05-211-0/+22
| | | | | | | | | | | | | | | | | | | | | * TAO/tests/param_test/complex_any.h: * TAO/tests/param_test/complex_any.cpp: * TAO/tests/param_test/options.h: * TAO/tests/param_test/options.cpp: * TAO/tests/param_test/driver.cpp: * TAO/tests/param_test/param_test_i.h: * TAO/tests/param_test/param_test_i.cpp: * TAO/tests/param_test/tests.h: * TAO/tests/param_test/client.dsp: Added new test. The data type is a complex Any, suggested by a real-world use case submitted by Frank Buschmann <Frank.Buschmann@mchp.siemens.de>. See comment in complex_any.cpp above reset_parameters for the Any structure. * TAO/tests/param_test/any.cpp: Fixed some indentation and removed a memory leak related to gen_string.
* Added string for complex Any test to list of tests.parsons1999-05-211-1/+1
|
* Added files for new complex Any test.parsons1999-05-211-0/+8
|
* Fixed indentations and fixed memory leak related to gen_string().parsons1999-05-211-4/+5
|
* Added include of new complex Any test header file.parsons1999-05-211-0/+1
|
* Added implementation of new complex Any test.parsons1999-05-212-0/+18
|