summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-11183-2/+405
* 4.5.21levine1998-07-111-2/+2
* Added some more files to the projects.brunsch1998-07-102-25/+187
* added ACE_INLINE specifiers to operator+ declarations, to please Sun C++levine1998-07-101-29/+29
* Support for Borland C++ 5.x as DLLgonzo1998-07-107-30/+15
* *** empty log message ***irfan1998-07-092-16/+16
* *** empty log message ***irfan1998-07-094-68/+58
* For LONG_LONG size determination, don't use ULONGLONG_MAX ifdef __GNUG__.levine1998-07-091-2/+2
* *** empty log message ***irfan1998-07-091-2/+2
* *** empty log message ***irfan1998-07-082-91/+82
* Inserted note to not use this config, but to use config-sunos5.5.hlevine1998-07-081-3/+5
* Enclosed the whole EXCEPT block in #ifdef ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS.nanbor1998-07-081-2/+2
* Added Stats.cppnanbor1998-07-071-965/+220
* Added ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONSnanbor1998-07-071-0/+1
* Defined ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS if not WinCEnanbor1998-07-071-0/+1
* CE doesn't have structural exception handlingnanbor1998-07-075-30/+37
* Made CE friendlynanbor1998-07-073-14/+16
* On VxWorks only, use a single character instead of a string to mark an ACE_th...levine1998-07-073-9/+18
* updated comments that describe ACE_thread_t * argument to spawn () family.levine1998-07-071-9/+13
* Revised support for Borland C++ 5.xgonzo1998-07-079-62/+121
* Updated comment.nanbor1998-07-061-1/+1
* 4.5.20levine1998-07-031-2/+2
* *** empty log message ***nanbor1998-07-022-0/+31
* *** empty log message ***alex1998-07-022-3/+31
* (spawn*): on VxWorks only, added comment explaining use of ACE_thread_t * arg...levine1998-07-021-55/+65
* (spawn_i): on VxWorks only, augmented commentslevine1998-07-021-1/+7
* (thr_create): on VxWorks only, check if thr_id points to a zero char *. If s...levine1998-07-021-12/+21
* ooops, fixed typolevine1998-07-021-1/+1
* fixed eof return value, some morelevine1998-07-021-1/+1
* (recv_n, eof): fixed calculation of timeout_ and return valuelevine1998-07-021-4/+5
* moved dynamic message queue template instantiationscdgill1998-07-011-0/+8
* added some ACE_UNUSED_ARGSlevine1998-07-011-0/+7
* (VxWorks only): removed args from a couple of unsupported functionslevine1998-07-011-2/+2
* Added /**/ after #include.nanbor1998-07-011-1/+1
* added cleanup strategy factory methodscdgill1998-06-302-0/+78
* Dynamic Priority Queue testcdgill1998-06-305-87/+443
* Removed "= 0" (pure virtual) from ACE_Adaptive_Lock destructor. The functionSteve Huston1998-06-301-1/+1
* Fixed priority_eval_func_ptr references.... well, they compile. I don't know ifSteve Huston1998-06-301-2/+2
* (VxWorks only): finished implementing the ACE_Message_Queue_Vx inlinelevine1998-06-301-4/+4
* (ACE_Message_Queue_Vx::dtor) added close () call to destructor, because the o...levine1998-06-301-0/+5
* *** empty log message ***irfan1998-06-302-7/+16
* *** empty log message ***schmidt1998-06-301-1/+1
* Added explicit class names for members of parent template classes. RequiredSteve Huston1998-06-301-26/+18
* ACE_RW_Process_Mutex no longer needs to inherit from ACE_Process_mutex.nanbor1998-06-301-1/+1
* ACE_RW_Process_Mutex must have owner's read/write permission.nanbor1998-06-301-1/+6
* 4.5.19schmidt1998-06-301-2/+2
* (invoke): wrapped final return statement with ACE_NOTREACHEDlevine1998-06-301-4/+4
* *** empty log message ***irfan1998-06-301-1/+1
* *** empty log message ***nanbor1998-06-291-8/+12
* (ACE_Message_Queue_Vx:enqueue_head/tail): implement these for VxWorks. enque...levine1998-06-292-28/+9