summaryrefslogtreecommitdiff
path: root/ace/config-osf1-4.0.h
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag: Fri Aug 31 11:53:05 2001 Krishnakumar B <kitty@cs.wustl.edu>kitty2001-08-311-5/+0
|
* ChangeLogTag: Wed Aug 29 19:57:29 2001 Krishnakumar B <kitty@cs.wustl.edu>kitty2001-08-301-7/+1
|
* ChangeLogTag:Wed Aug 29 15:32:10 2001 Douglas C. Schmidt ↵schmidt2001-08-291-0/+4
| | | | <schmidt@macarena.cs.wustl.edu>
* ChangeLogTag:Tue Jun 12 11:07:18 2001 Douglas C. Schmidt ↵schmidt2001-06-121-5/+11
| | | | <schmidt@tango.doc.wustl.edu>
* ChangeLogTag:Thu Mar 23 14:34:26 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-231-1/+1
|
* ChangeLogTag:Sat Mar 18 05:42:06 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-181-0/+2
|
* ChangeLogTag: Fri Dec 17 22:25:56 1999 David L. Levine <levine@cs.wustl.edu>levine1999-12-181-47/+3
|
* ChangeLogTag:Sun Aug 29 22:57:26 1999 Douglas C. Schmidt ↵schmidt1999-08-301-0/+2
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag: Sun Aug 29 21:35:17 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-301-1/+7
|
* ChangeLogTag: Fri Aug 13 07:58:12 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-131-0/+1
|
* ChangeLogTag: Thu Aug 12 20:54:40 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-131-0/+3
|
* ChangeLogTag: Tue Aug 10 14:46:12 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-101-0/+1
|
* ChangeLogTag: Sun Aug 08 21:19:42 1999 David L. Levine <levine@cs.wustl.edu>levine1999-08-091-5/+0
|
* ChangeLogTag: Thu Jul 15 07:33:30 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-151-1/+1
|
* ChangeLogTag: Wed Jul 14 22:03:08 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-151-2/+2
|
* ChangeLogTag: Tue Jul 13 08:18:56 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-131-2/+2
|
* ChangeLogTag: Mon Jul 12 15:27:37 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-121-4/+7
|
* use pragmas instead of command line arguments to disable specific warning ↵levine1999-06-241-0/+30
| | | | messgaes
* added #define ACE_HAS_BROKEN_T_ERROR to permit building again.levine1999-06-071-0/+1
|
* Added ACE_HAS_NONCONST_SELECT_TIMEVALSteve Huston1999-05-211-0/+1
|
* added #define of ACE_NEW_THROWS_EXCEPTIONS, if exception handling is enabled.levine1999-05-111-1/+4
|
* conditionally #define DIGITAL_UNIX, to support definition in CFLAGSlevine1999-05-071-1/+3
|
* Removed all references to ACE_HAS_PTHREAD_SIGMASK. This macroOssama Othman1999-05-071-1/+0
| | | | has been deprecated.
* * ace/OS.h:Ossama Othman1999-03-231-1/+0
| | | | | | | | | | | | | | | | * ace/TLI.cpp: * ace/config-osf1-4.0.h: Removed all references to ACE_HAS_BROKEN_T_ERRNO and removed the definition of the _terrno() function from TLI.cpp since it isn't a standard TLI function (at least not the Steven's books that I've read). This also fixes a problem on Solaris that was causing an autoconfigured build of TLI.cpp to fail. * ace/Makefile.am: Make sure template source files get installed for all cases. Previously, they only got installed if the template source is required by the compiler. However, they are still needed by compilers that don't explicitly require template sources to be included in a file that references them.
* added ACE_LACKS_PRAGMA_ONCE to cxx section, with __DECCXX_VER < 60090010.levine1999-03-041-1/+3
|
* Replaced ACE_HAS_BROKEN_EXPLICIT_DESTRUCTOR with ↵nanbor1999-01-241-1/+1
| | | | ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR
* .schmidt1999-01-171-8/+10
|
* Revert my previous change.nanbor1999-01-141-1/+1
|
* Straightened out explicit destructor calling macrosnanbor1999-01-131-1/+1
|
* with DCE threads only, added ACE_LACKS_THREAD_PROCESS_SCOPINGlevine1999-01-071-0/+1
|
* with Draft 4 pthreads, added ACE_LACKS_READDIR_Rlevine1999-01-051-0/+1
|
* added 10 ms ACE_TIMER_SKEWlevine1999-01-051-0/+5
|
* removed ACE_LACKS_GETPGIDlevine1998-12-091-1/+0
|
* removed ACE_LACKS_THREAD_PROCESS_SCOPINGlevine1998-11-261-1/+0
|
* moved ACE_HAS_BROKEN_EXPLICIT_DESTRUCTOR from common arealevine1998-11-181-1/+1
| | | | | to DEC CXX area, because config-g++-common.h now handles g++
* added ACE_HAS_BROKEN_EXPLICIT_DESTRUCTORlevine1998-11-151-0/+1
|
* Basic_Types.hschmidt1998-10-171-1/+1
|
* removed ACE_HAS_PTHREAD_EQUAL because it's no longer usedlevine1998-10-131-1/+0
|
* removed ACE_HAS_PTHREAD_T and ACE_HAS_TID_T supportlevine1998-10-131-2/+0
|
* removed ACE_HAS_PTHREAD_GETSPECIFIC_DATAPTR, because it's no longer usedlevine1998-10-051-1/+0
|
* (readdir_r): use ACE_HAS_PTHREADS_STD instead of _POSIX_PTHREAD_SEMANTICS to ↵levine1998-09-081-1/+0
| | | | select the three;arg ::readdir_r
* added ACE_HAS_DIRENT and _POSIX_PTHREAD_SEMANTICSlevine1998-09-071-0/+2
|
* *** empty log message ***schmidt1998-09-041-1/+0
|
* added conditional ACE_LACKS_RTTIlevine1998-08-281-0/+3
|
* removed ACE_HAS_ONEARG_SIGWAITlevine1998-08-191-3/+0
|
* Changed from DCE threads to Pthreads draft 4.Steve Huston1998-08-171-3/+3
|
* added ACE_HAS_GPERFlevine1998-07-211-0/+1
|
* removed commented-out ACE_LACKS_{COND,MUTEX}ATTR_PSHARED.levine1998-05-221-4/+0
|
* removed uncommented ACE_LACKS_CONDATTR_PSHARED, so that we canlevine1998-05-201-1/+0
| | | | test whether it's necessary
* *** empty log message ***schmidt1998-05-181-0/+4
|