index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
engine
/
SCons
/
Script
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix suffix selection when there's no source file. (Kevin Quick)
Steven Knight
2004-09-15
1
-12/+0
*
Handle exceptions in FunctionActions. (Steve Christensen)
Steven Knight
2004-09-15
1
-1/+4
*
Lots of Configure() enhancements. (Christoph Wiedemann)
Steven Knight
2004-09-05
1
-5/+19
*
Allow Help() to be called multiple times, appending to the text each time. (...
Steven Knight
2004-08-30
1
-33/+23
*
Remove the misbegotten --save-explain-info feature.
Steven Knight
2004-08-17
1
-7/+1
*
Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...
Steven Knight
2004-07-13
1
-11/+7
*
Make exception handling conform to Pythonic standards. (Kevin Quick)
Steven Knight
2004-07-13
1
-1/+1
*
QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....
Steven Knight
2004-07-12
1
-1/+1
*
Add an option to not save the --debug=explain information.
Steven Knight
2004-06-15
1
-5/+8
*
Remove dead imports and other things found by PyChecker.
Steven Knight
2004-06-01
1
-5/+8
*
Eliminate the refactored-out-of-existence Sig.Calculator methods (whose jobs ...
Steven Knight
2004-05-30
1
-1/+1
*
Better handling of syntax errors during variable expansion. (Anthony Roach)
Steven Knight
2004-05-23
1
-3/+3
*
Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.
Steven Knight
2004-05-14
1
-47/+3
*
Cleaner Task interface when using the -c option.
Steven Knight
2004-05-08
1
-12/+6
*
Refactor .sconsign management into its own module.
Steven Knight
2004-05-06
1
-1/+1
*
Performance improvement: memo-ize Node.FS string values when appropriate.
Steven Knight
2004-05-01
1
-0/+6
*
Add the highly anticipated --debug=explain option to provide build reasoning.
Steven Knight
2004-04-17
1
-2/+71
*
Add warnings for easily-confused variable names like 'targets' and 'sources.'
Steven Knight
2004-04-06
1
-0/+2
*
Put the --duplicate option in alphabetical order in the help output.
Steven Knight
2004-04-03
1
-11/+12
*
Add --debug=presub to the help text.
Steven Knight
2004-03-24
1
-4/+6
*
Add a --debug= option to print commands before substitution. (Gary Oberbrunner)
Steven Knight
2004-03-23
1
-1/+4
*
scons.0.92 - Implement a --duplicate= option. (Christoph Wiedemann)
Steven Knight
2004-03-06
1
-2/+25
*
Add options to investigate object creation and memory consumption.
Steven Knight
2004-02-07
1
-11/+47
*
Relax the duplicate-environment restriction for targets so that it's okay if ...
Steven Knight
2003-12-08
1
-0/+1
*
Make the message about missing SConscript files a warning, not a hard write()...
Steven Knight
2003-12-01
1
-3/+8
*
Added better -H documentation for --debug and remove -e from man page. (Anth...
Steven Knight
2003-11-18
1
-1/+3
*
Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.
Steven Knight
2003-11-07
1
-9/+11
*
Really handle lack of the threading.py module when run by non-threaded Pythons.
Steven Knight
2003-10-22
1
-1/+7
*
Better detection of KeyboardInterrupts. (Christoph Wiedemann)
Steven Knight
2003-10-21
1
-1/+3
*
Have the closing message say ...terminated
Steven Knight
2003-09-18
1
-1/+6
*
Python 1.5.2 portability.
Steven Knight
2003-09-18
1
-1/+1
*
Turn more global functions into Environment methods. (clone of 0.92.C121)
Steven Knight
2003-09-15
1
-17/+16
*
Add SourceSignatures() and TargetSignatures() environment methods.
Steven Knight
2003-09-12
1
-5/+1
*
Make a Clean() environment method. Add global functions for AlwaysBuild(), C...
Steven Knight
2003-09-10
1
-4/+4
*
Give the global functions corresponding Environment methods.
Steven Knight
2003-09-08
1
-3/+3
*
-Q options suppresses too much.
Steven Knight
2003-08-22
1
-6/+12
*
Record and print an internal stack trace when Taskmaster detects errors for e...
Steven Knight
2003-07-27
1
-17/+36
*
Only create a default Environment when asked to. (Chad Austin)
Steven Knight
2003-07-22
1
-4/+0
*
Fix the -h option
Steven Knight
2003-07-21
1
-3/+3
*
Call the debugger directly, don't re-execute Python to run it. (Laurent Pelecq)
Steven Knight
2003-07-21
1
-28/+20
*
Tighten up the help text.
Steven Knight
2003-07-02
1
-13/+14
*
Fix -U, -D and -d with explicit targets that start with ../.
Steven Knight
2003-06-28
1
-28/+44
*
Change the double quotes around an up-to-date target to be like Make.
Steven Knight
2003-06-18
1
-1/+1
*
Raise an error if SConf needs to do something but -n or -q is specified. (Ch...
Steven Knight
2003-06-12
1
-0/+6
*
Don't update the .sconsign files when using -n. (Steve Leblanc)
Steven Knight
2003-05-31
1
-1/+2
*
Change the Building message to say Cleaning when the -c option is used.
Steven Knight
2003-05-19
1
-2/+6
*
Provide uniform access to (some) command-line options. (Anthony Roach)
Steven Knight
2003-04-30
1
-21/+60
*
Fix the Entering
Steven Knight
2003-04-23
1
-1/+1
*
Add warnings when we switch to BuildDir() targets when using -u or -U.
Steven Knight
2003-03-26
1
-0/+3
*
Fix -U when no Default() targets are specified.
Steven Knight
2003-03-23
1
-1/+4
[prev]
[next]