summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix suffix selection when there's no source file. (Kevin Quick)Steven Knight2004-09-151-12/+0
* Handle exceptions in FunctionActions. (Steve Christensen)Steven Knight2004-09-151-1/+4
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-051-5/+19
* Allow Help() to be called multiple times, appending to the text each time. (...Steven Knight2004-08-301-33/+23
* Remove the misbegotten --save-explain-info feature.Steven Knight2004-08-171-7/+1
* Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...Steven Knight2004-07-131-11/+7
* Make exception handling conform to Pythonic standards. (Kevin Quick)Steven Knight2004-07-131-1/+1
* QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....Steven Knight2004-07-121-1/+1
* Add an option to not save the --debug=explain information.Steven Knight2004-06-151-5/+8
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-5/+8
* Eliminate the refactored-out-of-existence Sig.Calculator methods (whose jobs ...Steven Knight2004-05-301-1/+1
* Better handling of syntax errors during variable expansion. (Anthony Roach)Steven Knight2004-05-231-3/+3
* Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.Steven Knight2004-05-141-47/+3
* Cleaner Task interface when using the -c option.Steven Knight2004-05-081-12/+6
* Refactor .sconsign management into its own module.Steven Knight2004-05-061-1/+1
* Performance improvement: memo-ize Node.FS string values when appropriate.Steven Knight2004-05-011-0/+6
* Add the highly anticipated --debug=explain option to provide build reasoning.Steven Knight2004-04-171-2/+71
* Add warnings for easily-confused variable names like 'targets' and 'sources.'Steven Knight2004-04-061-0/+2
* Put the --duplicate option in alphabetical order in the help output.Steven Knight2004-04-031-11/+12
* Add --debug=presub to the help text.Steven Knight2004-03-241-4/+6
* Add a --debug= option to print commands before substitution. (Gary Oberbrunner)Steven Knight2004-03-231-1/+4
* scons.0.92 - Implement a --duplicate= option. (Christoph Wiedemann)Steven Knight2004-03-061-2/+25
* Add options to investigate object creation and memory consumption.Steven Knight2004-02-071-11/+47
* Relax the duplicate-environment restriction for targets so that it's okay if ...Steven Knight2003-12-081-0/+1
* Make the message about missing SConscript files a warning, not a hard write()...Steven Knight2003-12-011-3/+8
* Added better -H documentation for --debug and remove -e from man page. (Anth...Steven Knight2003-11-181-1/+3
* 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(), C...Steven Knight2003-09-101-4/+4
* 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 e...Steven Knight2003-07-271-17/+36
* 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
* 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. (Ch...Steven Knight2003-06-121-0/+6
* 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