summaryrefslogtreecommitdiffstats
path: root/doc/man
Commit message (Collapse)AuthorAgeFilesLines
* Add more command-line customizability: and .Steven Knight2004-11-151-0/+18
|
* More command-line configurability: , .Steven Knight2004-11-151-0/+20
|
* More command-line customization: , .Steven Knight2004-11-151-2/+20
|
* Easier customization of printable strings for , and .Steven Knight2004-11-151-0/+27
|
* Allow Alias Nodes to have Actions.Steven Knight2004-11-131-3/+12
|
* Support default Options values of None. (Gary Oberbrunner)Steven Knight2004-10-221-1/+7
|
* Allow explicit target_factory=Dir with Builders that make a directory to ↵Steven Knight2004-10-201-1/+1
| | | | override the default, implicit make-a-directory Builder..
* Allow passing a dictionary of keyword arguments to Tool specifications. ↵Steven Knight2004-10-071-7/+57
| | | | (Gary Oberbrunner)
* Add support for changing directory when executing Actions (the to the target ↵Steven Knight2004-09-271-2/+156
| | | | directory by default).
* Add a --debug=findlibs option. (Gary Oberbrunner)Steven Knight2004-09-251-0/+7
|
* Add a ParseDepends() function to read up mkdep-style files.Steven Knight2004-09-251-0/+35
|
* Add validator functions for PathOption. (Steve Christensen)Steven Knight2004-09-241-1/+36
|
* Allow ListOption to take a Python list of values asa default, not just a ↵Steven Knight2004-09-201-0/+3
| | | | comma-separated string containg the default values.
* Print tracebacks for errors other than UserError and StopError. (Gary ↵Steven Knight2004-09-181-0/+5
| | | | Oberbrunner)
* Fix inconsistency in conf.CheckFunc().Steven Knight2004-09-171-1/+16
|
* Update the man page to reflect that prefixes and suffixes can be callables ↵Steven Knight2004-09-131-15/+43
| | | | or dictionaries. (Kevin Quick)
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-051-5/+73
|
* Add a configurable function for command-line printing. (Gary Oberbrunner)Steven Knight2004-09-051-0/+39
|
* Refactor spawning command-line actions to clean up the interface between ↵Steven Knight2004-09-041-2/+2
| | | | Action and SConf.
* Add an rpcgen tool. (Kevin Quick)Steven Knight2004-09-041-0/+95
|
* Allow to contain File Nodes. Have ParseConfig add libraries to . Add ↵Steven Knight2004-09-011-0/+10
| | | | support for -framework. (Gary Oberbrunner)
* Add a SetDefault() method and a kinder, gentler qt.py that uses it. ↵Steven Knight2004-08-311-5/+37
| | | | (Christoph Wiedemann)
* Allow Help() to be called multiple times, appending to the text each time. ↵Steven Knight2004-08-301-2/+6
| | | | (Chad Austin)
* Add an Environment.Dump() method. (Gary Oberbrunner)Steven Knight2004-08-301-0/+34
|
* Delete() should not blow up if what it's deleting doesn't exist.Steven Knight2004-08-191-1/+12
|
* Remove the misbegotten --save-explain-info feature.Steven Knight2004-08-171-15/+1
|
* 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-161-13/+100
|
* 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-302-4/+4
| | | | 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
|