| Commit message (Expand) | Author | Age | Files | Lines |
* | Added RCS Id strings to cpp files via a macro that can be turned off | gonzo | 1998-07-11 | 183 | -2/+405 |
* | 4.5.21 | levine | 1998-07-11 | 1 | -2/+2 |
* | Added some more files to the projects. | brunsch | 1998-07-10 | 2 | -25/+187 |
* | added ACE_INLINE specifiers to operator+ declarations, to please Sun C++ | levine | 1998-07-10 | 1 | -29/+29 |
* | Support for Borland C++ 5.x as DLL | gonzo | 1998-07-10 | 7 | -30/+15 |
* | *** empty log message *** | irfan | 1998-07-09 | 2 | -16/+16 |
* | *** empty log message *** | irfan | 1998-07-09 | 4 | -68/+58 |
* | For LONG_LONG size determination, don't use ULONGLONG_MAX ifdef __GNUG__. | levine | 1998-07-09 | 1 | -2/+2 |
* | *** empty log message *** | irfan | 1998-07-09 | 1 | -2/+2 |
* | *** empty log message *** | irfan | 1998-07-08 | 2 | -91/+82 |
* | Inserted note to not use this config, but to use config-sunos5.5.h | levine | 1998-07-08 | 1 | -3/+5 |
* | Enclosed the whole EXCEPT block in #ifdef ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS. | nanbor | 1998-07-08 | 1 | -2/+2 |
* | Added Stats.cpp | nanbor | 1998-07-07 | 1 | -965/+220 |
* | Added ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS | nanbor | 1998-07-07 | 1 | -0/+1 |
* | Defined ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS if not WinCE | nanbor | 1998-07-07 | 1 | -0/+1 |
* | CE doesn't have structural exception handling | nanbor | 1998-07-07 | 5 | -30/+37 |
* | Made CE friendly | nanbor | 1998-07-07 | 3 | -14/+16 |
* | On VxWorks only, use a single character instead of a string to mark an ACE_th... | levine | 1998-07-07 | 3 | -9/+18 |
* | updated comments that describe ACE_thread_t * argument to spawn () family. | levine | 1998-07-07 | 1 | -9/+13 |
* | Revised support for Borland C++ 5.x | gonzo | 1998-07-07 | 9 | -62/+121 |
* | Updated comment. | nanbor | 1998-07-06 | 1 | -1/+1 |
* | 4.5.20 | levine | 1998-07-03 | 1 | -2/+2 |
* | *** empty log message *** | nanbor | 1998-07-02 | 2 | -0/+31 |
* | *** empty log message *** | alex | 1998-07-02 | 2 | -3/+31 |
* | (spawn*): on VxWorks only, added comment explaining use of ACE_thread_t * arg... | levine | 1998-07-02 | 1 | -55/+65 |
* | (spawn_i): on VxWorks only, augmented comments | levine | 1998-07-02 | 1 | -1/+7 |
* | (thr_create): on VxWorks only, check if thr_id points to a zero char *. If s... | levine | 1998-07-02 | 1 | -12/+21 |
* | ooops, fixed typo | levine | 1998-07-02 | 1 | -1/+1 |
* | fixed eof return value, some more | levine | 1998-07-02 | 1 | -1/+1 |
* | (recv_n, eof): fixed calculation of timeout_ and return value | levine | 1998-07-02 | 1 | -4/+5 |
* | moved dynamic message queue template instantiations | cdgill | 1998-07-01 | 1 | -0/+8 |
* | added some ACE_UNUSED_ARGS | levine | 1998-07-01 | 1 | -0/+7 |
* | (VxWorks only): removed args from a couple of unsupported functions | levine | 1998-07-01 | 1 | -2/+2 |
* | Added /**/ after #include. | nanbor | 1998-07-01 | 1 | -1/+1 |
* | added cleanup strategy factory methods | cdgill | 1998-06-30 | 2 | -0/+78 |
* | Dynamic Priority Queue test | cdgill | 1998-06-30 | 5 | -87/+443 |
* | Removed "= 0" (pure virtual) from ACE_Adaptive_Lock destructor. The function | Steve Huston | 1998-06-30 | 1 | -1/+1 |
* | Fixed priority_eval_func_ptr references.... well, they compile. I don't know if | Steve Huston | 1998-06-30 | 1 | -2/+2 |
* | (VxWorks only): finished implementing the ACE_Message_Queue_Vx inline | levine | 1998-06-30 | 1 | -4/+4 |
* | (ACE_Message_Queue_Vx::dtor) added close () call to destructor, because the o... | levine | 1998-06-30 | 1 | -0/+5 |
* | *** empty log message *** | irfan | 1998-06-30 | 2 | -7/+16 |
* | *** empty log message *** | schmidt | 1998-06-30 | 1 | -1/+1 |
* | Added explicit class names for members of parent template classes. Required | Steve Huston | 1998-06-30 | 1 | -26/+18 |
* | ACE_RW_Process_Mutex no longer needs to inherit from ACE_Process_mutex. | nanbor | 1998-06-30 | 1 | -1/+1 |
* | ACE_RW_Process_Mutex must have owner's read/write permission. | nanbor | 1998-06-30 | 1 | -1/+6 |
* | 4.5.19 | schmidt | 1998-06-30 | 1 | -2/+2 |
* | (invoke): wrapped final return statement with ACE_NOTREACHED | levine | 1998-06-30 | 1 | -4/+4 |
* | *** empty log message *** | irfan | 1998-06-30 | 1 | -1/+1 |
* | *** empty log message *** | nanbor | 1998-06-29 | 1 | -8/+12 |
* | (ACE_Message_Queue_Vx:enqueue_head/tail): implement these for VxWorks. enque... | levine | 1998-06-29 | 2 | -28/+9 |