| Commit message (Expand) | Author | Age | Files | Lines |
* | ChangeLogTag: Fri Dec 31 08:07:18 1999 David L. Levine <levine@cs.wustl.edu> | levine | 1999-12-31 | 1 | -27/+39 |
* | ChangeLogTag: Sun Jul 04 15:41:34 1999 David L. Levine <levine@cs.wustl.edu> | levine | 1999-07-04 | 1 | -1/+1 |
* | Updated all the dependencies | coryan | 1999-07-01 | 1 | -38/+27 |
* | Blow away tempinc dir between builds on AIX. | Steve Huston | 1999-06-25 | 1 | -0/+7 |
* | Move def of DC_Singleton from test_signleton.cpp to new file test_singleton.h. | Steve Huston | 1999-06-25 | 2 | -12/+26 |
* | Set static_libs_only to 1 so the library settings for linking get done right on | Steve Huston | 1999-06-25 | 1 | -0/+1 |
* | Removed all MSVC4 workspaces and makefiles | nanbor | 1999-06-18 | 2 | -1570/+0 |
* | . | schmidt | 1999-06-07 | 1 | -1/+1 |
* | Replaced __ACE_INLINE__=0 with ACE_NO_INLINE | nanbor | 1999-05-08 | 2 | -2/+2 |
* | updated for proper support of ACE subsets, with BIN2/LIB2/SHLIB2 | levine | 1999-04-17 | 1 | -8/+9 |
* | Replaced ACE_MT_SYNCH by ACE_SYNCH to get it compile on Linux. | alex | 1999-04-11 | 1 | -4/+4 |
* | Use ace_components instead of the current ACE_COMPONENTS | levine | 1999-03-21 | 1 | -7/+4 |
* | ChangeLogTag:Fri Mar 19 18:56:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-03-20 | 1 | -26/+12 |
* | fixed comment | levine | 1999-03-10 | 1 | -1/+1 |
* | fixed the check for Other in ACE_COMPONENTS | levine | 1999-03-10 | 1 | -1/+1 |
* | fixed typo: += instead of + = | levine | 1999-03-10 | 1 | -1/+1 |
* | don't build test_naming if ACE_COMPONENTS is defined and doesn't contain Other | levine | 1999-03-10 | 1 | -27/+38 |
* | Removed test_guard from targets. | nanbor | 1999-03-05 | 1 | -1/+0 |
* | *** empty log message *** | nanbor | 1999-03-05 | 1 | -2/+2 |
* | Added test_guard.cpp | nanbor | 1999-03-05 | 2 | -1/+116 |
* | (find): moved function call w/side effect out of ACE_ASSERT | levine | 1999-01-02 | 1 | -33/+36 |
* | ChangeLogTag:Mon Dec 28 10:52:20 1998 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1998-12-28 | 1 | -11/+29 |
* | Need advapi32.lib for static builds | nanbor | 1998-12-14 | 2 | -36/+29 |
* | static setting changes | nanbor | 1998-12-14 | 2 | -18/+130 |
* | disabled Yield_Test on VxWorks, because it doesn't run properly | levine | 1998-12-09 | 1 | -0/+4 |
* | (High_Priority_Synchronized_Task::svc): check if nsec is >= | levine | 1998-12-04 | 1 | -1/+2 |
* | check activate () return value | levine | 1998-11-25 | 1 | -17/+23 |
* | (main): finally got the parens right | levine | 1998-11-25 | 1 | -2/+2 |
* | (main): fixed printouts by performing floating point division, | levine | 1998-11-25 | 1 | -6/+6 |
* | (main): process command line options before calulating hi-res timer scale factor | levine | 1998-11-24 | 1 | -7/+8 |
* | don't print suspend-resume results if the suspend-resume test isn't run (beca... | levine | 1998-11-24 | 1 | -7/+13 |
* | fixed 64-to-32 bit casts to work with unsigned 64 bit ACE_hrtime_t on NT | levine | 1998-11-19 | 1 | -24/+21 |
* | . | schmidt | 1998-11-13 | 1 | -1/+1 |
* | ChangeLogTag:Mon Oct 26 18:33:28 1998 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1998-10-27 | 1 | -0/+18 |
* | (iteration_time): added static cast 0 to ACE_hrtime_t to please g++ | levine | 1998-10-20 | 1 | -1/+1 |
* | oops, fixed comment in last preprocessor statement | levine | 1998-10-20 | 1 | -1/+1 |
* | changed include protection from #if !defined to ifndef, and added #pragma onc... | levine | 1998-10-20 | 1 | -4/+10 |
* | . | schmidt | 1998-09-17 | 1 | -42/+178 |
* | VC 6 modification | nanbor | 1998-09-09 | 7 | -7/+7 |
* | Added ACE_RCSID to performance-tests/ | gonzo | 1998-08-03 | 8 | -3/+20 |
* | helped yield test on VxWorks by timing each yield. Added half-second delay b... | levine | 1998-07-23 | 1 | -7/+57 |
* | (per_iteration): use ACE_CU64_TO_CU32 for narrowing the const | levine | 1998-06-27 | 1 | -1/+1 |
* | (iteration_time): oops, call per_iteration with ACE_hrtime_t, not double | levine | 1998-06-24 | 1 | -1/+1 |
* | (iteration_time): check for elapsed_time_ less than empty_iteration_time_, an... | levine | 1998-06-24 | 1 | -1/+3 |
* | Should divided by MULTIPLY_FACTOR, not 10 | nanbor | 1998-06-19 | 1 | -1/+1 |
* | added explicit ACE_U64_TO_U32 conversion macro | levine | 1998-06-16 | 1 | -3/+1 |
* | added Synchronized Suspend-Resume Test | levine | 1998-05-29 | 1 | -7/+459 |
* | don't run the Yield_Test on VxWorks because it takes too long | levine | 1998-05-27 | 1 | -2/+12 |
* | create all threads as detached, so they don't have to be joined | levine | 1998-05-22 | 1 | -5/+10 |
* | converted samples from ACE_hrtime_t to ACE_INT32 for ACE_Stats | levine | 1998-05-20 | 1 | -3/+5 |