| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | restored comments about initialization of ACE_Object_Manager | levine | 1997-11-17 | 1 | -3/+4 |
* | *** empty log message *** | schmidt | 1997-11-17 | 1 | -3/+3 |
* | * ace/Signal.i: Changed to use new Object Manager member. | Chris Cleeland | 1997-11-13 | 1 | -0/+8 |
* | *** empty log message *** | irfan | 1997-11-13 | 1 | -2/+0 |
* | *** empty log message *** | schmidt | 1997-11-07 | 1 | -0/+4 |
* | *** empty log message *** | schmidt | 1997-11-07 | 1 | -77/+74 |
* | *** empty log message *** | schmidt | 1997-11-07 | 1 | -16/+91 |
* | moved ACE_Naming_Service and ACE_Service_Manager static service objects to AC... | levine | 1997-11-03 | 1 | -3/+70 |
* | moved static ACE_Service_Config::signal_handler_ to Object_Manager | levine | 1997-11-01 | 1 | -0/+12 |
* | (tss_open,tss_close): removed tss_open () dynamic allocation option, and tss_... | levine | 1997-10-30 | 1 | -5/+0 |
* | (cleanup_tss): added an argument to indicate whether the main thread is calli... | levine | 1997-10-29 | 1 | -1/+1 |
* | minor cleanup | levine | 1997-10-25 | 1 | -2/+2 |
* | (get_singleton_lock): dynamically allocate ACE_Thread_Mutex and ACE_RW_Thread... | levine | 1997-10-24 | 1 | -79/+188 |
* | allow singletons during static construction/destruction | levine | 1997-10-23 | 1 | -107/+240 |
* | Added support for ACE_RW_Thread_Mutex ACE_Singleton lock type. Also, removed... | levine | 1997-10-23 | 1 | -9/+32 |
* | don't use preallocated lock when shutting_down (), as well as when starting_u... | levine | 1997-10-23 | 1 | -4/+7 |
* | moved ace_singleton_lock_ to Object_Manager | levine | 1997-10-22 | 1 | -30/+112 |
* | *** empty log message *** | schmidt | 1997-10-18 | 1 | -14/+8 |
* | moved ace_thread_exit_lock_ to Object_Manager | levine | 1997-10-18 | 1 | -0/+2 |
* | move ace_svc_handler_lock_ to Object_Manager | levine | 1997-10-17 | 1 | -0/+2 |
* | moved ace_os_monitor_lock and ACE_Token_Invariants_Creation_Lock to Object_Ma... | levine | 1997-10-17 | 1 | -0/+6 |
* | changed ACE_TSS_CLEANUP_LOCK from an ACE_Thread_Mutex to an ACE_Recursive_Thr... | levine | 1997-10-15 | 1 | -2/+3 |
* | use the static ACE_Static_Object_Lock even without ACE_HAS_NON_STATIC_OBJECT_... | levine | 1997-10-14 | 1 | -3/+3 |
* | use a static ACE_Static_Object_Lock with ACE_HAS_NONSTATIC_OBJECT_MANAGER, be... | levine | 1997-10-14 | 1 | -0/+7 |
* | moved ACE_Static_Object_Lock from Synch.h to Object_Manager.h | levine | 1997-10-14 | 1 | -6/+17 |
* | removed Filecache arrays | levine | 1997-10-01 | 1 | -14/+1 |
* | added socket_init to Object_Manager ctor and socket_fini to Object_Manager dt... | levine | 1997-09-25 | 1 | -1/+10 |
* | removed ACE_Managed_Object get_object () interface | levine | 1997-09-24 | 1 | -5/+5 |
* | Use ACE_Cleanup_Adapter<TYPE[COUNT]> for preallocated arrays. | levine | 1997-09-23 | 1 | -9/+14 |
* | added #include of ace/Malloc.h, and ACE_TOKEN_MANAGER_CREATION_LOCK | levine | 1997-09-23 | 1 | -0/+6 |
* | renamed ACE_Managed_Cleanup to ACE_Cleanup_Adapter, moved ACE_Object_Manager_... | levine | 1997-09-22 | 1 | -18/+71 |
* | revised ACE_Object_Manager interface for preallocated objects | levine | 1997-09-20 | 1 | -20/+84 |
* | *** empty log message *** | schmidt | 1997-09-13 | 1 | -1/+1 |
* | added ACE_LOG_MSG_INSTANCE_LOCK, and ACE_PREALLOCATE_OBJECT macro | levine | 1997-09-11 | 1 | -12/+15 |
* | Moved ACE_Managed_Cleanup to Managed_Object.*. | nw1 | 1997-09-10 | 1 | -18/+0 |
* | Separated template codes from Object_Manager.* to Managed_Object.*. | nw1 | 1997-09-10 | 1 | -74/+0 |
* | added ACE_TSS_CLEANUP_LOCK and removed lock from dtor | levine | 1997-09-10 | 1 | -24/+34 |
* | preallocate locks for CORBA_Handler and Dump in ACE_Object_Manager | levine | 1997-09-09 | 1 | -4/+43 |
* | added guard of internal structures. (dtor): call at_exit hooks before callin... | levine | 1997-09-09 | 1 | -12/+110 |
* | added at_exit () interface for ACE_Cleanup objects | levine | 1997-09-07 | 1 | -1/+9 |
* | allocate main thread's TSS_Emulation storage in the ACE_Object_Manager instance. | levine | 1997-09-03 | 1 | -8/+9 |
* | *** empty log message *** | schmidt | 1997-09-03 | 1 | -6/+6 |
* | *** empty log message *** | schmidt | 1997-09-03 | 1 | -11/+11 |
* | (dtor): removed printout at end | levine | 1997-08-30 | 1 | -2/+0 |
* | allocate/deallocate TSS for each thread, on VxWorks | levine | 1997-08-29 | 1 | -0/+10 |
* | started adding TSS emulation | levine | 1997-08-29 | 1 | -7/+15 |
* | added call to ACE_Allocater::close_singleton (), and protected call to ACE_St... | levine | 1997-08-27 | 1 | -1/+6 |
* | dynamically allocated the contained ACE_Unbounded_Queue to so that it can be ... | levine | 1997-08-26 | 1 | -12/+25 |
* | *** empty log message *** | nw1 | 1997-08-08 | 1 | -2/+0 |
* | When destructor is running, disallow new object registrations, and stop | Steve Huston | 1997-08-06 | 1 | -3/+9 |