| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix ARGUMENTS specifications on the command line that have multiple = in them... | Steven Knight | 2004-01-25 | 1 | -1/+1 |
|
|
| * | Have the Qt Builder(s) use flags from the environment used to specify the tar... | Steven Knight | 2004-01-25 | 1 | -7/+8 |
|
|
| * | Refactor variable substitution for more scalable expansion of , etc. | Steven Knight | 2004-01-20 | 6 | -189/+383 |
|
|
| * | Fix retrieving multiple target files from cache. (Bob Halley) | Steven Knight | 2004-01-17 | 6 | -29/+113 |
|
|
| * | Update for MSVS 2003 (7.1). (Greg Spencer) | Steven Knight | 2004-01-16 | 1 | -24/+46 |
|
|
| * | Fix an incorrect registry lookup in msvc.py. | Steven Knight | 2004-01-16 | 1 | -1/+1 |
|
|
| * | Make the midl builder put the targets in the target directory, rather than th... | Steven Knight | 2004-01-16 | 1 | -2/+2 |
|
|
| * | Fix MSVS Project file invocation when running scons.bat. | Steven Knight | 2004-01-15 | 1 | -15/+48 |
|
|
| * | Better error handling if someone tries to add a non-Node as a source, depende... | Steven Knight | 2004-01-11 | 2 | -41/+90 |
|
|
| * | Make the static/shared object check work even if the object was already created. | Steven Knight | 2004-01-10 | 3 | -59/+66 |
|
|
| * | Fix .class suffix handling in JavaH. | Steven Knight | 2004-01-08 | 1 | -2/+4 |
|
|
| * | Make Action() and env.Action() equivalent. | Steven Knight | 2004-01-08 | 2 | -1/+7 |
|
|
| * | Handle Configure() calls in multiple SConscript files. | Steven Knight | 2004-01-08 | 1 | -13/+13 |
|
|
| * | Refactor construction variable expansion to handle recursive substitution of ... | Steven Knight | 2004-01-05 | 4 | -385/+677 |
|
|
| * | Miscellaneous changes: update a call to env.subst(); white space cleanup in ... | Steven Knight | 2004-01-04 | 5 | -188/+32 |
|
|
| * | Fix __COPYRIGHT__ and __REVISION__ lines; make IDLTests.py as an Aegis test, ... | Steven Knight | 2003-12-31 | 3 | -5/+5 |
|
|
| * | Minor test enhancements. | Steven Knight | 2003-12-23 | 1 | -21/+29 |
|
|
| * | Work around Cygwin Python's broken idea that it's case-sensitive. (Chad Austin) | Steven Knight | 2003-12-19 | 1 | -1/+4 |
|
|
| * | Add support for a toolpath for Environments. | Steven Knight | 2003-12-18 | 3 | -12/+30 |
|
|
| * | Have the Zip() Builder create compressed .zip files by default. | Steven Knight | 2003-12-16 | 1 | -7/+11 |
|
|
| * | Fix stripping the library prefix. | Steven Knight | 2003-12-12 | 5 | -26/+59 |
|
|
| * | Fix spelling errors in error messages, man page typos. | Steven Knight | 2003-12-08 | 1 | -3/+3 |
|
|
| * | Relax the duplicate-environment restriction for targets so that it's okay if ... | Steven Knight | 2003-12-08 | 3 | -1/+15 |
|
|
| * | Fix saving/restoring PackageOptions to a file. (Chris Burghart) | Steven Knight | 2003-12-06 | 2 | -3/+13 |
|
|
| * | Preserve the ability to call BuildDir() multiple times with the same source a... | Steven Knight | 2003-12-06 | 2 | -0/+17 |
|
|
| * | Prepare side-effect nodes before building, too. (Charles Crain) | Steven Knight | 2003-12-06 | 2 | -0/+24 |
|
|
| * | Add more variable substitution tests. | Steven Knight | 2003-12-06 | 1 | -42/+78 |
|
|
| * | MSVC fix for pre-2.3 Python versions. (Charles Crain) | Steven Knight | 2003-12-02 | 1 | -1/+1 |
|
|
| * | Fix an incorrect _concat() call in the definition for the mingw Tool. (Chad... | Steven Knight | 2003-12-02 | 1 | -1/+1 |
|
|
| * | Make the Fortran scanner case-insensitive. (David M. Cooke) | Steven Knight | 2003-12-01 | 2 | -3/+3 |
|
|
| * | Make the message about missing SConscript files a warning, not a hard write()... | Steven Knight | 2003-12-01 | 3 | -26/+40 |
|
|
| * | Restore the ability for _stripixes() to call a custom _concat() function in t... | Steven Knight | 2003-11-25 | 1 | -1/+6 |
|
|
| * | Add Borland compiler support. (Vincent Risi) | Steven Knight | 2003-11-22 | 5 | -4/+178 |
|
|
| * | Ensure that the ENV values are all strings. (Anthony Roach) | Steven Knight | 2003-11-18 | 3 | -18/+54 |
|
|
| * | Added better -H documentation for --debug and remove -e from man page. (Anth... | Steven Knight | 2003-11-18 | 1 | -1/+3 |
|
|
| * | Make duplicate build dir specifications be an error. (Anthony Roach) | Steven Knight | 2003-11-12 | 1 | -0/+2 |
|
|
| * | Refactor the scons_subst*() tests to make it easier to add tests and to more ... | Steven Knight | 2003-11-12 | 1 | -308/+410 |
|
|
| * | Use sys.stdout.write() instead of print so line feeds in -j output will stay ... | Steven Knight | 2003-11-10 | 12 | -28/+44 |
|
|
| * | Allow LIBS to be a single element, not a list, and allow it to contain File n... | Steven Knight | 2003-11-09 | 3 | -2/+38 |
|
|
| * | Fix specifying a root directory with just the drive string (e.g. C:). | Steven Knight | 2003-11-09 | 2 | -0/+14 |
|
|
| * | Don't swallow the AttributeError for an expansion like .bak. | Steven Knight | 2003-11-09 | 4 | -3/+48 |
|
|
| * | Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables. | Steven Knight | 2003-11-07 | 4 | -64/+82 |
|
|
| * | Add new Options flavors. (Hartmut Goebel) | Steven Knight | 2003-11-04 | 14 | -16/+1195 |
|
|
| * | Sync CVS log from master Aegis repository. | Steven Knight | 2003-11-03 | 3 | -24/+110 |
|
|
| * | Fixes for the AIX C and C++ Tool specifications. (Vincent Risi) | Steven Knight | 2003-11-03 | 2 | -4/+4 |
|
|
| * | Restore the default '-LANG:std' C++ flag on SGI IRIX systems before we actual... | Steven Knight | 2003-11-03 | 1 | -2/+3 |
|
|
| * | Update the tool specifications for the SGI MIPSpro tools. | Steven Knight | 2003-10-30 | 5 | -9/+37 |
|
|
| * | Fix subclassing of the Environment and Scanner classes. | Steven Knight | 2003-10-30 | 1 | -288/+336 |
|
|
| * | Fix a regression with env.Append(). | Steven Knight | 2003-10-28 | 2 | -5/+24 |
|
|
| * | Fix a regression with CPPDEFINES when using the g++ Tool. | Steven Knight | 2003-10-26 | 5 | -452/+318 |
|
|