summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***bala1999-12-092-0/+2
|
* Compiling set.bala1999-12-093-0/+199
|
* Renamedbala1999-12-021-45/+0
|
* Removedbala1999-12-021-91/+0
|
* Justbala1999-12-022-0/+136
|
* Justbala1999-12-023-0/+159
|
* Just thisbala1999-12-021-0/+43
|
* This commit was manufactured by cvs2svn to create branchnobody1999-12-027703-1895709/+0
| | | 'pluggable_messaging'.
* *** empty log message ***nanbor1999-12-021-2/+3
|
* ImplRepo warning fixes.brunsch1999-12-021-0/+6
|
* ChangeLogTag:Thu Dec 2 11:41:37 1999 Darrell Brunsch <brunsch@cs.wustl.edu>brunsch1999-12-022-8/+8
|
* ChangeLogTag:Thu Dec 2 11:19:03 1999 Ossama OthmanOssama Othman1999-12-022-4/+29
| | | | <othman@cs.wustl.edu>
* ImplRepo stuffbrunsch1999-12-021-32/+78
|
* ChangeLogTag:Thu Dec 2 10:45:35 1999 Ossama OthmanOssama Othman1999-12-021-1/+6
| | | | <othman@cs.wustl.edu>
* ChangeLogTag:Thu Dec 2 09:17:02 1999 Douglas C. Schmidt ↵schmidt1999-12-022-0/+8
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Thu Dec 2 00:32:20 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-12-026-10/+21
|
* ChangeLogTag:Wed Dec 1 23:11:42 1999 Darrell Brunsch <brunsch@cs.wustl.edu>brunsch1999-12-0211-51/+275
|
* *** empty log message ***marina1999-12-021-0/+36
|
* ChangeLogTag:Wed Dec 1 23:05:19 1999 Marina Spivak <marina@cs.wustl.edu>marina1999-12-0226-0/+2136
|
* ChangeLogTag:Wed Dec 1 22:26:06 1999 Douglas C. Schmidt ↵schmidt1999-12-023-1/+23
| | | | <schmidt@tango.cs.wustl.edu>
* Chad Elliott <elliott_c@ociweb.com>parsons1999-12-011-1/+1
|
* ChangeLogTag: Wed Dec 01 17:21:51 1999 David L. Levine <levine@cs.wustl.edu>levine1999-12-014-233/+263
|
* Wed Dec 1 13:52:25 1999 Jeff Parsons <parsons@cs.wustl.edu>parsons1999-12-011-1/+1
| | | | | | | * TAO_IDL/be/be_interface.cpp: Added missing parameter to match %p in an ACE_ERROR message. Thanks to Chad Elliott <elliott_c@ociweb.com> for pointing this out.
* * performance-tests/RTCorba/Oneways/Reliable/client.cpp:parsons1999-12-011-0/+16
| | | | | | | | | | | | | | | Removed separate throughput test run. The ACE_Throughput_Stats class handles latency and throughput and doesn't add appreciable overhead to the throughput results. * performance-tests/RTCorba/Oneways/Reliable/client_test.pl: New perl script that just runs the client. This makes it easier to run all the tests with various parameters when client and server are on different machines. * performance-tests/RTCorba/Oneways/Reliable/README: Updated to reflect the above changes.
* Client-only perl script, mods to README and removal of separateparsons1999-12-013-89/+127
| | | | throughput test run for the client.
* ChangeLogTag:Wed Dec 01 06:16:34 1999 Nanbor Wang <nanbor@cs.wustl.edu>schmidt1999-12-012-1/+2
|
* * TAO_IDL/be/be_interface.cpp:parsons1999-12-011-0/+7
| | | | | | Added missing parameter to match %p in an ACE_ERROR message. Thanks to Chad Elliott chad@wugate.wustl.edu for pointing this out.
* Added missing parameter to ACE_ERROR message. Would have caused coreparsons1999-12-011-2/+3
| | | | dump if called.
* * tao/Exception.h:parsons1999-12-011-0/+6
| | | | | Moved the TAO_Export macro in the ostream operator declaration, and added an 'extern' as well.
* Moved the TAO_Export macro in the osream operator declaration, andparsons1999-12-011-2/+3
| | | | added an 'extern' as well.
* ChangeLogTag:Wed Dec 01 06:16:34 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-12-013-12/+41
|
* ChangeLogTag:Wed Dec 1 02:10:51 1999 Douglas C. Schmidt ↵schmidt1999-12-013-3/+7
| | | | <schmidt@tango.cs.wustl.edu>
* * performance-tests/RTCorba/Oneways/Reliable/client.cpp:parsons1999-12-011-0/+11
| | | | | | | | | | * performance-tests/RTCorba/Oneways/Reliable/server.cpp: Client and server now output the priority of the thread each is running in. * performance-tests/RTCorba/Oneways/Reliable/run_test.pl: Running test with no command line args now adds tests of several queue sizes for buffered oneways.
* Client and server output their priorities, and the perl script runsparsons1999-12-013-5/+55
| | | | several buffer sizes for SYNC_NONE.
* ChangeLogTag:Tue Nov 30 19:12:16 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-12-0115-12/+3039
|
* * TAO_IDL/util/utl_scope.cpp:parsons1999-12-011-1/+1
| | | | | | | Added a branch to give only a warning for a case difference only name clash. Thanks to Alexander Villatora <alex@cfx.com> for reporting this bug.
* Villatora, Alexander <alex@cfx.com>parsons1999-12-011-0/+1
|
* * TAO_IDL/util/utl_scope.cpp:parsons1999-11-301-0/+8
| | | | | | | Added a branch to give only a warning for a case difference only name clash. Thanks to Villatora, Alexander <alex@cfx.com> for reporting this bug.
* Added a missing branch where only a warning is given for a caseparsons1999-11-301-5/+18
| | | | difference only name clash.
* *** empty log message ***Steve Huston1999-11-301-0/+6
|
* ChangeLogTag:Tue Nov 30 16:11:52 1999 Steve Huston <shuston@riverace.com>Steve Huston1999-11-301-1/+3
|
* regenerated from acconfig.h (cosmetic updates)Ossama Othman1999-11-301-2/+2
|
* *** empty log message ***Ossama Othman1999-11-301-6/+0
|
* Reverted previous change regarding move of LogMsg.h inclusion before OS.i.Ossama Othman1999-11-301-5/+5
|
* ChangeLogTag:Tue Nov 30 14:24:31 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-11-301-5/+5
|
* *** empty log message ***Ossama Othman1999-11-301-0/+6
|
* ChangeLogTag:Tue Nov 30 14:24:31 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-11-303-482/+547
|
* *** empty log message ***Ossama Othman1999-11-301-0/+13
|
* * performance-tests/RTCorba/Oneways/Reliable/Makefile:parsons1999-11-301-0/+7
| | | | | | Changed the order of files in the SRC macro so the IDL-generated files will compile first. Thanks to David for this suggestion.
* Changed the order of files in the SRC macro so the IDL-generatedparsons1999-11-301-1/+1
| | | | files will compile first.