summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* made unsigned as size_t since unsigned menas differently on differentkirthika1999-06-151-4/+4
* Removed repeated template instantiations.kirthika1999-06-151-4/+0
* .schmidt1999-06-151-19/+34
* Added template instantiations.kirthika1999-06-151-2/+6
* Changed template instantiations for ACE_Pairkirthika1999-06-151-2/+2
* Added template instantiations.kirthika1999-06-151-4/+2
* Added template instantiation for ACE_Read_Guardkirthika1999-06-141-2/+4
* (handle_input): removed printout when result == 0. It happens whenlevine1999-06-141-3/+0
* .schmidt1999-06-142-29/+46
* Added template instantiationskirthika1999-06-141-0/+4
* cleaned up printouts a bitlevine1999-06-111-2/+3
* (main): return error status from run_event_loop () call. And, added alevine1999-06-111-5/+12
* factored out RB_Tree test class template into a header filecdgill1999-06-112-84/+105
* .schmidt1999-06-111-48/+40
* .schmidt1999-06-112-12/+25
* Added Cache_Map_Manager and Hash_Cache_Map_Manager tests.kirthika1999-06-111-13/+36
* Added Map_Manager_Test back.kirthika1999-06-111-1/+4123
* restructured testcdgill1999-06-111-340/+273
* *** empty log message ***irfan1999-06-111-14/+17
* Added tests for Cache_Map_Manager and Hash_Cache_Map_Managerkirthika1999-06-111-0/+280
* Removed Map_Manager_Test.cpp temporarily to check out thekirthika1999-06-101-4108/+3
* Disable test on Win32 w/o WinNT4 - ACE_SPIPE_Acceptor doesn't work w/o NT4Steve Huston1999-06-101-6/+9
* .schmidt1999-06-102-3/+2
* RB_Tree, DOVEMIB, pSOS fixescdgill1999-06-101-88/+105
* .schmidt1999-06-091-0/+2
* .schmidt1999-06-091-4/+4
* Added Svc_Handler_Test.parsons1999-06-093-0/+7
* Added Svc_Handler_Test project.parsons1999-06-091-0/+12
* Added Svc_Handler_Test project.parsons1999-06-091-0/+12
* *** empty log message ***nanbor1999-06-092-0/+494
* .schmidt1999-06-091-0/+621
* .schmidt1999-06-093-0/+133
* If host lookups fail, note it and don't try to connect. Workaround AIX 4.3 bug.Steve Huston1999-06-081-3/+22
* (main): on Sun only, added 5 second sleep before the "main thread finished" p...levine1999-06-081-0/+6
* the ANSI C++ spec says you can no longer cast a void* to a functionkirthika1999-06-071-1/+10
* .schmidt1999-06-071-31/+53
* .schmidt1999-06-074-87/+137
* .schmidt1999-06-073-41/+46
* .schmidt1999-06-071-2/+2
* .schmidt1999-06-071-17/+13
* .schmidt1999-06-077-28/+43
* 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