summaryrefslogtreecommitdiffstats
path: root/doc/man
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for Objective C/C++ .m and .mm file extensions. (Timothee Besset)Steven Knight2005-02-281-1/+7
|
* Accumulated documentation changes.Steven Knight2005-02-151-28/+57
|
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-2/+46
|
* Move the canned Scanner objects out of Defaults.py and document how to add ↵Steven Knight2005-02-141-9/+82
| | | | Scanners that env.Object() can use.
* Improve --debug=count to get an idea of when different objects are created.Steven Knight2005-01-121-3/+5
|
* More performance improvements?Steven Knight2005-01-121-0/+7
|
* Support 'from SConsScript import *' to allow Python modules imported by ↵Steven Knight2005-01-081-0/+24
| | | | SConscript files to get at the global builders and functions more easily.
* Add LoadableModule support. (Michael McCracken)Steven Knight2005-01-071-0/+45
|
* Finish the display-customization variables: , , , , , and .Steven Knight2005-01-071-4/+41
|
* More command-line customizability: , , , , , , .Steven Knight2005-01-061-1/+32
|
* Use AppendUnique() in ParseConfig(). Provide a unique=0 keyword argument in ↵Steven Knight2005-01-051-5/+15
| | | | case someone has a reason to need to allow duplicates.
* Have ParseDepends() env.subst() the specified file name. Add an only_one ↵Steven Knight2005-01-041-2/+24
| | | | keyword argument that will sanity check that the file only contains one dependency target.
* Intel C compiler improvements. (Gary Oberbrunner)Steven Knight2004-12-311-0/+5
|
* More command-line customizability: , , , , .Steven Knight2004-12-031-0/+28
|
* More command-line customizability: and .Steven Knight2004-12-011-0/+19
|
* Add the ability to map keywords to ListOption (like we already do with ↵Steven Knight2004-11-231-1/+9
| | | | EnumOption).
* More command-line output customizability: , , , .Steven Knight2004-11-211-0/+38
|
* Add a --debug=stree option to show Node status. (Kevin Quick)Steven Knight2004-11-211-0/+6
|
* Add more customizability: , , , .Steven Knight2004-11-201-1/+25
|
* Add Fortran COMSTR variables for output customizability.Steven Knight2004-11-201-0/+47
|
* Add support for new tools: Metroworks CodeWarrior compiler and linker ↵Steven Knight2004-11-191-0/+11
| | | | (Russell Yanofsky); new Intel C compiler (Gary Oberbrunner).
* More display customizability: , . (Also add the missing , for ↵Steven Knight2004-11-151-0/+25
| | | | completeness, and gets rid of the unused SCons.Defaults.DAction object.)
* 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
|