summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchunlabeled-4.3.2nobody1997-01-011404-260789/+0
| | | 'unlabeled-4.3.2'.
* fooschmidt1997-01-0146-919/+1569
|
* *** empty log message ***levine1996-12-311-0/+12
|
* added comment to print_total () saying it should only be used for ↵levine1996-12-313-25/+51
| | | | incremental timings; added defaults to a few print_ave/print_total args; trimmed output if count is 1; rounded instead of truncated usecs portion of time
* added comments that try to explain ACE_Task_Exitlevine1996-12-311-0/+22
|
* fooschmidt1996-12-313-1/+12
|
* ACE_HAS_PTHREADS_XAVIER instead of LINUXlevine1996-12-301-4/+7
|
* fixed typo in commentlevine1996-12-301-1/+1
|
* *** empty log message ***levine1996-12-301-0/+10
|
* without TSS, create the ACE_Task_Exit exit_hook on the stack instead of ↵levine1996-12-301-4/+24
| | | | globally, so that its destructor gets called
* fixed a couple of ACE_TRACE argslevine1996-12-301-2/+2
|
* fooschmidt1996-12-307-12/+12
|
* fooschmidt1996-12-3047-570/+2188
|
* fooschmidt1996-12-2911-52/+6334
|
* changed itharrison1996-12-291-0/+16
|
* Yeeehawwwwharrison1996-12-298-7647/+7983
|
* Put comments on #endifsharrison1996-12-281-2/+2
|
* Fixed a few random bugs with ACE_event_tharrison1996-12-281-3/+8
|
* fooschmidt1996-12-2810-69/+263
|
* *** empty log message ***levine1996-12-271-0/+5
|
* with more of James CE Johnson's tweakslevine1996-12-271-7/+42
|
* fooschmidt1996-12-251-0/+6
|
* instantiate ACE_Atomic_Op with int instead of u_long to match what's in libACElevine1996-12-258-14/+13
|
* *** empty log message ***levine1996-12-251-15/+38
|
* added specialization of template class ACE_Atomic_Op<ACE_Thread_Mutex, int> ↵levine1996-12-252-0/+9
| | | | for g++
* added call to event_destroy () for waiters_done_ on WTHREADS platformslevine1996-12-251-1/+3
|
* fooschmidt1996-12-251-0/+407
|
* fooschmidt1996-12-251-9/+22
|
* *** empty log message ***levine1996-12-241-0/+4
|
* don't include ace/ARGV.h except on WIN32 because it's only needed there, and ↵levine1996-12-241-0/+4
| | | | don't compile ACE_Thread_Adapter VxWorks to save space
* *** empty log message ***levine1996-12-241-0/+7
|
* in ACE_cond_t, declare waiters_done_ as ACE_sema_t on VxWorks onlylevine1996-12-242-1/+32
|
* *** empty log message ***levine1996-12-241-0/+16
|
* fixed position of #endif /* !ACE_LACKS_THREAD_STACK_SIZE */ directivelevine1996-12-241-1/+1
|
* fixed a couple of typos in commentslevine1996-12-241-2/+2
|
* added declaration of siginfo_t::siginfo_t (ACE_HANDLE *)levine1996-12-241-3/+3
|
* changed #include "Event.h" to #include "Peer_Message.h"; still doesn't ↵levine1996-12-241-1/+1
| | | | build, though
* fooschmidt1996-12-245-47/+37
|
* just to remove a CVS merge conflict warninglevine1996-12-241-7/+0
|
* fooschmidt1996-12-243-2/+17
|
* *** empty log message ***levine1996-12-231-2/+6
|
* rearranged initializers in ctor to match declaration orderlevine1996-12-232-12/+12
|
* *** empty log message ***levine1996-12-231-2/+16
|
* replaced two "ptr && ptr->foo ()" statements with "if (ptr) ptr-> foo()" to ↵levine1996-12-231-4/+5
| | | | prevent compiler warnings about unused computed values
* added explicit "int" return type to declaration of handle_exception ↵levine1996-12-231-1/+1
| | | | (ACE_HANDLE) so that compilers don't complain about a declaration with no type
* fooschmidt1996-12-232-5/+5
|
* fooschmidt1996-12-2257-894/+1820
|
* *** empty log message ***levine1996-12-211-0/+6
|
* fixes for VxWorks and inlining (moved #include of OS.i after #defines but ↵levine1996-12-212-18/+24
| | | | before other ace #includes
* hi hiharrison1996-12-191-1/+1
|