summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* TestThread_Pool_stage_3irfan2001-09-171-0/+1
|
* Minor changes.irfan2001-09-161-1/+22
|
* Display collective stats for continuous workers.irfan2001-09-153-31/+83
|
* Minor fixirfan2001-09-142-4/+28
|
* Makefiles updatedirfan2001-09-1379-31573/+119559
|
* Minor fixes.CVS: ↵irfan2001-09-133-8/+8
| | | | ----------------------------------------------------------------------
* Minor fix.irfan2001-09-131-0/+1
|
* Minor fix needed due to merging error.irfan2001-09-131-5/+5
|
* This commit was manufactured by cvs2svn to create branchnobody2001-09-13105-0/+16615
| | | 'Thread_Pool_stage_3'.
* New branch Thread_Pool_stage_3 (very close to x.1.20 release)irfan2001-09-13263-91405/+13594
|
* This commit was manufactured by cvs2svn to create branchnobody2001-09-1324-1568/+0
| | | 'Thread_Pool_stage_3'.
* ChangeLogTag: Wed Sep 12 17:05:00 2001 Balachandran Natarajan ↵bala2001-09-122-1/+5
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Wed Sep 12 16:29:49 2001 Balachandran Natarajan ↵bala2001-09-125-3/+56
| | | | <bala@cs.wustl.edu>
* Wed Sep 12 16:06:46 2001 Krishnakumar B <kitty@cs.wustl.edu>kitty2001-09-122-49/+56
|
* ChangeLogTag:Wed Sep 12 15:10:41 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-09-124-2/+47
|
* ChangeLogTag:Wed Sep 12 15:10:41 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-09-122-11/+21
|
* ChangeLogTag:Wed Sep 12 14:33:29 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-09-124-8/+81
|
* ChangeLogTag: Wed Sep 12 12:33:15 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-09-121-1/+1
|
* * tao/DynamicAny/DynAny_i.cpp:parsons2001-09-121-0/+7
| | | | | Added 'const' to the char* passed to the extraction operator in the change below.
* ChangeLogTag: Wed Sep 12 10:13:31 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-09-121-2/+8
|
* * tao/DynamicAny/DynAny_i.cpp:parsons2001-09-121-1/+1
| | | | | | | | | | | | Strange bug that seems to happen only on Win32, where when a DynAny containing a string is copied from another, its type code member gets the bound copied correctly, but its member any's type code does not. It crops up only in the equal() method where the strings are extracted from the member anys and compared. The CORBA::Any::to_string struct is left out of the extraction from the lhs any. There is no danger of type mismatch, since the type codes (which do retain bound information) have already been compared for equivalence.
* * tao/DynamicAny/DynAny_i.cpp:parsons2001-09-121-0/+14
| | | | | | | | | | | | Strange bug that seems to happen only on Win32, where when a DynAny containing a string is copied from another, its type code member gets the bound copied correctly, but its member any's type code does not. It crops up only in the equal() method where the strings are extracted from the member anys and compared. The CORBA::Any::to_string struct is left out of the extraction from the lhs any. There is no danger of type mismatch, since the type codes (which do retain bound information) have already been compared for equivalence.
* *** empty log message ***yamuna2001-09-111-1/+1
|
* ChangeLogTag: Tue Sep 11 18:07:46 2001 Yamuna Krishnamurthy ↵yamuna2001-09-113-14/+21
| | | | <yamuna@cs.wustl.edu>
* ChangeLogTag: Tue Sep 11 15:46:44 2001 Balachandran Natarajan ↵bala2001-09-113-1/+27
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Tue Sep 11 12:40:01 2001 Balachandran Natarajan ↵bala2001-09-113-3/+24
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Tue Sep 11 06:41:31 2001 Balachandran Natarajan ↵bala2001-09-114-1/+16
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Mon Sep 10 20:00:25 2001 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2001-09-112-16/+42
|
* ChangeLogTag:Mon Sep 10 18:59:24 2001 Douglas C. Schmidt ↵schmidt2001-09-119-20/+49
| | | | <schmidt@macarena.cs.wustl.edu>
* ChangeLogTag: Mon Sep 10 17:31:11 2001 Balachandran Natarajan ↵bala2001-09-104-1/+13
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Mon Sep 10 13:34:43 2001 Balachandran Natarajan ↵bala2001-09-102-1/+10
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Mon Sep 10 12:54:28 2001 Balachandran Natarajan ↵bala2001-09-104-17/+39
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Mon Sep 10 12:36:07 2001 Balachandran Natarajan ↵bala2001-09-104-5/+26
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Mon Sep 10 12:23:30 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-09-103-19/+43
|
* * tao/DynamicAny/DynCommon.cpp (insert_string, get_string):parsons2001-09-101-0/+13
| | | | | | | | | | | Fixed a problem in these methods with bounded strings. Thanks to Russell Mora <rd.mora@econz.co.nz> for reporting this bug. * tests/DynAny_Test/da_tests.idl: * tests/DynAny_Test/test_dynsequence.cpp: Added a bounded string example to the DynSequence test.
* ChangeLogTag: Mon Sep 10 12:17:12 2001 Balachandran Natarajan ↵bala2001-09-102-4/+11
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Mon Sep 10 08:17:08 2001 Balachandran Natarajan ↵bala2001-09-104-1/+16
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Mon Sep 10 08:05:39 2001 Balachandran Natarajan ↵bala2001-09-104-1/+16
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Mon Sep 10 07:41:05 2001 Balachandran Natarajan ↵bala2001-09-102-0/+14
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Sun Sep 9 11:09:04 2001 Balachandran Natarajan ↵bala2001-09-092-5/+360
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Sun Sep 9 10:20:59 2001 Balachandran Natarajan ↵bala2001-09-0952-26079/+25027
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Sun Sep 9 08:43:02 2001 Balachandran Natarajan ↵bala2001-09-094-2/+22
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Sun Sep 9 08:28:52 2001 Balachandran Natarajan ↵bala2001-09-099-100/+243
| | | | <bala@cs.wustl.edu>
* Sat Sep 8 22:40:21 2001 Krishnakumar B <kitty@cs.wustl.edu>kitty2001-09-092-5/+11
|
* ChangeLogTag: Sat Sep 8 09:34:52 2001 Balachandran Natarajan ↵bala2001-09-084-1/+16
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Fri Sep 7 16:40:37 2001 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2001-09-084-0/+19
|
* ChangeLogTag: Fri Sep 7 17:16:50 2001 Anand Krishnan <anandk@cs.wustl.edu>anandk2001-09-072-0/+70
|
* ChangeLogTag: Fri Sep 7 17:09:04 2001 Balachandran Natarajan ↵bala2001-09-074-1/+26
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Fri Sep 7 15:51:48 2001 Balachandran Natarajan ↵bala2001-09-074-0/+13
| | | | <bala@cs.wustl.edu>
* Added some clarifying comments.Ossama Othman2001-09-071-0/+4
|