summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-17/+23
* Add a NoClean() function. (Steven Johnson)Steven Knight2006-02-131-0/+1
* Fix the use of Configure() contexts in nested subsidiary SConscript files. (...Steven Knight2005-12-281-1/+1
* Fix the -U behavior (broken when we made BUILD_TARGETS modifiable).Steven Knight2005-08-171-0/+17
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-11/+19
* Restore (some) old SCons.Script.* names, some released SConscript files are u...Steven Knight2005-03-171-1/+52
* Actually support a global Entry name (since we already documented it).Steven Knight2005-03-161-0/+1
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-0/+2
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-141-0/+6
* Fix --debug=memoizer so it actually prints some stats on Python 2.x.Steven Knight2005-01-131-0/+19
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-101-1/+19
* Support 'from SConsScript import *' to allow Python modules imported by SCons...Steven Knight2005-01-081-1095/+190
* Print --debug={tree,dtree,includes} even if the build has an error.Steven Knight2004-12-031-19/+19
* Add a --debug=stree option to show Node status. (Kevin Quick)Steven Knight2004-11-211-2/+9
* Faster/leaner tree dumping. (Kevin Quick)Steven Knight2004-11-111-2/+2
* Clear out dependent-child caches when a node is rebuilt. (Kevin Quick)Steven Knight2004-10-071-1/+1
* Add a --debug=findlibs option. (Gary Oberbrunner)Steven Knight2004-09-251-1/+3
* Fix handling when BuildDir exists but is unwriteable. Add Stop. to messages ...Steven Knight2004-09-201-2/+2
* Print tracebacks for errors other than UserError and StopError. (Gary Oberbr...Steven Knight2004-09-181-5/+14
* Fix -k sometimes trying to link executables even when library builds fail.Steven Knight2004-09-171-2/+8
* 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