| Commit message (Expand) | Author | Age | Files | Lines |
* | ChangeLog Entry: Sun May 23 11:33:07 1999 Alexander Babu Arulanthu <alex@cs... | alex | 1999-05-23 | 1 | -0/+1 |
* | (init,fini): moved init_fini_count_ from ACE Object_Managers to ACE, so that ... | levine | 1999-04-26 | 1 | -5/+0 |
* | (ACE_OS_Object_Manager,ACE_Object_Manager: added static counter to match init... | levine | 1999-04-19 | 1 | -0/+5 |
* | removed complex support from ACE_Object_Manager for cleanup of some | levine | 1999-03-20 | 1 | -17/+5 |
* | changed Object_Manager state to be per-instance, instead of global | levine | 1999-03-03 | 1 | -0/+16 |
* | added ACE_OS_Object_Manager | levine | 1999-03-01 | 1 | -123/+73 |
* | changed ACE_OS::exit to call an exit hook that is registered by the ACE_Objec... | levine | 1999-02-20 | 1 | -3/+0 |
* | updated comments to reflect that ACE_HAS_NONSTATIC_OBJECT_MANAGER is | levine | 1999-02-03 | 1 | -11/+7 |
* | uninlined ACE_OS::exit (), so that ACE_Object_Manager_fini () is no longer ne... | levine | 1998-11-30 | 1 | -3/+0 |
* | added ACE_Object_Manager_fini to avoid circular include problems | levine | 1998-11-30 | 1 | -0/+3 |
* | added ACE_OS::exit () recommendations in comments | levine | 1998-11-30 | 1 | -0/+21 |
* | declare the ACE_Object_Manager_Base methods to be public, instead of | levine | 1998-10-29 | 1 | -5/+7 |
* | changed include protection from #if !defined to ifndef, and added #pragma onc... | levine | 1998-10-20 | 1 | -1/+1 |
* | Basic_Types.h | schmidt | 1998-10-17 | 1 | -1/+1 |
* | . | schmidt | 1998-10-14 | 1 | -0/+4 |
* | . | schmidt | 1998-10-08 | 1 | -1/+0 |
* | removed ACE_USE_NATIVE_KEYS support by ACE_HAS_TSS_EMULATION | levine | 1998-09-28 | 1 | -4/+3 |
* | pSOS Diab and Trimedia compiler port checkin | cdgill | 1998-09-01 | 1 | -0/+6 |
* | reorganized to provide the ACE_Object_Manager_Base class | levine | 1998-08-31 | 1 | -60/+116 |
* | *** empty log message *** | schmidt | 1998-08-04 | 1 | -2/+2 |
* | added ACE_TSS_BASE_LOCK | levine | 1998-07-20 | 1 | -0/+3 |
* | oops, changed ACE_HAS_NON_STATIC_OBJECT_MANAGER to ACE_HAS_NONSTATIC_OBJECT_M... | levine | 1998-03-14 | 1 | -2/+2 |
* | *** empty log message *** | schmidt | 1997-12-21 | 1 | -2/+2 |
* | *** empty log message *** | irfan | 1997-11-29 | 1 | -2/+2 |
* | Removed redundant trailing comma from all instances of ACE_UMIMPLEMENTED_FUNC. | nw1 | 1997-11-28 | 1 | -2/+2 |
* | *** empty log message *** | irfan | 1997-11-27 | 1 | -2/+2 |
* | (default_mask): moved declaration out of ACE_MT_SAFE protection | levine | 1997-11-13 | 1 | -3/+3 |
* | * ace/Signal.i: Changed to use new Object Manager member. | Chris Cleeland | 1997-11-13 | 1 | -0/+7 |
* | *** empty log message *** | irfan | 1997-11-13 | 1 | -1/+0 |
* | *** empty log message *** | irfan | 1997-11-07 | 1 | -1/+0 |
* | *** empty log message *** | irfan | 1997-11-07 | 1 | -0/+1 |
* | *** empty log message *** | schmidt | 1997-11-07 | 1 | -3/+4 |
* | *** empty log message *** | schmidt | 1997-11-07 | 1 | -7/+13 |
* | *** empty log message *** | schmidt | 1997-11-06 | 1 | -6/+6 |
* | added documenation of ACE_HAS_NONSTATIC_OBJECT_MANAGER | levine | 1997-11-03 | 1 | -0/+23 |
* | (get_singleton_lock): dynamically allocate ACE_Thread_Mutex and ACE_RW_Thread... | levine | 1997-10-24 | 1 | -12/+15 |
* | allow singletons during static construction/destruction | levine | 1997-10-23 | 1 | -1/+5 |
* | Added support for ACE_RW_Thread_Mutex ACE_Singleton lock type. Also, removed... | levine | 1997-10-23 | 1 | -0/+6 |
* | moved ace_singleton_lock_ to Object_Manager | levine | 1997-10-22 | 1 | -4/+50 |
* | moved ace_thread_exit_lock_ to Object_Manager | levine | 1997-10-18 | 1 | -0/+1 |
* | move ace_svc_handler_lock_ to Object_Manager | levine | 1997-10-17 | 1 | -0/+1 |
* | moved ace_os_monitor_lock and ACE_Token_Invariants_Creation_Lock to Object_Ma... | levine | 1997-10-17 | 1 | -0/+2 |
* | moved ACE_Static_Object_Lock from Synch.h to Object_Manager.h | levine | 1997-10-14 | 1 | -0/+24 |
* | rs | schmidt | 1997-10-11 | 1 | -1/+3 |
* | *** empty log message *** | schmidt | 1997-10-10 | 1 | -12/+11 |
* | removed Filecache arrays | levine | 1997-10-01 | 1 | -2/+5 |
* | removed ACE_Managed_Object get_object () interface | levine | 1997-09-24 | 1 | -5/+1 |
* | preallocate ACE_Token_Manager creation lock | levine | 1997-09-23 | 1 | -0/+1 |
* | renamed ACE_Managed_Cleanup to ACE_Cleanup_Adapter, moved ACE_Object_Manager_... | levine | 1997-09-22 | 1 | -4/+4 |
* | revised ACE_Object_Manager interface for preallocated objects | levine | 1997-09-20 | 1 | -31/+123 |