| Commit message (Expand) | Author | Age | Files | Lines |
* | removed -DACE_LACKS_PRAGMA for g++ because it's now in config-g++-common.h | levine | 1998-10-20 | 1 | -2/+0 |
* | for g++, added -DACE_LACKS_PRAGMA_ONCE to CCFLAGS | levine | 1998-10-15 | 1 | -0/+2 |
* | removed RM override because it's not necessary | levine | 1998-10-09 | 1 | -1/+0 |
* | with quantify=1 on sparcs, add -record-register-window-traps to $(PRELINK). | levine | 1998-10-03 | 1 | -0/+4 |
* | removed -DACE_QUANTIFY and -Dquantify, with quantify=1, because | levine | 1998-09-23 | 1 | -1/+1 |
* | added ACE_HAS_{PURIFY,QUANTIFY} support, and -I support for Purify/Quantify i... | levine | 1998-09-22 | 1 | -11/+22 |
* | added ACE_HAS_GNUG_PRE_2_8 macro | levine | 1998-09-08 | 1 | -20/+32 |
* | moved VBIN definition from rules.bin.GNU to wrapper_macros.GNU | levine | 1998-09-04 | 1 | -0/+4 |
* | rtti=0 is now supported on OSF1-4.0 | levine | 1998-08-28 | 1 | -2/+1 |
* | fixed determination of whether the g++ version supports exception handling. ... | levine | 1998-08-25 | 1 | -22/+29 |
* | added BUILD definition when building static libs only | levine | 1998-08-25 | 1 | -0/+1 |
* | ChangeLogTag:Fri Aug 21 19:54:26 1998 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1998-08-22 | 1 | -1/+1 |
* | added support for "threads" make option | levine | 1998-08-12 | 1 | -2/+7 |
* | *** empty log message *** | schmidt | 1998-08-06 | 1 | -1/+1 |
* | *** empty log message *** | irfan | 1998-06-27 | 1 | -1/+1 |
* | added rtti make option | levine | 1998-06-26 | 1 | -0/+11 |
* | *** empty log message *** | irfan | 1998-06-24 | 1 | -1/+1 |
* | ChangeLogTag:Fri Jun 12 14:12:25 1998 Carlos O'Ryan <coryan@swarm.cs.wustl.... | coryan | 1998-06-12 | 1 | -0/+18 |
* | moved probe=1 support from individual Makefiles to wrapper_macros.GNU | levine | 1998-06-02 | 1 | -0/+8 |
* | added -DACE_HAS_GNU_REPO with repo=1 | levine | 1998-06-01 | 1 | -1/+1 |
* | added repo=1 make support for g++ | levine | 1998-06-01 | 1 | -0/+11 |
* | Fixed regex of ACE_LDSO_Version_Number. | nanbor | 1998-05-01 | 1 | -1/+1 |
* | * include/makeinclude/wrapper_macros.GNU: Broke the "purify" | Chris Cleeland | 1998-02-17 | 1 | -7/+17 |
* | Rename ACE_LDSO_Major_Minor_Version_Number to ACE_LDSO_Version_Number. | nanbor | 1998-02-08 | 1 | -2/+2 |
* | protected ACE_ROOT... additions to INCLDIRS and LDFLAGS so they're only added... | levine | 1998-02-08 | 1 | -2/+6 |
* | Added new directive (versioned_so) which is default to 0 and a new | nanbor | 1998-02-08 | 1 | -0/+12 |
* | disable exception handling, the default, on g++ >= 2.8.0 | levine | 1998-02-05 | 1 | -0/+10 |
* | support exceptions make flag on all platforms | levine | 1998-02-03 | 1 | -0/+10 |
* | if building shared libs only, set OBJECT to so and VDIR to .shobj/ so that on... | levine | 1998-01-02 | 1 | -0/+2 |
* | add -DACE_PURIFY to CFLAGS if purify == 1, and -DACE_QUANTIF if quantify == 1 | levine | 1997-11-18 | 1 | -0/+2 |
* | suppress -g when compiling ace/Timer_Hash.cpp and netsvcs/lib/Server_Logging_... | levine | 1997-11-03 | 1 | -0/+1 |
* | added documentation for ACE Makefile BUILD, show_statics, and show_uninit tar... | levine | 1997-11-01 | 1 | -0/+11 |
* | added login (LOGNAME) and compiler (CXX) to Purify/Quantify cache names | levine | 1997-10-29 | 1 | -2/+4 |
* | added "inline" flag | levine | 1997-09-30 | 1 | -0/+10 |
* | ChangeLogTag:Sat Sep 27 20:03:29 1997 Carlos O'Ryan <coryan@macarena.cs.wus... | coryan | 1997-09-28 | 1 | -1/+1 |
* | default to building shared libs only, except on Chorus, LynxOS, and VxWorks | levine | 1997-09-27 | 1 | -24/+57 |
* | Moved -O out of wrapper_macros.GNU and into each platform file to support "op... | levine | 1997-09-22 | 1 | -4/+0 |
* | fixed shared_libs_only; removed unused SHOBJ from shared/static_libs_only | levine | 1997-09-11 | 1 | -8/+7 |
* | ignored shared_libs_only in modules that only build a static lib | levine | 1997-09-11 | 1 | -8/+12 |
* | replace CFLAGS += DCFLAGS with debug=1, and added support for debug=0, etc., ... | levine | 1997-09-10 | 1 | -24/+58 |
* | added PIC= with static_libs_only, and added list of supported make flags | levine | 1997-09-10 | 1 | -90/+116 |
* | added -max_threads=100 to Quantify options | levine | 1997-09-05 | 1 | -1/+1 |
* | added shared_libs_only and static_libs_only build options | levine | 1997-09-04 | 1 | -5/+27 |
* | added Purify options to ignore SIGINT and set max threads to 100 | levine | 1997-09-02 | 1 | -1/+2 |
* | *** empty log message *** | schmidt | 1997-08-11 | 1 | -0/+2 |
* | *** empty log message *** | schmidt | 1997-08-11 | 1 | -12/+3 |
* | added support for override of in platform_macros.GNU. | levine | 1997-07-27 | 1 | -0/+2 |
* | Changed WRAPPER_ROOT to ACE_ROOT. | Chris Cleeland | 1997-07-22 | 1 | -9/+9 |
* | added support for overriding LINK.c and LINK.cc in the individual platform files | levine | 1997-07-18 | 1 | -6/+17 |
* | moved -g out of wrapper_macros.GNU and into each platform file so that -gstab... | levine | 1997-04-17 | 1 | -11/+7 |