| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow ListOption to take a Python list of values asa default, not just a comm... | Steven Knight | 2004-09-20 | 1 | -0/+3 |
|
|
* | Print tracebacks for errors other than UserError and StopError. (Gary Oberbr... | Steven Knight | 2004-09-18 | 1 | -0/+5 |
|
|
* | Fix inconsistency in conf.CheckFunc(). | Steven Knight | 2004-09-17 | 1 | -1/+16 |
|
|
* | Update the man page to reflect that prefixes and suffixes can be callables or... | Steven Knight | 2004-09-13 | 1 | -15/+43 |
|
|
* | Lots of Configure() enhancements. (Christoph Wiedemann) | Steven Knight | 2004-09-05 | 1 | -5/+73 |
|
|
* | Add a configurable function for command-line printing. (Gary Oberbrunner) | Steven Knight | 2004-09-05 | 1 | -0/+39 |
|
|
* | Refactor spawning command-line actions to clean up the interface between Acti... | Steven Knight | 2004-09-04 | 1 | -2/+2 |
|
|
* | Add an rpcgen tool. (Kevin Quick) | Steven Knight | 2004-09-04 | 1 | -0/+95 |
|
|
* | Allow to contain File Nodes. Have ParseConfig add libraries to . Add suppo... | Steven Knight | 2004-09-01 | 1 | -0/+10 |
|
|
* | Add a SetDefault() method and a kinder, gentler qt.py that uses it. (Christo... | Steven Knight | 2004-08-31 | 1 | -5/+37 |
|
|
* | Allow Help() to be called multiple times, appending to the text each time. (... | Steven Knight | 2004-08-30 | 1 | -2/+6 |
|
|
* | Add an Environment.Dump() method. (Gary Oberbrunner) | Steven Knight | 2004-08-30 | 1 | -0/+34 |
|
|
* | Update the packaging SConscript files to be platform independent. | Steven Knight | 2004-08-20 | 1 | -8/+7 |
|
|
* | Delete() should not blow up if what it's deleting doesn't exist. | Steven Knight | 2004-08-19 | 1 | -1/+12 |
|
|
* | Remove the misbegotten --save-explain-info feature. | Steven Knight | 2004-08-17 | 1 | -15/+1 |
|
|
* | Incorporate changes from pre-release reviews. | Steven Knight | 2004-08-17 | 13 | -21/+305 |
|
|
* | Have the default ParseConfig() function add -pthread to both and . (Gary Ob... | Steven Knight | 2004-08-16 | 1 | -0/+7 |
|
|
* | Branch for documentation changes. | Steven Knight | 2004-08-16 | 77 | -1449/+7290 |
|
|
* | Add a Flatten() function to help the transition to Builders returning lists. | Steven Knight | 2004-08-12 | 1 | -3/+62 |
|
|
* | Fix fallout from having everything return a list. | Steven Knight | 2004-08-06 | 1 | -5/+8 |
|
|
* | Return lists of Nodes from all builders, not single Nodes when there's only one. | Steven Knight | 2004-08-05 | 1 | -8/+18 |
|
|
* | Add support on IRIX. (Chad Austin) | Steven Knight | 2004-08-02 | 1 | -2/+3 |
|
|
* | Change the copyright statement to reflect ownership by the foundation. Add a... | Steven Knight | 2004-07-30 | 3 | -5/+5 |
|
|
* | Move LIB{PREFIX,SUFFIX} definitions from the Platform modules to individual T... | Steven Knight | 2004-07-30 | 1 | -0/+10 |
|
|
* | Add support for newer ifort versions of the Intel Fortran compiler on Linux. ... | Steven Knight | 2004-07-29 | 1 | -0/+1 |
|
|
* | Add Fortran 90/95 support. (Chris Murray) | Steven Knight | 2004-07-29 | 1 | -25/+523 |
|
|
* | QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables.... | Steven Knight | 2004-07-12 | 1 | -57/+110 |
|
|
* | Officially support target_factory and source_factory when creating a Builder. | Steven Knight | 2004-06-25 | 1 | -9/+89 |
|
|
* | Add an option to not save the --debug=explain information. | Steven Knight | 2004-06-15 | 1 | -1/+15 |
|
|
* | Add support for fetching command-line arguments by position number. (Gary Ob... | Steven Knight | 2004-05-23 | 1 | -0/+42 |
|
|
* | Fix spurious rebuilds/reinstalls of header files and circular dependencies wi... | Steven Knight | 2004-05-19 | 1 | -24/+61 |
|
|
* | Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup. | Steven Knight | 2004-05-14 | 1 | -2/+4 |
|
|
* | Have ParseConfig() support the -Wl option. | Steven Knight | 2004-05-03 | 1 | -0/+6 |
|
|
* | Fix use of timestamps with --implicit-cache. (Anthony Roach) | Steven Knight | 2004-05-01 | 1 | -2/+3 |
|
|
* | Support use of strfunction() with all kinds of Action objects. | Steven Knight | 2004-04-28 | 1 | -11/+23 |
|
|
* | Have SConsignFile() use a dblite.py module by default, so we can control the ... | Steven Knight | 2004-04-25 | 1 | -11/+5 |
|
|
* | Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch(). | Steven Knight | 2004-04-19 | 1 | -0/+169 |
|
|
* | Add support for extending the suffixes a scanner knows about. | Steven Knight | 2004-04-10 | 1 | -2/+47 |
|
|
* | Add a reject argument to the env.Whereis() method. (sam th) | Steven Knight | 2004-04-04 | 1 | -2/+7 |
|
|
* | Allow CheckLib to search a list of libraries. (sam th) | Steven Knight | 2004-04-04 | 1 | -2/+6 |
|
|
* | Allow a list of emitters to be called in sequence. (Chad Austin) | Steven Knight | 2004-04-04 | 1 | -3/+15 |
|
|
* | Add RPATH support. (Chad Austin) | Steven Knight | 2004-04-03 | 1 | -0/+9 |
|
|
* | Add a variable to control whether to compile moc-generated files. (Chad Aus... | Steven Knight | 2004-04-03 | 1 | -0/+4 |
|
|
* | Support multiple source paths in Java. (Tom Epperly) | Steven Knight | 2004-04-02 | 1 | -1/+2 |
|
|
* | Add a --debug= option to print commands before substitution. (Gary Oberbrunner) | Steven Knight | 2004-03-23 | 1 | -5/+14 |
|
|
* | 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 |
|
|