summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
...
* 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 emitter...Steven Knight2003-07-291-7/+0
* Record and print an internal stack trace when Taskmaster detects errors for e...Steven Knight2003-07-272-18/+61
* 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
* 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. (Ch...Steven Knight2003-06-121-0/+6
* 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 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-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
* 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
* Document the -f option correctly, support building a parallel tree by pointin...Steven Knight2003-03-142-16/+33
* 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 t...Steven Knight2003-02-262-18/+30
* 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 SConscr...Steven Knight2003-02-101-4/+18
* 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 every...Steven Knight2003-02-052-2/+9
* 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