summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Removed the Vector_Test from the distribution.Ossama Othman1999-05-301-548/+3
* Removed the ACE_Vector class so we don't need to keep this test around.Ossama Othman1999-05-301-572/+0
* Added tests for the newly added ACE_Vector<T>::insert() andOssama Othman1999-05-301-1/+160
* *** empty log message ***irfan1999-05-291-11/+11
* The Vector_Test tests the important features of the ACE_Vector class andOssama Othman1999-05-292-149/+559
* Added SOCK_Send_Recv_TestSteve Huston1999-05-252-0/+2
* Fixed signed/unsigned mismatch.Steve Huston1999-05-251-2/+2
* Fixed some compiler warnings.parsons1999-05-251-8/+8
* Fixed a signed/unsigned mismatch warning.parsons1999-05-251-1/+1
* New test, SOCK_Send_Recv_TestSteve Huston1999-05-243-68/+351
* New test, SOCK_Send_Recv_TestSteve Huston1999-05-241-68/+80
* New test which exercises SOCK_Stream send/recv. Catches problems with winsoc...Steve Huston1999-05-242-0/+322
* ChangeLogTag:Sat May 22 16:57:38 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-221-1/+1
* Fixed an extra semicolon warning!naga1999-05-201-1/+1
* Removed commented code.naga1999-05-201-24/+0
* ChangeLogTag:Thu May 20 10:39:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-201-20/+27
* Added a simple test program for the TkReactor along the lines of XtReactor_Test.naga1999-05-203-40/+568
* replaced Hash_Map_Manager with a simple array. This avoids dynamiclevine1999-05-181-92/+50
* ChangeLogTag:Tue May 18 10:14:47 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-182-339/+1088
* removed Thread_Manager_Test.hlevine1999-05-183-1068/+550
* only use the ACE_Hash<ACE_hthread_t> specialization on Digital Unixlevine1999-05-181-0/+2
* added a couple more explicit template instantiations. Thanks tolevine1999-05-181-17/+44
* Use a hash map to store each thread's indication of whether itlevine1999-05-171-31/+53
* (handler): added comment saying that even the ACE_OS::exit () call isn't safelevine1999-05-171-1/+1
* removed the signal handler. It wasn't used for the test, andlevine1999-05-171-15/+8
* (handler): commented out unused arg "signum".levine1999-05-171-1/+1
* (handler): removed ACE_DEBUG.levine1999-05-171-2/+2
* (handler): cleaned up commentlevine1999-05-171-2/+2
* (handler,worker): moved ACE_DEBUG out of signal handler.levine1999-05-171-12/+17
* added Tokens_Test to BIN2 if Tokens component is not configured in.levine1999-05-131-0/+5
* (spawn_threads): changed some ACE_NEW statements to ACE_NEW_RETURNlevine1999-05-111-10/+5
* fixed use of status on platforms that lack forklevine1999-05-111-3/+9
* removed workaround for DEC cxx, and modified error message to mentionlevine1999-05-111-5/+5
* (spawn_threads): wait a maximum of 200 seconds. Carlos reported thatlevine1999-05-101-1/+14
* removed 60 from wait commentlevine1999-05-101-2/+2
* convert max_wait to mseclevine1999-05-102-2/+2
* (main): wait a maximum of 60 seconds, because the test sometimes hangslevine1999-05-101-2/+17
* removed extra ACE_Time_Value constructor calllevine1999-05-101-1/+1
* added -f option, which enables FIFO thread scheduling. Some platformslevine1999-05-101-10/+33
* allow DEC cxx 6.2 to catch its NoNamedExceptionlevine1999-05-101-0/+3
* make depend for new RB_Tree interfacecdgill1999-05-091-1/+212
* finished implementing map interface for RB_Treecdgill1999-05-091-76/+269
* fixed template instantiations, compiler errors and warnings in uninstantiated...cdgill1999-05-081-0/+8
* Replaced __ACE_INLINE__=0 with ACE_NO_INLINEnanbor1999-05-0868-274/+274
* ChangeLogTag:Wed May 5 13:58:25 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-051-14/+33
* Always call ACE::init and ACE::fini (ACE's DllMain which used to do it has be...Steve Huston1999-05-051-6/+4
* rb tree test template instantiations, -g switch for diab psos ppccdgill1999-05-051-20/+27
* Added ACE_Init_TestSteve Huston1999-05-041-0/+1
* added comment about loading shared liblevine1999-05-041-0/+6
* Fixed ability to build all configurations (at least on Intel)Steve Huston1999-05-031-1/+1