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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle moved SCons source tree. (Kevin Quick)
Steven Knight
2004-11-11
3
-31/+35
*
Fix hard-coding of Java paths in tests. (Kevin Quick)
Steven Knight
2004-11-11
5
-58/+138
*
Fix the use of reflective paths underneath build directories, when the path u...
Steven Knight
2004-11-11
1
-0/+122
*
Use a Node's environment in preference to the builder's environment.
Steven Knight
2004-11-10
1
-20/+65
*
Add explicit support for Builder wrapper functions (pseudo-Builders) in the B...
Steven Knight
2004-11-09
1
-0/+68
*
Restore tests to current status after "updating" to old change.
Steven Knight
2004-10-27
3
-29/+61
*
Better test handling of File lines in stack traces. (Chad Austin)
Steven Knight
2004-10-27
8
-70/+39
*
Add tests for SHELL, SPAWN and ESCAPE.
Steven Knight
2004-10-24
3
-0/+208
*
Refactor Action/Executor interaction. (Kevin Quick)
Steven Knight
2004-10-24
7
-90/+132
*
Allow substitution of (Levi Stephen) and other construction variables used b...
Steven Knight
2004-10-23
1
-1/+2
*
Support .lex and .yacc file suffixes. (Matthew Doar)
Steven Knight
2004-10-22
2
-2/+28
*
Fix the execute-Mkdir-once patch so that it doesn't treat the directory as up...
Steven Knight
2004-10-22
1
-33/+67
*
Win32 portability fixes for tests.
Steven Knight
2004-10-21
3
-90/+121
*
Handle use of Mkdir() when the file exists.
Steven Knight
2004-10-21
1
-1/+11
*
Allow explicit target_factory=Dir with Builders that make a directory to over...
Steven Knight
2004-10-20
1
-0/+16
*
Performance optimization: use re.sub() for variable expansion. (Han-Wen Nie...
Steven Knight
2004-10-09
1
-2/+2
*
Win32 portability fixes for tests.
Steven Knight
2004-10-09
5
-29/+25
*
Have the Qt Builder make uic-built files dependent on the .ui.h file, if it e...
Steven Knight
2004-10-08
1
-35/+63
*
Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig...
Steven Knight
2004-10-07
1
-6/+6
*
Better Command() test coverage. (Kevin Quick)
Steven Knight
2004-10-07
1
-8/+13
*
Allow importing local files from Tools found on a toolpath. (Chad Austin)
Steven Knight
2004-10-07
1
-2/+7
*
Allow passing a dictionary of keyword arguments to Tool specifications. (Gar...
Steven Knight
2004-10-07
1
-0/+73
*
Clear out dependent-child caches when a node is rebuilt. (Kevin Quick)
Steven Knight
2004-10-07
1
-0/+110
*
Better --debug=explain info when build actions change. (Kevin Quick)
Steven Knight
2004-10-06
1
-1/+6
*
Test improvement. (Kevin Quick)
Steven Knight
2004-10-06
1
-52/+52
*
Fix use of a list of SConscript files when calling env.SConscript().
Steven Knight
2004-09-29
1
-0/+7
*
Fix env.subst() stack trace on var containing ListAction.
Steven Knight
2004-09-27
1
-0/+20
*
Add support for changing directory when executing Actions (the to the target ...
Steven Knight
2004-09-27
3
-3/+361
*
Add a --debug=findlibs option. (Gary Oberbrunner)
Steven Knight
2004-09-25
1
-0/+205
*
Add a ParseDepends() function to read up mkdep-style files.
Steven Knight
2004-09-25
1
-0/+157
*
Get the source_scanner from the target node, not the source node. (Kevin Quick)
Steven Knight
2004-09-24
1
-9/+87
*
Add validator functions for PathOption. (Steve Christensen)
Steven Knight
2004-09-24
7
-420/+774
*
Fix --no-exec handling of cache. (Kevin Quick)
Steven Knight
2004-09-24
1
-0/+17
*
Better failure detection in test/BuildDir.py. (Kevin Quick)
Steven Knight
2004-09-24
1
-14/+14
*
Better test infrastructure for cleaning (-c) messages. (Kevin Quick)
Steven Knight
2004-09-21
2
-29/+19
*
Better error messages for bad builder creation. (Kevin Quick)
Steven Knight
2004-09-21
1
-0/+99
*
Fix handling when BuildDir exists but is unwriteable. Add Stop. to messages ...
Steven Knight
2004-09-20
1
-4/+10
*
Allow ListOption to take a Python list of values asa default, not just a comm...
Steven Knight
2004-09-20
1
-0/+21
*
Win32 portability fixes for tests.
Steven Knight
2004-09-19
2
-10/+19
*
Fix --debug=explain when the action is a Python function.
Steven Knight
2004-09-18
2
-2/+58
*
Build targets in an associated BuildDir even if there are local targets in th...
Steven Knight
2004-09-18
3
-50/+140
*
Allow LIBS to contain lists of lists.
Steven Knight
2004-09-18
1
-0/+22
*
Print tracebacks for errors other than UserError and StopError. (Gary Oberbr...
Steven Knight
2004-09-18
1
-0/+45
*
Fix problems with Parallel Tasks and Exception handling. (Kevin Quick)
Steven Knight
2004-09-17
1
-2/+73
*
Fix -k sometimes trying to link executables even when library builds fail.
Steven Knight
2004-09-17
1
-19/+61
*
Guarantee ListOption persistence. (Elliot Murphy)
Steven Knight
2004-09-16
1
-2/+8
*
Better -n test: make sure the directory is clean first. (Kevin Quick)
Steven Knight
2004-09-15
1
-1/+15
*
Fix SourceCode test ordering. (Kevin Quick)
Steven Knight
2004-09-15
1
-2/+4
*
Fix is_pseudo_derived_builder(). (Kevin Quick)
Steven Knight
2004-09-15
1
-0/+279
*
Handle exceptions in FunctionActions. (Steve Christensen)
Steven Knight
2004-09-15
1
-0/+33
[next]