summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | (Charles Crain)
* Fix a side effect of chdir to SConscript directory.Steven Knight2003-03-271-1/+7
|
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-261-0/+3
|
* Fix -U when no Default() targets are specified.Steven Knight2003-03-231-1/+4
|
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-222-5/+16
|
* Change the default SConscriptChdir() behavior to NOT chdir to the SConscript ↵Steven Knight2003-03-151-2/+11
| | | | directory.
* Document the -f option correctly, support building a parallel tree by ↵Steven Knight2003-03-142-16/+33
| | | | pointing to an SConstruct file using -f.
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-032-4/+12
|
* Don't eat scanner exceptions.Steven Knight2003-03-031-0/+2
|
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument ↵Steven Knight2003-02-262-18/+30
| | | | to SConscript(). (Charles Crain)
* Support fetching SConscript files from source code management systems.Steven Knight2003-02-211-0/+13
|
* Disable annotation of nodes with the calling stack frame.Steven Knight2003-02-111-2/+5
|
* Support more intuitive build directory specifications as arguments to ↵Steven Knight2003-02-101-4/+18
| | | | SConscript().
* Annotate objects with their creation SConscript and line.Steven Knight2003-02-091-2/+26
|
* Add the --random option.Steven Knight2003-02-061-5/+20
|
* Change the default behavior when no arguments are specified to building ↵Steven Knight2003-02-052-2/+9
| | | | everything in (or below) the current directory.
* Add CacheDir support.Steven Knight2003-02-032-12/+20
|
* Provide a better error message when a BuildDir() is read-only.Steven Knight2003-01-271-5/+13
|
* Fix a bug when -c is used with -n. (Steve Leblanc)Steven Knight2003-01-251-2/+3
|
* Add AddPreAction() and AddPostAction() methods. (Charles Crain)Steven Knight2003-01-201-0/+13
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-203-4/+4
|
* Update Copyright years.Steven Knight2003-01-163-4/+4
|
* Fix bug in Clean() functionality. (Steve Leblanc)Steven Knight2003-01-161-4/+9
|
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+5
|
* Add --debug-includes. (Anthony Roach)Steven Knight2003-01-141-2/+11
|
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-1/+0
|
* Performance improvement: cut down on Proxy.__getattr__ calls.Steven Knight2003-01-061-6/+6
|
* Fix problems returning the appropriate exit status on build errors.Steven Knight2003-01-051-0/+1
|
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-281-14/+12
|
* Implement the Clean() function.Steven Knight2002-12-272-13/+29
|
* Finish the Action refactoring by removing Builder.execute() methods and ↵Steven Knight2002-12-191-26/+3
| | | | moving exception handling into the Taskmaster.Task class.
* Refactor action execution so it's controlled by the interface-specific ↵Steven Knight2002-12-171-6/+26
| | | | Taskmaster.Task class, not Node.build().
* Make the 'Do not know how to build' error message catch more cases. ↵Steven Knight2002-12-161-29/+34
| | | | (Anthony Roach)
* Make error and warning message consistent. (Anthony Roach)Steven Knight2002-12-141-4/+4
|
* Add functions for getting and setting the number of jobs. (Anthony Roach)Steven Knight2002-12-102-3/+23
|
* Prevent -n from unlinking files.Steven Knight2002-12-051-0/+1
|
* Serialize calls to Node.prepare() (Anthony Roach)Steven Knight2002-11-271-31/+33
|
* Provide graceful failures when a source file doesn't exist and can't be ↵Steven Knight2002-11-271-0/+6
| | | | build, and when a nonexistent drive letter is used on Win32.
* Make building source files fail like Make.Steven Knight2002-11-231-0/+2
|
* Make Default(source) and -U fail gracefully. (Anthony Roach)Steven Knight2002-11-221-2/+8
|
* Document Repository and other methods, plus some added documentation to ↵Steven Knight2002-11-131-8/+8
| | | | SCons.Node and SCons.Node.FS.
* Support special characters in file names. (Charles Crain)Steven Knight2002-11-131-0/+1
|