summaryrefslogtreecommitdiff
path: root/tests/test_config.h
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Fri Jul 12 16:03:22 2002 Steve Huston <shuston@riverace.com>Steve Huston2002-07-121-2/+2
|
* ChangeLogTag:Wed May 1 21:07:23 2002 Ossama Othman <ossama@uci.edu>Ossama Othman2002-05-021-16/+15
|
* ChangeLogTag: Tue Apr 9 00:52:42 2002 Krishnakumar B <kitty@cs.wustl.edu>kitty2002-04-091-6/+0
|
* ChangeLogTag: Sun Apr 7 18:04:56 2002 Krishnakumar B <kitty@cs.wustl.edu>kitty2002-04-071-3/+5
|
* ChangeLogTag: Sun Apr 7 05:27:35 2002 Krishnakumar B <kitty@cs.wustl.edu>kitty2002-04-071-0/+2
|
* ChangeLogTag: Thu Mar 28 23:47:00 2002 Si Mong Park <spark@ociweb.com>spark2002-03-291-2/+9
|
* ChangeLogTag:Sun Aug 26 08:13:12 2001 Douglas C. Schmidt ↵schmidt2001-08-261-0/+2
| | | | <schmidt@macarena.cs.wustl.edu>
* ChangeLogTag: Fri Aug 17 13:31:45 2001 Chad Elliott <elliott_c@ociweb.com>oci2001-08-171-2/+5
|
* ChangeLogTag:Sun Oct 22 15:07:42 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-10-221-2/+0
|
* ChangeLogTag: Sun Oct 22 08:57:33 2000 David L. Levine <levine@cs.wustl.edu>levine2000-10-221-9/+9
|
* ChangeLogTag:Thu Oct 19 13:17:41 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-10-191-1/+1
|
* ChangeLogTag:Thu Oct 19 13:17:41 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-10-191-7/+10
|
* ChangeLogTag:Sat May 27 20:55:24 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-05-281-0/+1
|
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-76/+46
|
* ChangeLogTag:Tue Apr 18 19:08:37 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-191-1/+1
|
* ChangeLogTag:Mon Feb 28 09:20:27 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-02-281-35/+3
|
* ChangeLogTag:Mon Feb 21 14:35:39 2000 Christopher Kohlhoff <chris@kohlhoff.com>schmidt2000-02-211-5/+0
|
* ChangeLogTag: Tue Dec 28 15:50:46 1999 David L. Levine <levine@cs.wustl.edu>levine1999-12-281-14/+1
|
* ChangeLogTag: Mon Dec 27 15:51:39 1999 David L. Levine <levine@cs.wustl.edu>levine1999-12-271-1/+8
|
* ChangeLogTag:Wed Sep 1 21:37:59 1999 Douglas C. Schmidt ↵schmidt1999-09-021-2/+2
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag: Mon Aug 23 07:28:02 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-231-1/+1
|
* ChangeLogTag:Sat Aug 21 12:36:40 1999 Douglas C. Schmidt ↵schmidt1999-08-221-1/+1
| | | | <schmidt@tango.cs.wustl.edu>
* WinCE/UNICODE fixes.nanbor1999-07-091-4/+4
|
* Fixed the unicode conversion problem.nanbor1999-07-091-1/+1
|
* Change test_dir to const because it's initialized froma string literal.Steve Huston1999-07-091-1/+1
|
* ChangeLogTag:Thu Jul 08 12:35:23 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-081-16/+14
|
* ChangeLogTag: Wed Jul 07 21:37:33 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-081-7/+2
|
* Set ACE_MAX_CLIENTS to 4 for PharLap ETS else it runs out resources easilySteve Huston1999-07-071-1/+1
|
* Fixed a typo.nanbor1999-07-061-1/+1
|
* Pure unicode fixes.nanbor1999-07-051-14/+15
|
* On PharLap, all logging output goes to host console.Steve Huston1999-07-021-5/+14
|
* UNICODE fixesnanbor1999-07-011-2/+2
|
* .schmidt1999-06-281-10/+14
|
* .schmidt1999-06-101-1/+0
|
* .schmidt1999-06-071-5/+3
|
* (~ACE_Test_Output): wrapped use of cerr with #ifndeflevine1999-02-061-3/+5
| | | | ACE_LACKS_IOSTREAM_TOTALLY.
* *** empty log message ***irfan1999-02-061-24/+0
|
* .schmidt1999-01-171-1/+3
|
* Changes for pSOS using Diab 4.2a releasecdgill1998-12-061-11/+13
|
* changed include protection from #if !defined to ifndef, and added #pragma ↵levine1998-10-201-1/+6
| | | | once, if possible
* *** empty log message ***schmidt1998-09-161-1/+7
|
* *** empty log message ***levine1998-09-011-2/+7
|
* Moved the code to redirect Log_Msg output back to stderr into the destructor.nanbor1998-08-121-3/+3
|
* added ACE_Singleton<ACE_Test_Output, ACE_Null_Mutex> templatelevine1998-08-121-2/+10
| | | | instantiation.
* Re-enabled ACE_Test_Output fix for Win32, non-WinCESteve Huston1998-08-111-12/+14
| | | | | Changed ACE_Test_Output from a static to a ACE_Singleton to be sure it gets cleaned up properly in all cases.
* *** empty log message ***nanbor1998-08-111-1/+1
|
* When deleting ACE_Test_Output, make sure ACE_Log_Msg doesn't refer to it or theSteve Huston1998-08-111-0/+4
| | | | ostream it holds.
* Added a bunch of ASYS_TEXT macrosnanbor1998-07-301-1/+1
|
* Don;t close the ofstream in ACE_APPEND_LOG on Win32.nanbor1998-06-261-0/+9
|
* Added initial support for Borland C++ Buildergonzo1998-06-081-0/+5
|