| Commit message (Expand) | Author | Age | Files | Lines |
* | ChangeLogTag:Wed Jun 2 17:50:23 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-06-02 | 1 | -1/+2 |
* | ChangeLogTag:Tue Jun 1 21:44:05 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-06-02 | 2 | -2/+2 |
* | Consolidated the two freebsd platform macro files. | nanbor | 1999-05-26 | 2 | -44/+22 |
* | added -Xleaveg7 to CFLAGS with threads=1. It's necessary | levine | 1999-05-25 | 1 | -4/+4 |
* | removed suppression of warning 839 (no_corresponding_delete) | levine | 1999-05-25 | 1 | -4/+2 |
* | added (and default to) LIBS for Green Hills 1.8.9. | levine | 1999-05-20 | 1 | -2/+7 |
* | default to building without threads support, because Green Hills 1.8.9 | levine | 1999-05-20 | 1 | -5/+9 |
* | *** empty log message *** | naga | 1999-05-20 | 1 | -0/+11 |
* | Added changes to the makefile flags for TkReactor. | naga | 1999-05-20 | 1 | -0/+13 |
* | removed these warning suppressions: | levine | 1999-05-20 | 1 | -3/+1 |
* | removed suppression of warning 9 (nested comment not allowed) on Digital Unix... | levine | 1999-05-19 | 3 | -3/+16 |
* | Bring in command processor before using 'FOR'. | nanbor | 1999-05-18 | 1 | -1/+1 |
* | removed suppression of warning 1180, statement causes unreachable | levine | 1999-05-18 | 1 | -5/+1 |
* | ChangeLogTag:Tue May 18 10:14:47 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-05-18 | 3 | -0/+73 |
* | added $(ACELIB) to SOFLAGS | levine | 1999-05-14 | 2 | -2/+2 |
* | disable RTTI for egcs, and it doesn't hurt for old g++ | levine | 1999-05-11 | 1 | -0/+6 |
* | don't set VDIR to .shobj/ for VxWorks | levine | 1999-05-11 | 1 | -1/+3 |
* | added, to support uniform use of cxx across different OS versions | levine | 1999-05-07 | 2 | -0/+62 |
* | rb tree test template instantiations, -g switch for diab psos ppc | cdgill | 1999-05-05 | 1 | -1/+1 |
* | added support for shared lib builds | levine | 1999-05-03 | 1 | -2/+21 |
* | cleaned up a bit | levine | 1999-05-01 | 1 | -15/+16 |
* | changes to make all pSOS PPC ACE tests link | cdgill | 1999-04-27 | 1 | -2/+5 |
* | Fixed incorrect compiler flags. | nanbor | 1999-04-25 | 1 | -3/+4 |
* | for PPC860, changed -m=860 to -mcpu=860 | levine | 1999-04-23 | 1 | -1/+1 |
* | *** empty log message *** | nanbor | 1999-04-22 | 1 | -0/+73 |
* | added PPC860 support | levine | 1999-04-22 | 1 | -0/+8 |
* | removed -g switch | cdgill | 1999-04-22 | 1 | -7/+9 |
* | Move -lthread from all Orbix section to the MT-Orbix section. | Steve Huston | 1999-04-21 | 1 | -2/+2 |
* | fixed remaining tests with fixable diab compiler workarounds | cdgill | 1999-04-20 | 1 | -4/+7 |
* | added support for recursive make invocations with Windows NT's shell. | levine | 1999-04-16 | 1 | -6/+7 |
* | removed RANLIB definition | levine | 1999-04-15 | 1 | -1/+0 |
* | removed RANLIB definition, so that it will be null. This prevents | levine | 1999-04-15 | 1 | -1/+0 |
* | don't call $(RANLIB) if it is null. | levine | 1999-04-15 | 1 | -0/+4 |
* | pSOS PPC port changes from Sam Reddy | cdgill | 1999-04-15 | 1 | -0/+192 |
* | Added mt_orbix make option to control use of MT vs. non-MT Orbix. | Steve Huston | 1999-04-13 | 2 | -2/+8 |
* | (realclean.local): added BIN2, LIB2, SHLIB2, and SHLIBA2 to support | levine | 1999-04-12 | 1 | -7/+7 |
* | ChangeLogTag:Mon Apr 12 10:04:31 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-04-12 | 1 | -3/+8 |
* | enabled -fno-implicit-templates for targets other than Intel. | levine | 1999-04-09 | 1 | -22/+25 |
* | replaced "ln -s" with $(LN_S), and set that to "ln -s" by default | levine | 1999-04-09 | 1 | -2/+6 |
* | removed the -f option to ln for MVSLIB, as well | levine | 1999-04-07 | 1 | -1/+1 |
* | instead of trying to overwrite an existing symlink with ln -f, remove it first | levine | 1999-04-07 | 1 | -2/+2 |
* | disable warning 1016 when optimization is enabled | levine | 1999-04-07 | 1 | -1/+8 |
* | added -f to ln -s commands, to force overwrite of old symlink | levine | 1999-04-06 | 1 | -24/+24 |
* | use -m uname option instead of -i, because GNU uname doesn't support -i | levine | 1999-03-23 | 1 | -1/+1 |
* | ChangeLogTag:Fri Mar 19 18:56:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-03-20 | 1 | -1/+3 |
* | fixed comment about ACE_QUOTE on WIN32: GNU make needs quoted double quotes | levine | 1999-03-19 | 1 | -1/+1 |
* | changed ACE_QUOTE to '"', instead of "", on win32 hosts. "" just | levine | 1999-03-19 | 1 | -1/+1 |
* | *** empty log message *** | irfan | 1999-03-18 | 1 | -0/+5 |
* | Added ability to do a dsitribution build on HP-UX 11. Fixed optimization. | Steve Huston | 1999-03-18 | 1 | -8/+31 |
* | *** empty log message *** | nanbor | 1999-03-17 | 1 | -4/+15 |