summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* (global_scale_factor): on Linux, only use BogoMips if the CPU is an alphalevine1998-09-241-3/+6
* (ACE_Map_Iterator_Base::done): added ACE_CAST_CONST to the static cast.levine1998-09-241-1/+2
* (ACE_{Bounded,Fixed}_Set_Iterator::done): added ACE_CAST_CONST to the static ...levine1998-09-241-2/+4
* OS.i - HP-UX 10 doesn't follow pthreads std for readdir_r.Steve Huston1998-09-242-7/+7
* Changed use of ACE_HAS_DCE_DRAFT4_THREADS to ACE_HAS_PTHREADS_DRAFT4.Steve Huston1998-09-241-14/+41
* Corrected comments referring to DCE threads.Steve Huston1998-09-241-18/+18
* Added #include "ace/Containers.h" - AIX xlC needs this when instantiatingSteve Huston1998-09-241-0/+1
* commented out the msg_accrights(len) #defineslevine1998-09-241-10/+17
* added ACE_LACKS_READDIR_Rlevine1998-09-241-0/+1
* disable ACE_HAS_TEMPLATE_SPECIALIZATION with g++ 2.9levine1998-09-231-3/+3
* added ACE_LACKS_CMSG_DATA_{MACRO/MEMBER} supportlevine1998-09-232-17/+35
* replaced #endif /* ACE_HAS_STHREADS */ with #endif /* 0 */.levine1998-09-231-37/+37
* replaced ACE_HAS_STHREADS with ACE_HAS_PRIOCNTLlevine1998-09-231-12/+12
* modified standard deviation calculation to help avoid overflowlevine1998-09-233-123/+227
* Wrapped shut_up_aCC so only aCC/CC on HP-UX see it.Steve Huston1998-09-231-0/+2
* 4.5.42schmidt1998-09-231-2/+2
* Added ACE_HAS_DIRENTSteve Huston1998-09-231-0/+3
* Fixed up ifdefs for varying pthreads drafts and readdir_rSteve Huston1998-09-231-1/+9
* Added code to shut up aCCSteve Huston1998-09-231-0/+2
* Added a remove method to the ACE_DLList_Iterator. This is neededjxh1998-09-222-0/+11
* (fstat): put a :: in front of fstat if it's not defined as a macrolevine1998-09-221-3/+7
* ChangeLogTag:Tue Sep 22 13:58:06 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-09-221-1/+4
* added ACE_HAS_POWERPC_TIMER with __powerpc__, but commented it outlevine1998-09-221-1/+4
* (ACE_cond_t::waiters): only define this function if ACE_HAS_THREADSlevine1998-09-221-17/+17
* 4.5.41schmidt1998-09-221-2/+2
* *** empty log message ***schmidt1998-09-221-4/+13
* added ACE_HAS_PURIFY and ACE_HAS_QUANTIFYlevine1998-09-221-1/+3
* *** empty log message ***schmidt1998-09-221-41/+31
* Changed dynamic_cast to static_cast.nanbor1998-09-221-8/+7
* Fixed VxWorks errors.nanbor1998-09-211-2/+1
* Fixed explicit template instantiationnanbor1998-09-211-0/+4
* .schmidt1998-09-212-9/+22
* Allow passing back the thread exit status of the thread being joinednanbor1998-09-212-3/+3
* In handle_error, check handles on all errors for Win32 in addition to MVS.Steve Huston1998-09-211-3/+3
* *** empty log message ***irfan1998-09-212-8/+8
* *** empty log message ***irfan1998-09-217-196/+448
* *** empty log message ***schmidt1998-09-211-3/+1
* Allow single connection accesptnanbor1998-09-212-8/+17
* *** empty log message ***marina1998-09-211-0/+15
* VxWorks only: Shielded terminated_thr_list_ from compilation.nanbor1998-09-201-6/+25
* (Thread_Descriptor::get_next): Changed to use static_cast.nanbor1998-09-201-1/+1
* (register_as_terminated): neutered on VxWorkslevine1998-09-201-0/+4
* with ACE_HAS_TSS_EMULATION, use u_long instead of u_int for ACE_thread_key_tlevine1998-09-201-1/+1
* *** empty log message ***schmidt1998-09-202-20/+22
* Puts the DLL in bin nowbrunsch1998-09-191-8/+8
* ACE_HAS_GPERF is backbrunsch1998-09-191-1/+1
* *** empty log message ***irfan1998-09-191-0/+2
* Fixed the build errors with WIN32.alex1998-09-191-1/+3
* Fixed NT warnings (hopefully :-)alex1998-09-191-0/+7
* Added ACE_Thread_Manager::join and other improvements/bug fixesnanbor1998-09-193-93/+201