summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-011-3/+8
| | | | 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-071-9/+11
|
* 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-211-1/+3
|
* 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-151-17/+16
|
* Add SourceSignatures() and TargetSignatures() environment methods.Steven Knight2003-09-121-5/+1
|
* Make a Clean() environment method. Add global functions for AlwaysBuild(), ↵Steven Knight2003-09-101-4/+4
| | | | Command(), Depends(), Ignore(), Install(), InstallAs(), Precious(), SideEffect() and SourceCode().
* Give the global functions corresponding Environment methods.Steven Knight2003-09-081-3/+3
|
* -Q options suppresses too much.Steven Knight2003-08-221-6/+12
|
* Record and print an internal stack trace when Taskmaster detects errors for ↵Steven Knight2003-07-271-17/+36
| | | | 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-221-4/+0
|
* 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
|
* Raise an error if SConf needs to do something but -n or -q is specified. ↵Steven Knight2003-06-121-0/+6
| | | | (Christoph Wiedemann)
* 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
|
* Provide uniform access to (some) command-line options. (Anthony Roach)Steven Knight2003-04-301-21/+60
|
* Fix the EnteringSteven Knight2003-04-231-1/+1
|
* 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-221-1/+11
|
* Document the -f option correctly, support building a parallel tree by ↵Steven Knight2003-03-141-0/+2
| | | | pointing to an SConstruct file using -f.
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-031-4/+8
|
* 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-261-4/+4
| | | | to SConscript(). (Charles Crain)
* Add the --random option.Steven Knight2003-02-061-5/+20
|
* Change the default behavior when no arguments are specified to building ↵Steven Knight2003-02-051-0/+2
| | | | everything in (or below) the current directory.
* Add CacheDir support.Steven Knight2003-02-031-12/+19
|
* 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
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-2/+2
|
* Update Copyright years.Steven Knight2003-01-161-2/+2
|
* 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-271-13/+12
|
* 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
|