summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* migrated to config-g++-common.hlevine1998-01-303-19/+14
* replace config-gcc-2.7.2.h with config-g++-common.h, which will support all g...levine1998-01-302-11/+29
* Added gettimeofday implementation for WinCE.nanbor1998-01-301-6/+12
* Changed struct utsname (UNICODE) for function uname.nanbor1998-01-301-1/+1
* Changed struct utsname (UNICODE) for function uname.nanbor1998-01-302-37/+37
* revert so that ACE_HAS_STRING_CLASS is #defined, regardless of g++ versionlevine1998-01-301-4/+1
* ACE version 4.4.23, released Thu Jan 29 20:28:30 1998.schmidt1998-01-301-2/+2
* Allow closing the logger's connection and reset logging endpoint to STDERR.nanbor1998-01-291-3/+10
* added ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATIONlevine1998-01-291-0/+2
* don't #define ACE_HAS_STRING_CLASS with g++ 2.8.0levine1998-01-291-1/+4
* added putenv declarationlevine1998-01-291-1/+4
* *** empty log message ***schmidt1998-01-292-8/+4
* ChangeLogTag:Thu Jan 29 10:32:28 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-01-292-23/+46
* *** empty log message ***schmidt1998-01-291-1/+7
* isatty (for Win32) added conversion from HANDLE to fd.nanbor1998-01-281-1/+2
* rearranged LONG_LONG code so that it works on NT, etc.levine1998-01-281-43/+27
* *** empty log message ***schmidt1998-01-282-0/+9
* *** empty log message ***schmidt1998-01-272-3/+3
* oops, fixed ACE_SIZEOF_LONG_LONG for Solarislevine1998-01-271-2/+4
* more cleanup: got rid of ACE_USES_ACE_U_LONGLONG, replace VXWORKS && ghs with...levine1998-01-273-17/+19
* removed special-case support for ACE_HAS_SIGNFO_T, because ace/OS.h declares ...levine1998-01-271-12/+8
* Simplified the file by separating the ACE_SIZEOF... settings and theSteve Huston1998-01-271-196/+234
* More WinCE insanities.nanbor1998-01-273-8/+114
* moved ACE_LACKS_TCP_H so that it is only seen on alphaslevine1998-01-271-3/+4
* ACE version 4.4.22, released Mon Jan 26 10:28:57 1998.schmidt1998-01-261-2/+2
* Changed/Added ACE_HAS_BROKEN_NAMESPACES, re-enable default setting of ACE_ORB...nanbor1998-01-264-9/+11
* Temporary workspace to hold Windows CE specific configuration. This file wil...nanbor1998-01-261-0/+92
* Windows CE madness.nanbor1998-01-264-626/+1722
* Disable setting ACE_ORBIX_HAS_NAMESPACES by default.nanbor1998-01-251-3/+6
* (kill_thr): On VxWorks, use strncmp instead of strcmp to check for allocated ...levine1998-01-241-7/+8
* (thr_create): On VxWorks, use strncmp instead of strcmp to check for allocate...levine1998-01-241-2/+3
* (thr_kill): removed ACE_ADAPT_RETVAL because ::taskNameToID returns the task ...levine1998-01-241-2/+1
* *** empty log message ***schmidt1998-01-231-1/+1
* added ACE_HAS_EXCEPTIONS, etc., with CXX 6.0levine1998-01-231-44/+55
* look for __DECCXX_VER instead of DEC_CXXlevine1998-01-231-2/+2
* use std::string if ACE_USES_STD_NAMESPACE_FORSTDCPP_LIBlevine1998-01-231-0/+5
* added GreenHills supportlevine1998-01-221-18/+27
* #define ACE_THR_PRI_FIFO_DEF on all threaded platformslevine1998-01-221-0/+15
* On VxWorks only, changed flag to indicate that tid was allocatedlevine1998-01-221-3/+3
* (thr_create): added support for setting stack size on VxWorks, though it does...levine1998-01-221-29/+61
* updated to work with g++levine1998-01-221-4/+4
* (thr_create): on VxWorks only, use the t_id (task name) if suppliedlevine1998-01-221-25/+42
* added support for passing a user-suppliedlevine1998-01-221-1/+36
* (ACE_Hash_Map_Iterator_Base ctor): added a cast of mm.total_size_ to ssize_t,levine1998-01-221-17/+17
* Replaced the HPUX_11 destructor madness with calling destructor from a tempor...nanbor1998-01-221-7/+2
* ACE version 4.4.21, released Wed Jan 21 20:36:43 1998.Chris Cleeland1998-01-221-2/+2
* used unsigned constants instead of signed, to allow resolution of overloaded ...levine1998-01-211-15/+15
* (activate): for builds without threads only, added ACE_UNUSED_ARG of stack an...levine1998-01-211-0/+2
* ACE version 4.4.20, released Tue Jan 20 21:15:01 1998.schmidt1998-01-211-2/+2
* Fixed a bug that was introduced on Sunday because of the non-use ofbrunsch1998-01-201-2/+2