summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* removed the Linux/Alpha hack now that it's been masked in Env_Value_T.ilevine1998-01-061-6/+0
* (main): expect 0 on Linux/Alpha, (unsigned long) -10 on everything else for t...levine1998-01-061-0/+6
* fixed typo in expected value messagelevine1998-01-051-4/+4
* added tests of ACE_U_LongLong operator/ and operator%levine1998-01-051-12/+23
* *** empty log message ***schmidt1998-01-041-10/+11
* hacked to work with ACE_HAS_NONSTATIC_OBJECT_MANAGER.levine1998-01-041-10/+26
* *** empty log message ***levine1998-01-041-5/+4
* Changed to use STL-styled iterator for ACE_Map_Manager test.nw11998-01-041-4/+48
* Fixed a typo.nw11998-01-031-1/+1
* Added codes to test STL-styled functions in ACE_Map_Manager.nw11998-01-021-5/+17
* * tests/run_tests.sh: Added Env_Value_Test to the list of tests toChris Cleeland1998-01-021-0/+1
* added CE_Env_Value<long> instantiationlevine1998-01-021-10/+12
* * tests/Env_Value_Test.cpp (main): Fixed wrong test for negativeChris Cleeland1998-01-021-1/+3
* ChangeLogTag:Fri Jan 2 12:39:45 1998 Carlos O'Ryan <coryan@swarm.cs.wustl....coryan1998-01-023-0/+6
* (main): fixed name given to ACE_START_TESTlevine1998-01-021-3/+3
* Merged in the changes that Nanbor and David had made and somebow gotChris Cleeland1998-01-021-4/+9
* * tests/Env_Value_Test.cpp (main): Changed the definition of theChris Cleeland1998-01-021-19/+8
* Added explicit template instantiation for ACE_Map_Iterator_Basenw11998-01-024-0/+8
* hacked ACE_INIT_LOG to work on VxWorkslevine1998-01-021-0/+19
* *** empty log message ***schmidt1998-01-021-62/+97
* Added Env_Value_Test.nw11998-01-013-0/+25
* Changed the main argument environ to envp. Real OSes don't understand what en...nw11998-01-011-3/+3
* (main): removed unused arg argv and local envargv. undef'ed ACE_HAS_NONSTATI...levine1998-01-011-6/+11
* * ace/Env_Value_T.*: Added a new template (ACE_Env_Value) which isChris Cleeland1997-12-312-1/+89
* (test_ace_u_longlong: added test of operator++, and simple test of operator/levine1997-12-311-0/+16
* replaced NSIG with ACE_NSIGlevine1997-12-311-19/+19
* (main): replaced #ifdef VXWORKS && ghs with !ifdef ACE_HAS_WCHAR_TYPEDEFS_CHARlevine1997-12-311-2/+5
* (client): changed stream error message from "timeout" to "timed out",levine1997-12-251-1/+1
* only test ACE_U_LongLong on Solaris, and other platforms with STHREADSlevine1997-12-241-14/+7
* *** empty log message ***schmidt1997-12-241-1/+1
* (ACE_APPEND_LOG): added a close () of the ace_file_stream before opening it.levine1997-12-231-0/+1
* *** empty log message ***levine1997-12-221-5/+5
* Changed ACE_LACKS_EXEC to ACE_LACKS_FORK.nw11997-12-201-3/+3
* *** empty log message ***schmidt1997-12-203-11/+16
* *** empty log message ***irfan1997-12-201-0/+0
* Removed an extra read.nw11997-12-201-1/+0
* !schmidt1997-12-201-10/+10
* Incoporate James CE Johnson's patches.nw11997-12-191-1/+25
* fixed #ifdef's so that ACE_ULongLong isn't tests on SGIs, etc.levine1997-12-181-7/+10
* updated test statuslevine1997-12-181-11/+9
* pSOSim portcdgill1997-12-171-2/+17
* restored #include test_config.h, and changed #include ace/config.h tolevine1997-12-171-2/+3
* pSOSim portcdgill1997-12-171-0/+163
* pSOSim portcdgill1997-12-175-14/+15
* *** empty log message ***schmidt1997-12-171-12/+9
* *** empty log message ***nw11997-12-161-1/+0
* replace use of ! ACE_HAS_64BIT_LONGS with ACE_SIZEOF_LONG == 4levine1997-12-161-8/+8
* (worker): replaced ACE_HAS_64BIT_LONGS logic with a cast of the void * argume...levine1997-12-161-5/+3
* (parse_args): added DEBUG message if an unsupported concurreny strategy is pr...levine1997-12-151-98/+102
* *** empty log message ***irfan1997-12-1359-1729/+2290