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
*
Commonize new string-search-in-output methods:
Steven Knight
2009-02-06
54
-405/+182
*
Update the runtest.py test for the error message change.
Steven Knight
2009-01-31
1
-1/+2
*
Change explicit uses of test.no_result() to test.skip_test(),
Steven Knight
2009-01-29
5
-9/+7
*
Fix use of $CHANGED_SOURCES with the --config=force option so that
Steven Knight
2009-01-29
2
-18/+18
*
Relax the precompiled header performance criterion to a 15% improvement,
Steven Knight
2009-01-28
1
-2/+7
*
Handle executing tests in a directory whose path contains spaces,
Steven Knight
2009-01-27
4
-106/+113
*
Fix tests that use the Python interpreter to execute internal scripts
Steven Knight
2009-01-26
4
-53/+91
*
Remove leftover "shell pwd" debug statement.
Steven Knight
2009-01-21
2
-6/+4
*
Fix the --implicit-deps-unchanged test so it works correctly regardless
Steven Knight
2009-01-21
1
-1/+11
*
Update the GUID of the generated project file.
Steven Knight
2009-01-21
1
-1/+1
*
Add /nologo to the PCH compilation to suppress Microsoft garp on stderr.
Steven Knight
2009-01-21
1
-3/+2
*
Update tests for now discovering dependencies on quoted commands
Steven Knight
2009-01-20
4
-11/+103
*
Escape path names to fix regular expression matches on Windows
Steven Knight
2009-01-20
1
-2/+3
*
Detect implicit command dependencies even when the command is quoted.
Steven Knight
2009-01-20
2
-1/+5
*
Move test/option-h.py to test/option/h.py and clean up an unnecessary import.
Steven Knight
2009-01-19
1
-2/+2
*
Remove a left-over commented-out debug test.run() call.
Steven Knight
2009-01-19
1
-1/+0
*
Fix calculation of $UNCHANGED_SOURCES to include correctly sources
Steven Knight
2009-01-19
1
-0/+105
*
Various Windows fixes:
Steven Knight
2009-01-18
3
-15/+21
*
Issue 2278: Emit header name when using SWIG directors (Ben Webb)
Greg Noel
2009-01-17
1
-9/+5
*
Fix ability to Install() the same file multiple times.
Steven Knight
2009-01-13
1
-0/+48
*
Move test/bad-drive.py into the test/Win32 subdirectory.
Steven Knight
2009-01-10
1
-0/+0
*
Python 1.5 fix.
Steven Knight
2009-01-10
1
-1/+3
*
Issue 1086: add support for generic batch build actions, and
Steven Knight
2009-01-09
9
-5/+824
*
Remove the feature that would build .pdf graphics files
Robert Managan
2009-01-09
2
-0/+2
*
Issue 2279: Support $SWIGOUTDIR values with spaces in the
Steven Knight
2009-01-08
1
-6/+11
*
First part of issue 2278: handle quoted module names in SWIG source
Greg Noel
2009-01-04
1
-0/+92
*
Issue 1417: Fix use of attributes (${SOURCES.windows}, e.g.) with null
Steven Knight
2008-12-30
1
-0/+63
*
Fix use of path names in regular expression matches by running them
Steven Knight
2008-12-29
2
-13/+27
*
Fix test to work on OS X; cleanup and simplification
Greg Noel
2008-12-27
1
-33/+14
*
Add warnings for use of the (already) deprecated Options object
Steven Knight
2008-12-20
9
-152/+204
*
Fix left-over deprecated use of the Options object.
Steven Knight
2008-12-20
1
-4/+4
*
Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)
Steven Knight
2008-12-12
9
-17/+17
*
Issue 2231: Add a --warn=future-deprecated option, along with
Steven Knight
2008-12-11
1
-0/+58
*
Fix test breakage from the change to "scons: Build interrupted".
Steven Knight
2008-12-11
1
-1/+2
*
Added regression test for issue #1249
Gary Oberbrunner
2008-12-11
1
-1/+37
*
Print "scons: Build interrupted." on stderr, not stdout.
Steven Knight
2008-12-10
1
-3/+3
*
Issue 1287: copy File attributes from the local Node to a Repository
Steven Knight
2008-12-10
1
-0/+144
*
Issue 2265: Suppress messages about spurious dependency cycles.
Steven Knight
2008-12-07
2
-18/+18
*
Issue 2265: Add additional --taskmastertrace= messages in the Task class.
Steven Knight
2008-12-05
2
-9/+94
*
Fix a Glob() exception (with stack trace) when an explicit Node
Steven Knight
2008-12-02
1
-0/+6
*
Add a test for the case of a .DVI build using a .eps graphics.
Robert Managan
2008-11-25
1
-0/+187
*
I found that my coding for automatically building .pdf files from .eps files
Robert Managan
2008-11-12
1
-0/+231
*
Merged revisions 3225-3226 via svnmerge from
Steven Knight
2008-11-12
2
-2/+6
*
Windows portability: Avoid duplicate foo.lib targets by telling
Steven Knight
2008-11-10
1
-1/+1
*
Issue 2087: Handle Java classes declared in methods
Ludwig Hähne
2008-10-31
1
-0/+103
*
Fix a nested scope issue for older Python versions.
Steven Knight
2008-10-31
1
-2/+2
*
This new test and emitter update recursively checks the whole source of the
Robert Managan
2008-10-30
1
-0/+231
*
Update test/SCCS/diskcheck.py for recent GetBuildFailures()
Steven Knight
2008-10-30
1
-1/+1
*
Applied Benoit Belley's patch in ticket 1957 improve the robustness of
Gary Oberbrunner
2008-10-29
14
-40/+193
*
Issue 1568: fix a stack trace when --debug=include tries to handle
Steven Knight
2008-10-17
1
-4/+20
[next]