summaryrefslogtreecommitdiff
path: root/include/makeinclude/wrapper_macros.GNU
Commit message (Expand)AuthorAgeFilesLines
* removed -DACE_LACKS_PRAGMA for g++ because it's now in config-g++-common.hlevine1998-10-201-2/+0
* for g++, added -DACE_LACKS_PRAGMA_ONCE to CCFLAGSlevine1998-10-151-0/+2
* removed RM override because it's not necessarylevine1998-10-091-1/+0
* with quantify=1 on sparcs, add -record-register-window-traps to $(PRELINK).levine1998-10-031-0/+4
* removed -DACE_QUANTIFY and -Dquantify, with quantify=1, becauselevine1998-09-231-1/+1
* added ACE_HAS_{PURIFY,QUANTIFY} support, and -I support for Purify/Quantify i...levine1998-09-221-11/+22
* added ACE_HAS_GNUG_PRE_2_8 macrolevine1998-09-081-20/+32
* moved VBIN definition from rules.bin.GNU to wrapper_macros.GNUlevine1998-09-041-0/+4
* rtti=0 is now supported on OSF1-4.0levine1998-08-281-2/+1
* fixed determination of whether the g++ version supports exception handling. ...levine1998-08-251-22/+29
* added BUILD definition when building static libs onlylevine1998-08-251-0/+1
* ChangeLogTag:Fri Aug 21 19:54:26 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-08-221-1/+1
* added support for "threads" make optionlevine1998-08-121-2/+7
* *** empty log message ***schmidt1998-08-061-1/+1
* *** empty log message ***irfan1998-06-271-1/+1
* added rtti make optionlevine1998-06-261-0/+11
* *** empty log message ***irfan1998-06-241-1/+1
* ChangeLogTag:Fri Jun 12 14:12:25 1998 Carlos O'Ryan <coryan@swarm.cs.wustl....coryan1998-06-121-0/+18
* moved probe=1 support from individual Makefiles to wrapper_macros.GNUlevine1998-06-021-0/+8
* added -DACE_HAS_GNU_REPO with repo=1levine1998-06-011-1/+1
* added repo=1 make support for g++levine1998-06-011-0/+11
* Fixed regex of ACE_LDSO_Version_Number.nanbor1998-05-011-1/+1
* * include/makeinclude/wrapper_macros.GNU: Broke the "purify"Chris Cleeland1998-02-171-7/+17
* Rename ACE_LDSO_Major_Minor_Version_Number to ACE_LDSO_Version_Number.nanbor1998-02-081-2/+2
* protected ACE_ROOT... additions to INCLDIRS and LDFLAGS so they're only added...levine1998-02-081-2/+6
* Added new directive (versioned_so) which is default to 0 and a newnanbor1998-02-081-0/+12
* disable exception handling, the default, on g++ >= 2.8.0levine1998-02-051-0/+10
* support exceptions make flag on all platformslevine1998-02-031-0/+10
* if building shared libs only, set OBJECT to so and VDIR to .shobj/ so that on...levine1998-01-021-0/+2
* add -DACE_PURIFY to CFLAGS if purify == 1, and -DACE_QUANTIF if quantify == 1levine1997-11-181-0/+2
* suppress -g when compiling ace/Timer_Hash.cpp and netsvcs/lib/Server_Logging_...levine1997-11-031-0/+1
* added documentation for ACE Makefile BUILD, show_statics, and show_uninit tar...levine1997-11-011-0/+11
* added login (LOGNAME) and compiler (CXX) to Purify/Quantify cache nameslevine1997-10-291-2/+4
* added "inline" flaglevine1997-09-301-0/+10
* ChangeLogTag:Sat Sep 27 20:03:29 1997 Carlos O'Ryan <coryan@macarena.cs.wus...coryan1997-09-281-1/+1
* default to building shared libs only, except on Chorus, LynxOS, and VxWorkslevine1997-09-271-24/+57
* Moved -O out of wrapper_macros.GNU and into each platform file to support "op...levine1997-09-221-4/+0
* fixed shared_libs_only; removed unused SHOBJ from shared/static_libs_onlylevine1997-09-111-8/+7
* ignored shared_libs_only in modules that only build a static liblevine1997-09-111-8/+12
* replace CFLAGS += DCFLAGS with debug=1, and added support for debug=0, etc., ...levine1997-09-101-24/+58
* added PIC= with static_libs_only, and added list of supported make flagslevine1997-09-101-90/+116
* added -max_threads=100 to Quantify optionslevine1997-09-051-1/+1
* added shared_libs_only and static_libs_only build optionslevine1997-09-041-5/+27
* added Purify options to ignore SIGINT and set max threads to 100levine1997-09-021-1/+2
* *** empty log message ***schmidt1997-08-111-0/+2
* *** empty log message ***schmidt1997-08-111-12/+3
* added support for override of in platform_macros.GNU.levine1997-07-271-0/+2
* Changed WRAPPER_ROOT to ACE_ROOT.Chris Cleeland1997-07-221-9/+9
* added support for overriding LINK.c and LINK.cc in the individual platform fileslevine1997-07-181-6/+17
* moved -g out of wrapper_macros.GNU and into each platform file so that -gstab...levine1997-04-171-11/+7