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
*
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
*
Fix use of VariantDir when the -n option is used and doesn't,
Steven Knight
2008-10-15
1
-0/+67
*
Support the -f option allowing specification of a different top-level
Steven Knight
2008-10-15
3
-0/+215
*
Collect the scripts for the three "climb up" options (-D, -U and -u)
Steven Knight
2008-10-15
9
-142/+345
*
Test and document the ability to specify multiple -f files.
Steven Knight
2008-10-14
1
-0/+9
*
Don't use "as" as a variable name--reserved in Python 2.6.
Steven Knight
2008-10-12
1
-3/+1
*
Fix intended tuple syntax (for Python 2.2 and before).
Steven Knight
2008-10-12
1
-1/+1
*
Python 2.6 made "as" a keyword, so test the importability of the
Steven Knight
2008-10-11
1
-1/+1
*
Testing on a Mac turned up a problem that did not show up on linux.
Robert Managan
2008-10-08
8
-16/+42
*
Update test scripts with more information must_*() methods.
Steven Knight
2008-10-08
4
-44/+40
*
test/TEX/PDF_single_source.py
Robert Managan
2008-10-07
3
-3/+268
*
Fix label placement in gnuplot graphs by the "scons-time.py func"
Steven Knight
2008-10-07
1
-2/+2
*
Remove left-over debug print.
Steven Knight
2008-10-07
1
-2/+0
*
Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219.
Gary Oberbrunner
2008-10-01
1
-0/+46
*
Fix test to work with all versions of Python
Greg Noel
2008-09-29
1
-20/+21
*
Issue 1646: Block-wise signature computation for large files
Ludwig Hähne
2008-09-28
1
-0/+121
*
Fix __COPYRIGHT__ and __revision__ lines.
Steven Knight
2008-09-25
1
-2/+2
*
Python 1.5 portability in test/Execute.py.
Steven Knight
2008-09-24
1
-1/+11
*
Split the MSVS variant_dir sub-tests into separate test scripts.
Steven Knight
2008-09-24
8
-264/+418
*
Split the sub-tests for cleaning MSVS project and solution files
Steven Knight
2008-09-24
8
-250/+423
*
Move the MSVS 6.0 test data into QMTest/TestSConsMSVS.py, too.
Steven Knight
2008-09-24
1
-158/+3
*
Move Visal Studio test data into QMTest/TestSConsMSVS.py.
Steven Knight
2008-09-24
3
-371/+9
*
Refactor Visual Studio testing logic into a separate TestSConsMSVS
Steven Knight
2008-09-23
10
-23/+23
*
Fix for Windows that doesn't break other systems: delete the
Steven Knight
2008-09-22
3
-3/+3
*
Windows portability (path names in expected output).
Steven Knight
2008-09-22
1
-2/+7
[next]