summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* Moved #include "ace/OS.h" out of ACE_ACE_H block.nanbor1998-04-051-1/+2
* ACE version 4.4.37, released Sat Apr 04 21:19:32 1998.schmidt1998-04-051-2/+2
* *** empty log message ***schmidt1998-04-051-2/+5
* Forget to read thread creation flags using the access function in thr_exit.nanbor1998-04-051-1/+1
* don't use u_longlong_t if ACE_LACKS_U_LONGLONG_T is definedlevine1998-04-048-11/+25
* Conditional compile MFC codenanbor1998-04-041-2/+8
* Take care of thr_exit for threads that are not spawned by ACE_Thread_Managernanbor1998-04-041-8/+55
* *** empty log message ***alex1998-04-041-0/+10
* *** empty log message ***alex1998-04-041-1/+5
* *** empty log message ***schmidt1998-04-043-7/+6
* *** empty log message ***alex1998-04-042-42/+0
* *** empty log message ***schmidt1998-04-044-8/+11
* *** empty log message ***schmidt1998-04-043-12/+23
* (operator/ and %): fixed comments: former instead of latterlevine1998-04-031-2/+2
* updated ACE_CAST_CONST commentlevine1998-04-031-1/+2
* added ACE_CAST_CONST, so that we can work around broken cast constness requir...levine1998-04-032-0/+9
* (ACE_TSS_Info::key_in_use): return true if thread_count_ > 0, not if it is != -1levine1998-04-031-1/+1
* Added flags access meths method to Thread_Descriptor.nanbor1998-04-032-0/+11
* Removed the use of AfxGetThread by checking thread creation flags from cached...nanbor1998-04-031-6/+10
* On AIX, always check after a non-blocking connect() finishes.Steve Huston1998-04-031-0/+8
* (thr_yield): on VxWorks, changed argument of ::taskDelay () from 0 to 1.levine1998-04-031-1/+3
* *** empty log message ***irfan1998-04-021-1/+1
* *** empty log message ***schmidt1998-04-022-1/+2
* *** empty log message ***sumedh1998-04-021-1/+1
* *** empty log message ***irfan1998-04-023-0/+176
* *** empty log message ***irfan1998-04-021-1/+1
* *** empty log message ***schmidt1998-04-012-2/+2
* fixed conversion of ACE_hrtime_t to ACE_Time_Value to be compatible with ACE_...levine1998-04-013-16/+20
* added dump () methodlevine1998-04-013-142/+154
* *** empty log message ***schmidt1998-04-011-12/+19
* *** empty log message ***schmidt1998-04-013-7/+7
* Should not wait for all objects in wait_for_multiple_objects.nanbor1998-04-011-2/+1
* Removed the settings for ACE_SIZEOF_LONG_LONG since the compilerSteve Huston1998-03-311-5/+1
* Use MsgWaitForMultipleObjects on non-NT platforms.nanbor1998-03-311-1/+11
* (cond_timedwait): restored ACE_HAS_DCE_DRAFT4_THREADS behavior to uselevine1998-03-311-2/+8
* (enable,disable): removed the ACE_NOTREACHED wrappers around thelevine1998-03-291-2/+2
* Updated experimental config claim.nanbor1998-03-291-5/+4
* Changed and int to size_t to get rid of a warningbrunsch1998-03-291-1/+1
* set ACE_DEFAULT_MAX_SOCKET_BUFSIZ to 65535 on Linux, and #define ACE_HAS_GETP...levine1998-03-281-2/+3
* ACE_OS::gettimeofday doesn't take any argumentnanbor1998-03-271-1/+1
* oops, pass op along to gettime ()levine1998-03-271-5/+4
* oops, added missing commalevine1998-03-271-1/+1
* (gethrtime): added an optional argument to allow specifying start/increment/s...levine1998-03-275-25/+82
* Added #include "ace/Service_Repository.h" to build on HP-UX.Steve Huston1998-03-271-0/+1
* moved setting of ACE_SIZEOF_LONG_DOUBLE to 12 from Basic_Types.h to config-g+...levine1998-03-275-7/+14
* Changed template parameter SIZE to ACE_SIZE.nanbor1998-03-273-127/+126
* ACE version 4.4.36, released Thu Mar 26 17:23:38 1998.schmidt1998-03-261-2/+2
* sizeof (long double) is 8 on ghs/VxWorks/i386, not 12.levine1998-03-261-2/+2
* (enable,disable): wrapped return statement at end with ACE_NOTREACHED.levine1998-03-261-2/+2
* added some commentslevine1998-03-251-7/+10