summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Incorporate changes from pre-release reviews.Steven Knight2004-08-1713-21/+305
|
* Have the default ParseConfig() function add -pthread to both and . (Gary ↵Steven Knight2004-08-161-0/+7
| | | | Oberbrunner)
* Branch for documentation changes.Steven Knight2004-08-1677-1449/+7290
|
* Add a Flatten() function to help the transition to Builders returning lists.Steven Knight2004-08-121-3/+62
|
* Fix fallout from having everything return a list.Steven Knight2004-08-061-5/+8
|
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-8/+18
|
* Add support on IRIX. (Chad Austin)Steven Knight2004-08-021-2/+3
|
* Change the copyright statement to reflect ownership by the foundation. Add ↵Steven Knight2004-07-303-5/+5
| | | | and fix statements where needed. Update scripts accordingly.
* Move LIB{PREFIX,SUFFIX} definitions from the Platform modules to individual ↵Steven Knight2004-07-301-0/+10
| | | | Tool modules. (Chris Murray)
* Add support for newer ifort versions of the Intel Fortran compiler on Linux. ↵Steven Knight2004-07-291-0/+1
| | | | (Jonathan Gurley) Fortran 90 tests for future use. (Chris Murray)
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-291-25/+523
|
* QT fixes and enhancements: Moc() and Uic() builders, a lot of new ↵Steven Knight2004-07-121-57/+110
| | | | variables. (Christoph Wiedemann)
* Officially support target_factory and source_factory when creating a Builder.Steven Knight2004-06-251-9/+89
|
* Add an option to not save the --debug=explain information.Steven Knight2004-06-151-1/+15
|
* Add support for fetching command-line arguments by position number. (Gary ↵Steven Knight2004-05-231-0/+42
| | | | Oberbrunner)
* Fix spurious rebuilds/reinstalls of header files and circular dependencies ↵Steven Knight2004-05-191-24/+61
| | | | with generated header files by allowing Scanners to be associated explicitly with Builders, not just through Scanner file suffix lists.
* Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.Steven Knight2004-05-141-2/+4
|
* Have ParseConfig() support the -Wl option.Steven Knight2004-05-031-0/+6
|
* Fix use of timestamps with --implicit-cache. (Anthony Roach)Steven Knight2004-05-011-2/+3
|
* Support use of strfunction() with all kinds of Action objects.Steven Knight2004-04-281-11/+23
|
* Have SConsignFile() use a dblite.py module by default, so we can control the ↵Steven Knight2004-04-251-11/+5
| | | | behavior. (Ralf W. Grosse-Kunstleve)
* Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch().Steven Knight2004-04-191-0/+169
|
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-101-2/+47
|
* Add a reject argument to the env.Whereis() method. (sam th)Steven Knight2004-04-041-2/+7
|
* Allow CheckLib to search a list of libraries. (sam th)Steven Knight2004-04-041-2/+6
|
* Allow a list of emitters to be called in sequence. (Chad Austin)Steven Knight2004-04-041-3/+15
|
* Add RPATH support. (Chad Austin)Steven Knight2004-04-031-0/+9
|
* Add a variable to control whether to compile moc-generated files. (Chad ↵Steven Knight2004-04-031-0/+4
| | | | Austin)
* Support multiple source paths in Java. (Tom Epperly)Steven Knight2004-04-021-1/+2
|
* Add a --debug= option to print commands before substitution. (Gary Oberbrunner)Steven Knight2004-03-231-5/+14
|
* Support passing arbitrary environment override keywords to Command().Steven Knight2004-03-161-3/+6
|
* Add an Execute() method.Steven Knight2004-03-121-0/+21
|
* Add a D language Tool. (Andy Friesen)Steven Knight2004-03-081-6/+8
|
* scons.0.92 - Implement a --duplicate= option. (Christoph Wiedemann)Steven Knight2004-03-061-5/+35
|
* Update various default paths in MSVS .Net and MSVC 6.0 / 7. (Steve Christensen)Steven Knight2004-03-061-0/+54
|
* Branch for User's Guide work.Steven Knight2004-02-2814-50/+323
|
* Document the dbm_module argument to SConsignFile().Steven Knight2004-02-281-2/+19
|
* Add a common tasks appendix to the user's guide. (Anthony Roach)Steven Knight2004-02-175-0/+231
|
* Add AppendUnique() and PrependUnique() Environment methods. Fix using the ↵Steven Knight2004-02-161-0/+36
| | | | qt Tool from a copied construction environment.
* Make the M4 Builder work with repositories by adding an rsrcnode attribute.Steven Knight2004-02-091-0/+17
|
* Deprecate the overrides Builder() keyword argument in favor of specifying ↵Steven Knight2004-02-081-7/+10
| | | | values directly as keyword arguments, like we do for other functions and methods.
* Add options to investigate object creation and memory consumption.Steven Knight2004-02-071-20/+38
|
* Add support for a toolpath for Environments.Steven Knight2003-12-181-4/+20
|
* Have the Zip() Builder create compressed .zip files by default.Steven Knight2003-12-161-1/+20
|
* Fix spelling errors in error messages, man page typos.Steven Knight2003-12-081-2/+2
|
* Make the message about missing SConscript files a warning, not a hard ↵Steven Knight2003-12-011-0/+5
| | | | write(), so it can be ignored/disabled. (Scott Fritchie)
* Restore the ability for _stripixes() to call a custom _concat() function in ↵Steven Knight2003-11-251-1/+2
| | | | the construction environment.
* Add Borland compiler support. (Vincent Risi)Steven Knight2003-11-221-0/+3
|
* Ensure that the ENV values are all strings. (Anthony Roach)Steven Knight2003-11-1813-38/+456
|
* Added better -H documentation for --debug and remove -e from man page. ↵Steven Knight2003-11-181-4/+4
| | | | (Anthony Roach)