summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/SConscript.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add a Flatten() function to help the transition to Builders returning lists.Steven Knight2004-08-121-0/+1
* Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...Steven Knight2004-07-131-3/+4
* Make env.SConscript() expand dirs names.Steven Knight2004-05-251-0/+7
* Add support for fetching command-line arguments by position number. (Gary Ob...Steven Knight2004-05-231-0/+3
* Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch().Steven Knight2004-04-191-0/+8
* Fix the Command() global function when the action is a command-line string.Steven Knight2004-03-311-23/+1
* Add an Execute() method.Steven Knight2004-03-121-0/+3
* Save memory by allowing Nodes to clean up their Executor's build environments...Steven Knight2004-02-091-0/+6
* Fix ARGUMENTS specifications on the command line that have multiple = in them...Steven Knight2004-01-251-1/+1
* 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
* Make the message about missing SConscript files a warning, not a hard write()...Steven Knight2003-12-011-18/+22
* Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.Steven Knight2003-11-071-23/+71
* 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
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-1/+1
* 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(), Envi...Steven Knight2003-09-251-19/+32
* 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
* Expand construction variables on the values of SConscript() keyword arguments.Steven Knight2003-09-181-1/+6
* Turn more global functions into Environment methods. (clone of 0.92.C121)Steven Knight2003-09-151-85/+117
* Make more Environment methods from global functions.Steven Knight2003-09-141-30/+49
* Add SourceSignatures() and TargetSignatures() environment methods.Steven Knight2003-09-121-24/+4
* Make a Clean() environment method. Add global functions for AlwaysBuild(), C...Steven Knight2003-09-101-21/+10
* Give the global functions corresponding Environment methods.Steven Knight2003-09-081-41/+21
* 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
* 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 emitter...Steven Knight2003-07-291-7/+0
* Record and print an internal stack trace when Taskmaster detects errors for e...Steven Knight2003-07-271-1/+25
* Only create a default Environment when asked to. (Chad Austin)Steven Knight2003-07-221-1/+1
* Fix Import('*')Steven Knight2003-06-131-2/+2
* Fix Options.Update().Steven Knight2003-06-091-2/+2
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-2/+7
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-3/+3
* 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-301-10/+19
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-0/+2
* Make Export() work for local variables. (Anthony Roach)Steven Knight2003-04-201-22/+45
* Add Alias() global function. (Anthony Roach)Steven Knight2003-04-181-0/+9
* Change the names of the Set{Build,Content}SignatureType() functions.Steven Knight2003-04-141-0/+14
* Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ...Steven Knight2003-03-301-11/+9
* Fix a side effect of chdir to SConscript directory.Steven Knight2003-03-271-1/+7
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-4/+5
* Change the default SConscriptChdir() behavior to NOT chdir to the SConscript ...Steven Knight2003-03-151-2/+11
* Document the -f option correctly, support building a parallel tree by pointin...Steven Knight2003-03-141-16/+31
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-031-0/+4