summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script
Commit message (Collapse)AuthorAgeFilesLines
* scons.0.92 - Implement a --duplicate= option. (Christoph Wiedemann)Steven Knight2004-03-061-2/+25
|
* Save memory by allowing Nodes to clean up their Executor's build ↵Steven Knight2004-02-091-0/+6
| | | | environments after they've been built.
* Add options to investigate object creation and memory consumption.Steven Knight2004-02-071-11/+47
|
* Fix ARGUMENTS specifications on the command line that have multiple = in ↵Steven Knight2004-01-251-1/+1
| | | | them. (Zephaniah Hull)
* Handle Configure() calls in multiple SConscript files.Steven Knight2004-01-081-13/+13
|
* Fix spelling errors in error messages, man page typos.Steven Knight2003-12-081-3/+3
|
* Relax the duplicate-environment restriction for targets so that it's okay if ↵Steven Knight2003-12-081-0/+1
| | | | the two environments would build the target with the same command or function call. (Scott Fritchie)
* Make the message about missing SConscript files a warning, not a hard ↵Steven Knight2003-12-012-21/+30
| | | | write(), so it can be ignored/disabled. (Scott Fritchie)
* Added better -H documentation for --debug and remove -e from man page. ↵Steven Knight2003-11-181-1/+3
| | | | (Anthony Roach)
* Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.Steven Knight2003-11-072-32/+82
|
* Add new Options flavors. (Hartmut Goebel)Steven Knight2003-11-041-1/+6
|
* Fix subclassing of the Environment and Scanner classes.Steven Knight2003-10-301-288/+336
|
* Fix a regression with CPPDEFINES when using the g++ Tool.Steven Knight2003-10-261-340/+292
|
* Really handle lack of the threading.py module when run by non-threaded Pythons.Steven Knight2003-10-221-1/+7
|
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-212-2/+4
|
* Fix various SConf bugs. (Christoph Wiedemann)Steven Knight2003-10-211-0/+6
|
* More Environment method conversions:Steven Knight2003-10-131-31/+22
|
* Add more environment methods for global functions: Action(), Builder(), ↵Steven Knight2003-09-251-19/+32
| | | | Environment(), Literal(), Platform(), Split(), Tool(). Deprecate ParseConfig() in favor of an environment method.
* Refactor the GetSConscriptFilenames() function into an SConsEnvironment method.Steven Knight2003-09-251-76/+77
|
* Add global functions for all of the default Builders attached to the default ↵Steven Knight2003-09-231-59/+91
| | | | Environment.
* Expand construction variables on the values of SConscript() keyword arguments.Steven Knight2003-09-181-1/+6
|
* Have the closing message say ...terminatedSteven Knight2003-09-181-1/+6
|
* Python 1.5.2 portability.Steven Knight2003-09-181-1/+1
|
* Turn more global functions into Environment methods. (clone of 0.92.C121)Steven Knight2003-09-152-102/+133
|
* Make more Environment methods from global functions.Steven Knight2003-09-141-30/+49
|
* Add SourceSignatures() and TargetSignatures() environment methods.Steven Knight2003-09-122-29/+5
|
* Make a Clean() environment method. Add global functions for AlwaysBuild(), ↵Steven Knight2003-09-102-25/+14
| | | | Command(), Depends(), Ignore(), Install(), InstallAs(), Precious(), SideEffect() and SourceCode().
* Give the global functions corresponding Environment methods.Steven Knight2003-09-082-44/+24
|
* Support using a single .sconsign file. (Stephen Kennedy)Steven Knight2003-09-021-1/+8
|
* Fix EnsurePythonVersion's handling of alphanumeric version strings.Steven Knight2003-08-291-3/+9
|
* -Q options suppresses too much.Steven Knight2003-08-221-6/+12
|
* Don't Split() SConscript file name strings on white space.Steven Knight2003-07-311-15/+18
|
* Allow Builders to take a dictionary that maps source file suffixes to ↵Steven Knight2003-07-291-7/+0
| | | | emitter functions. Refactor initialization of a number of builders out of the SCons.Defaults.py module.
* Record and print an internal stack trace when Taskmaster detects errors for ↵Steven Knight2003-07-272-18/+61
| | | | easier debugging. (Gary Oberbrunner) Better debugging of Python exceptions (like TypeErrors) in SConscript files.
* Only create a default Environment when asked to. (Chad Austin)Steven Knight2003-07-222-5/+1
|
* Fix the -h optionSteven Knight2003-07-211-3/+3
|
* Call the debugger directly, don't re-execute Python to run it. (Laurent Pelecq)Steven Knight2003-07-211-28/+20
|
* Tighten up the help text.Steven Knight2003-07-021-13/+14
|
* Fix -U, -D and -d with explicit targets that start with ../.Steven Knight2003-06-281-28/+44
| | | | [Updating a change that was previously not synchronized to CVS.]
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-1/+1
|
* Fix Import('*')Steven Knight2003-06-131-2/+2
|
* Raise an error if SConf needs to do something but -n or -q is specified. ↵Steven Knight2003-06-121-0/+6
| | | | (Christoph Wiedemann)
* Fix Options.Update().Steven Knight2003-06-091-2/+2
|
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-2/+7
|
* Don't update the .sconsign files when using -n. (Steve Leblanc)Steven Knight2003-05-311-1/+2
|
* Change the Building message to say Cleaning when the -c option is used.Steven Knight2003-05-191-2/+6
|
* Refactor to use real Nodes for command-line attributes and eliminate ↵Steven Knight2003-05-061-3/+3
| | | | PathList. (Charles Crain)
* Add Python Value Nodes. (Chad Austin)Steven Knight2003-05-011-0/+2
|
* Provide uniform access to (some) command-line options. (Anthony Roach)Steven Knight2003-04-302-31/+79
|
* Fix the EnteringSteven Knight2003-04-231-1/+1
|