summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* Replaced with ace.*brunsch1997-07-112-1855/+0
* Readded using ace instead of ace-vc50brunsch1997-07-112-0/+1855
* Once again, enqueue methods changed to hold the lock during notify calls.harrison1997-07-111-82/+76
* Reverted changes to enqueue methods so that lock is released beforeharrison1997-07-111-75/+82
* Changed all the enqueue methods to hold onto the lock until the methodharrison1997-07-101-81/+77
* moved ACE_Guard, etc., specializations from Filecache.cpp and Service_Config....levine1997-07-103-14/+13
* *** empty log message ***schmidt1997-07-103-4/+7
* *** empty log message ***jxh1997-07-091-2/+16
* *** empty log message ***jxh1997-07-092-106/+158
* only instantiate ACE_Guard, etc., if ACE_HAS_THREADS because Service_Config.c...levine1997-07-091-3/+8
* don't #include iostream.h with ACE_HAS_MINIMUM_IOSTREAMH_INCLUSIONlevine1997-07-091-22/+23
* __GNUG__ instead of __GNUC__levine1997-07-091-2/+4
* added definition of a global to tie constructors to, with g++ and ACE_HAS_MIN...levine1997-07-091-1/+13
* added ACE_HAS_MINIMUM_IOSTREAMH_INCLUSIONlevine1997-07-092-19/+28
* #include iostream.h with ACE_HAS_MINIMUM_IOSTREAMH_INCLUSIONlevine1997-07-093-0/+12
* *** empty log message ***irfan1997-07-091-52/+54
* *** empty log message ***schmidt1997-07-091-44/+26
* *** empty log message ***schmidt1997-07-092-64/+67
* forward declare class ostream in case iostream.h isn't #includedlevine1997-07-092-0/+6
* Added Filecache (CVF). Updated the Makefile to match.jxh1997-07-082-0/+958
* Make ACE_New_Allocator ACE_Export'able.nw11997-07-081-1/+1
* *** empty log message ***irfan1997-07-071-0/+2
* *** empty log message ***irfan1997-07-072-31/+32
* added RTLD_LAZY definition back for WIN32, and factored out all of the Unix d...levine1997-07-071-10/+7
* *** empty log message ***schmidt1997-07-071-1/+4
* Removed methods length () and length (size_t) from ACE_Data_Block.nw11997-07-071-6/+0
* Typos fixed.nw11997-07-071-3/+3
* Added ACE_LACKS_SIGSET for FreeBSD platform.nw11997-07-072-1/+3
* *** empty log message ***schmidt1997-07-044-11/+6
* (remove_handler): added ACE_UNUSED_ARG when NSIG != 0levine1997-07-041-0/+2
* replaced RCS keyword stringlevine1997-07-031-1/+1
* *** empty log message ***schmidt1997-07-037-12/+29
* Made Windows Debug the default instead of unicodebrunsch1997-07-031-2/+2
* Updated versions (with CR/LF)brunsch1997-07-032-1855/+1855
* *** empty log message ***schmidt1997-07-031-4/+6
* *** empty log message ***brunsch1997-07-031-0/+12370
* Removing and re-adding to attach the -kb flagbrunsch1997-07-021-12015/+0
* Added functionality to High Res Timers to get the speed of the computerbrunsch1997-07-021-2/+47
* Fixed NT version to return child pid from spawn.harrison1997-07-021-1/+1
* *** empty log message ***schmidt1997-07-026-11/+11
* (gettime): use gettime () static function to wrap all calls to ACE_OS::gethrt...levine1997-07-012-40/+73
* *** empty log message ***irfan1997-06-302-12015/+12015
* Added NO_EXEC option. I've tried this before. CVS sucks.harrison1997-06-305-12027/+12037
* added ACE_LACK_IOSTREAM_FX, ACE_LACKS_LINEBUFFERED_STREAMBUF, and ACE_LACKS_S...levine1997-06-291-0/+3
* (ipfx): comment out unused variable "need"levine1997-06-291-1/+1
* split definitions of ACE_OS::cond_* member functions to avoid mutual dependen...levine1997-06-291-336/+510
* (remove): don't declare local variable result if ! ACE_HAS_STREAM_PIPESlevine1997-06-291-1/+3
* (rec_read): initialized local variable c to make sure that it is always defin...levine1997-06-291-1/+1
* (elapsed_time): commented out unused arg "et"levine1997-06-291-1/+1
* (VxWorks only): added ACE_UNUSED_ARG callslevine1997-06-293-2/+20