| Commit message (Expand) | Author | Age | Files | Lines |
* | Have the Qt Builder(s) use flags from the environment used to specify the tar... | Steven Knight | 2004-01-25 | 1 | -13/+60 |
|
|
* | Fix retrieving multiple target files from cache. (Bob Halley) | Steven Knight | 2004-01-17 | 1 | -0/+28 |
|
|
* | Win32 portability in test/Program.py. | Steven Knight | 2004-01-16 | 1 | -2/+4 |
|
|
* | Make our source-file builds depend on the Copyright years, and fix the option... | Steven Knight | 2004-01-16 | 1 | -2/+2 |
|
|
* | Make the midl builder put the targets in the target directory, rather than th... | Steven Knight | 2004-01-16 | 1 | -5/+39 |
|
|
* | Fix MSVS Project file invocation when running scons.bat. | Steven Knight | 2004-01-15 | 1 | -46/+50 |
|
|
* | Better error handling if someone tries to add a non-Node as a source, depende... | Steven Knight | 2004-01-11 | 3 | -0/+41 |
|
|
* | Better test for use of Configure() in nested SConscript files.. | Steven Knight | 2004-01-10 | 1 | -3/+18 |
|
|
* | Make the static/shared object check work even if the object was already created. | Steven Knight | 2004-01-10 | 1 | -0/+5 |
|
|
* | Fix .class suffix handling in JavaH. | Steven Knight | 2004-01-08 | 1 | -1/+5 |
|
|
* | Handle Configure() calls in multiple SConscript files. | Steven Knight | 2004-01-08 | 1 | -16/+36 |
|
|
* | Work around Cygwin Python's broken idea that it's case-sensitive. (Chad Austin) | Steven Knight | 2003-12-19 | 2 | -1/+84 |
|
|
* | Add support for a toolpath for Environments. | Steven Knight | 2003-12-18 | 1 | -0/+152 |
|
|
* | Have the Zip() Builder create compressed .zip files by default. | Steven Knight | 2003-12-16 | 1 | -0/+21 |
|
|
* | Fix stripping the library prefix. | Steven Knight | 2003-12-12 | 1 | -0/+63 |
|
|
* | Relax the duplicate-environment restriction for targets so that it's okay if ... | Steven Knight | 2003-12-08 | 2 | -54/+234 |
|
|
* | Fix saving/restoring PackageOptions to a file. (Chris Burghart) | Steven Knight | 2003-12-06 | 1 | -12/+8 |
|
|
* | Make the Fortran scanner case-insensitive. (David M. Cooke) | Steven Knight | 2003-12-01 | 1 | -1/+1 |
|
|
* | Make the message about missing SConscript files a warning, not a hard write()... | Steven Knight | 2003-12-01 | 2 | -1/+22 |
|
|
* | Restore the ability for _stripixes() to call a custom _concat() function in t... | Steven Knight | 2003-11-25 | 1 | -0/+54 |
|
|
* | Add Borland compiler support. (Vincent Risi) | Steven Knight | 2003-11-22 | 1 | -0/+3 |
|
|
* | Ensure that the ENV values are all strings. (Anthony Roach) | Steven Knight | 2003-11-18 | 1 | -0/+22 |
|
|
* | Added better -H documentation for --debug and remove -e from man page. (Anth... | Steven Knight | 2003-11-18 | 1 | -0/+1 |
|
|
* | Make duplicate build dir specifications be an error. (Anthony Roach) | Steven Knight | 2003-11-12 | 1 | -1/+18 |
|
|
* | Use sys.stdout.write() instead of print so line feeds in -j output will stay ... | Steven Knight | 2003-11-10 | 7 | -20/+28 |
|
|
* | Allow LIBS to be a single element, not a list, and allow it to contain File n... | Steven Knight | 2003-11-09 | 1 | -13/+32 |
|
|
* | Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables. | Steven Knight | 2003-11-07 | 1 | -0/+109 |
|
|
* | Add new Options flavors. (Hartmut Goebel) | Steven Knight | 2003-11-04 | 1 | -0/+400 |
|
|
* | Sync CVS log from master Aegis repository. | Steven Knight | 2003-11-03 | 2 | -3/+4 |
|
|
* | Update the tool specifications for the SGI MIPSpro tools. | Steven Knight | 2003-10-30 | 1 | -0/+1 |
|
|
* | Fix subclassing of the Environment and Scanner classes. | Steven Knight | 2003-10-30 | 1 | -0/+60 |
|
|
* | Fix a regression with env.Append(). | Steven Knight | 2003-10-28 | 1 | -2/+3 |
|
|
* | Fix a regression with CPPDEFINES when using the g++ Tool. | Steven Knight | 2003-10-26 | 3 | -4/+19 |
|
|
* | Really handle lack of the threading.py module when run by non-threaded Pythons. | Steven Knight | 2003-10-22 | 1 | -1/+35 |
|
|
* | Fix various SConf bugs. (Christoph Wiedemann) | Steven Knight | 2003-10-21 | 2 | -48/+102 |
|
|
* | Fix a bug in Qt detection. (Christoph Wiedemann) | Steven Knight | 2003-10-21 | 1 | -1/+38 |
|
|
* | Test portability for win32. | Steven Knight | 2003-10-21 | 1 | -5/+5 |
|
|
* | More Environment method conversions: | Steven Knight | 2003-10-13 | 4 | -9/+42 |
|
|
* | Fix a problem with the new Parallel job support when a command fails. (J.T. ... | Steven Knight | 2003-10-09 | 1 | -3/+47 |
|
|
* | Allow Dirs to be sources of Depends, Ignores, Precious and SideEffect. (Gary... | Steven Knight | 2003-10-07 | 1 | -9/+44 |
|
|
* | Don't remove temporary files on win32 with rm when cygwin is not in use. (An... | Steven Knight | 2003-10-07 | 1 | -1/+3 |
|
|
* | Support using Dirs as sources for builds. (Charles Crain) | Steven Knight | 2003-10-07 | 2 | -6/+107 |
|
|
* | New parallel job execution. (J.T. Conklin) | Steven Knight | 2003-10-06 | 1 | -10/+14 |
|
|
* | Follow-on to TeX patch: add test cases for LaTeX and bibtex. (Sergey Fomel) | Steven Knight | 2003-10-06 | 1 | -0/+48 |
|
|
* | Add .S, .spp and .SPP to the list of files scanned for C preprocessor depende... | Steven Knight | 2003-10-04 | 1 | -12/+57 |
|
|
* | Add more environment methods for global functions: Action(), Builder(), Envi... | Steven Knight | 2003-09-25 | 5 | -11/+45 |
|
|
* | Add global functions for all of the default Builders attached to the default ... | Steven Knight | 2003-09-23 | 4 | -4/+4 |
|
|
* | New tex.py. | Steven Knight | 2003-09-21 | 1 | -7/+15 |
|
|
* | Expand construction variables on the values of SConscript() keyword arguments. | Steven Knight | 2003-09-18 | 1 | -2/+3 |
|
|
* | Have the closing message say ...terminated | Steven Knight | 2003-09-18 | 2 | -5/+5 |
|
|