| Commit message (Expand) | Author | Age | Files | Lines |
* | Support passing arbitrary environment override keywords to Command(). | Steven Knight | 2004-03-16 | 1 | -3/+6 |
|
|
* | Add an Execute() method. | Steven Knight | 2004-03-12 | 1 | -0/+21 |
|
|
* | Add a D language Tool. (Andy Friesen) | Steven Knight | 2004-03-08 | 1 | -6/+8 |
|
|
* | scons.0.92 - Implement a --duplicate= option. (Christoph Wiedemann) | Steven Knight | 2004-03-06 | 1 | -5/+35 |
|
|
* | Update various default paths in MSVS .Net and MSVC 6.0 / 7. (Steve Christensen) | Steven Knight | 2004-03-06 | 1 | -0/+54 |
|
|
* | Branch for User's Guide work. | Steven Knight | 2004-02-28 | 14 | -50/+323 |
|
|
* | Document the dbm_module argument to SConsignFile(). | Steven Knight | 2004-02-28 | 1 | -2/+19 |
|
|
* | Add a common tasks appendix to the user's guide. (Anthony Roach) | Steven Knight | 2004-02-17 | 5 | -0/+231 |
|
|
* | Add AppendUnique() and PrependUnique() Environment methods. Fix using the qt... | Steven Knight | 2004-02-16 | 1 | -0/+36 |
|
|
* | Make the M4 Builder work with repositories by adding an rsrcnode attribute. | Steven Knight | 2004-02-09 | 1 | -0/+17 |
|
|
* | Deprecate the overrides Builder() keyword argument in favor of specifying val... | Steven Knight | 2004-02-08 | 1 | -7/+10 |
|
|
* | Add options to investigate object creation and memory consumption. | Steven Knight | 2004-02-07 | 1 | -20/+38 |
|
|
* | Add support for a toolpath for Environments. | Steven Knight | 2003-12-18 | 1 | -4/+20 |
|
|
* | Have the Zip() Builder create compressed .zip files by default. | Steven Knight | 2003-12-16 | 1 | -1/+20 |
|
|
* | Fix spelling errors in error messages, man page typos. | Steven Knight | 2003-12-08 | 1 | -2/+2 |
|
|
* | Make the message about missing SConscript files a warning, not a hard write()... | Steven Knight | 2003-12-01 | 1 | -0/+5 |
|
|
* | Restore the ability for _stripixes() to call a custom _concat() function in t... | Steven Knight | 2003-11-25 | 1 | -1/+2 |
|
|
* | 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 | 13 | -38/+456 |
|
|
* | Added better -H documentation for --debug and remove -e from man page. (Anth... | Steven Knight | 2003-11-18 | 1 | -4/+4 |
|
|
* | Fix a man page bug. | Steven Knight | 2003-11-09 | 1 | -2/+2 |
|
|
* | Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables. | Steven Knight | 2003-11-07 | 4 | -14/+607 |
|
|
* | Add new Options flavors. (Hartmut Goebel) | Steven Knight | 2003-11-04 | 11 | -519/+2584 |
|
|
* | Sync CVS log from master Aegis repository. | Steven Knight | 2003-11-03 | 25 | -479/+1402 |
|
|
* | Update the tool specifications for the SGI MIPSpro tools. | Steven Knight | 2003-10-30 | 1 | -0/+1 |
|
|
* | Fix man page formatting when using Safari. (Gary Oberbrunner) | Steven Knight | 2003-10-28 | 1 | -1342/+1835 |
|
|
* | Fix a regression with CPPDEFINES when using the g++ Tool. | Steven Knight | 2003-10-26 | 1 | -1833/+1340 |
|
|
* | Initialize the new branch. | Steven Knight | 2003-10-23 | 21 | -778/+1628 |
|
|
* | Support arbitrary header-file preambles when checking for #include files. | Steven Knight | 2003-10-21 | 1 | -2/+40 |
|
|
* | More Environment method conversions: | Steven Knight | 2003-10-13 | 1 | -8/+60 |
|
|
* | Add more environment methods for global functions: Action(), Builder(), Envi... | Steven Knight | 2003-09-25 | 1 | -17/+77 |
|
|
* | Add global functions for all of the default Builders attached to the default ... | Steven Knight | 2003-09-23 | 1 | -398/+489 |
|
|
* | New tex.py. | Steven Knight | 2003-09-21 | 1 | -1/+39 |
|
|
* | Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth... | Steven Knight | 2003-09-17 | 1 | -0/+19 |
|
|
* | Turn more global functions into Environment methods. (clone of 0.92.C121) | Steven Knight | 2003-09-15 | 1 | -0/+22 |
|
|
* | Make more Environment methods from global functions. | Steven Knight | 2003-09-14 | 1 | -3/+17 |
|
|
* | Add SourceSignatures() and TargetSignatures() environment methods. | Steven Knight | 2003-09-12 | 1 | -1/+24 |
|
|
* | Make a Clean() environment method. Add global functions for AlwaysBuild(), C... | Steven Knight | 2003-09-10 | 1 | -937/+969 |
|
|
* | Give the global functions corresponding Environment methods. | Steven Knight | 2003-09-08 | 1 | -50/+154 |
|
|
* | Support using a single .sconsign file. (Stephen Kennedy) | Steven Knight | 2003-09-02 | 2 | -10/+101 |
|
|
* | Split non-SCons-specific parts of SConf.py into a separate Conftest.py module... | Steven Knight | 2003-08-30 | 1 | -7/+55 |
|
|
* | Support for additional UNIX variants: (Christian Engel) | Steven Knight | 2003-08-24 | 1 | -3/+26 |
|
|
* | Portability fixes for tests. | Steven Knight | 2003-08-19 | 1 | -1/+1 |
|
|
* | Update the branch for next release. | Steven Knight | 2003-08-16 | 7 | -13/+112 |
|
|
* | Branch for User's Guide changes. | Steven Knight | 2003-08-16 | 31 | -21/+8528 |
|
|
* | Add SWIG support. | Steven Knight | 2003-08-13 | 1 | -0/+52 |
|
|
* | Allow prefixes and suffixes to be selected from dictionaries keyd by source f... | Steven Knight | 2003-08-10 | 1 | -4/+4 |
|
|
* | Man page fixes. (Gary Oberbrunner, SK) | Steven Knight | 2003-08-09 | 1 | -2/+40 |
|
|
* | When using a long link line in a temporary file, print the command line first... | Steven Knight | 2003-08-04 | 1 | -0/+6 |
|
|
* | Refactor extension splitting to make it more flexible (for SWIG). | Steven Knight | 2003-08-03 | 1 | -0/+33 |
|
|