| Commit message (Expand) | Author | Age | Files | Lines |
* | Accomodate white space in path names when running tests. | Steven Knight | 2004-01-27 | 1 | -0/+3 |
|
|
* | Fix ARGUMENTS specifications on the command line that have multiple = in them... | Steven Knight | 2004-01-25 | 2 | -1/+5 |
|
|
* | Have the Qt Builder(s) use flags from the environment used to specify the tar... | Steven Knight | 2004-01-25 | 2 | -7/+14 |
|
|
* | Refactor variable substitution for more scalable expansion of , etc. | Steven Knight | 2004-01-20 | 7 | -189/+392 |
|
|
* | Fix retrieving multiple target files from cache. (Bob Halley) | Steven Knight | 2004-01-17 | 7 | -29/+119 |
|
|
* | Update for MSVS 2003 (7.1). (Greg Spencer) | Steven Knight | 2004-01-16 | 2 | -24/+53 |
|
|
* | Fix an incorrect registry lookup in msvc.py. | Steven Knight | 2004-01-16 | 2 | -1/+6 |
|
|
* | Make the midl builder put the targets in the target directory, rather than th... | Steven Knight | 2004-01-16 | 2 | -2/+5 |
|
|
* | Fix MSVS Project file invocation when running scons.bat. | Steven Knight | 2004-01-15 | 2 | -15/+52 |
|
|
* | Better error handling if someone tries to add a non-Node as a source, depende... | Steven Knight | 2004-01-11 | 3 | -41/+93 |
|
|
* | Make the static/shared object check work even if the object was already created. | Steven Knight | 2004-01-10 | 4 | -59/+70 |
|
|
* | Fix .class suffix handling in JavaH. | Steven Knight | 2004-01-08 | 2 | -2/+7 |
|
|
* | Make Action() and env.Action() equivalent. | Steven Knight | 2004-01-08 | 3 | -1/+10 |
|
|
* | Handle Configure() calls in multiple SConscript files. | Steven Knight | 2004-01-08 | 2 | -13/+15 |
|
|
* | Update the Copyright years to include 2004. | Steven Knight | 2004-01-07 | 1 | -2/+2 |
|
|
* | Refactor construction variable expansion to handle recursive substitution of ... | Steven Knight | 2004-01-05 | 5 | -385/+681 |
|
|
* | 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 | 2 | -1/+7 |
|
|
* | Add support for a toolpath for Environments. | Steven Knight | 2003-12-18 | 4 | -12/+33 |
|
|
* | Have the Zip() Builder create compressed .zip files by default. | Steven Knight | 2003-12-16 | 3 | -23/+25 |
|
|
* | Fix stripping the library prefix. | Steven Knight | 2003-12-12 | 6 | -26/+62 |
|
|
* | Fix spelling errors in error messages, man page typos. | Steven Knight | 2003-12-08 | 2 | -3/+8 |
|
|
* | Relax the duplicate-environment restriction for targets so that it's okay if ... | Steven Knight | 2003-12-08 | 4 | -1/+21 |
|
|
* | Fix saving/restoring PackageOptions to a file. (Chris Burghart) | Steven Knight | 2003-12-06 | 3 | -3/+17 |
|
|
* | Preserve the ability to call BuildDir() multiple times with the same source a... | Steven Knight | 2003-12-06 | 3 | -0/+20 |
|
|
* | Prepare side-effect nodes before building, too. (Charles Crain) | Steven Knight | 2003-12-06 | 3 | -0/+27 |
|
|
* | 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 | 2 | -1/+3 |
|
|
* | Fix an incorrect _concat() call in the definition for the mingw Tool. (Chad... | Steven Knight | 2003-12-02 | 2 | -1/+4 |
|
|
* | Make the Fortran scanner case-insensitive. (David M. Cooke) | Steven Knight | 2003-12-01 | 3 | -3/+7 |
|
|
* | Make the message about missing SConscript files a warning, not a hard write()... | Steven Knight | 2003-12-01 | 4 | -26/+43 |
|
|
* | Restore the ability for _stripixes() to call a custom _concat() function in t... | Steven Knight | 2003-11-25 | 2 | -1/+11 |
|
|
* | Add Borland compiler support. (Vincent Risi) | Steven Knight | 2003-11-22 | 6 | -4/+182 |
|
|
* | Ensure that the ENV values are all strings. (Anthony Roach) | Steven Knight | 2003-11-18 | 4 | -18/+70 |
|
|
* | Added better -H documentation for --debug and remove -e from man page. (Anth... | Steven Knight | 2003-11-18 | 2 | -1/+7 |
|
|
* | Make duplicate build dir specifications be an error. (Anthony Roach) | Steven Knight | 2003-11-12 | 2 | -1/+8 |
|
|
* | 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 | 13 | -28/+54 |
|
|
* | Allow LIBS to be a single element, not a list, and allow it to contain File n... | Steven Knight | 2003-11-09 | 4 | -2/+43 |
|
|
* | Fix specifying a root directory with just the drive string (e.g. C:). | Steven Knight | 2003-11-09 | 3 | -0/+16 |
|
|
* | Fix a man page bug. | Steven Knight | 2003-11-09 | 1 | -0/+2 |
|
|
* | Don't swallow the AttributeError for an expansion like .bak. | Steven Knight | 2003-11-09 | 5 | -3/+60 |
|
|
* | Initialize the 0.94 branch for release. | Steven Knight | 2003-11-07 | 3 | -7/+7 |
|
|
* | Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables. | Steven Knight | 2003-11-07 | 5 | -64/+84 |
|
|
* | Add new Options flavors. (Hartmut Goebel) | Steven Knight | 2003-11-04 | 16 | -16/+1202 |
|
|
* | Sync CVS log from master Aegis repository. | Steven Knight | 2003-11-03 | 4 | -25/+118 |
|
|
* | Fixes for the AIX C and C++ Tool specifications. (Vincent Risi) | Steven Knight | 2003-11-03 | 3 | -4/+8 |
|
|
* | Restore the default '-LANG:std' C++ flag on SGI IRIX systems before we actual... | Steven Knight | 2003-11-03 | 3 | -8/+4 |
|
|