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
*
Add .sx assembly files to preprocessed-assembly source scanner list. Closes i...
Gary Oberbrunner
2010-07-04
1
-1/+14
*
Set module metadata for site_scons/site_init.py files. From Arve Knudsen; cl...
Gary Oberbrunner
2010-07-04
1
-4/+50
*
Add all the per-system and per-user site_scons dirs, per discussion in SEP 002.
Gary Oberbrunner
2010-07-04
1
-0/+71
*
Fix #2574: case sensitivity issue with Fortran module scanner.
Gary Oberbrunner
2010-06-17
1
-0/+66
*
Solaris portability fix to avoid substitutions during Tool module intialization.
Steven Knight
2010-06-16
1
-1/+5
*
Remove unnecessary left-over "import sys" statements.
Steven Knight
2010-06-15
13
-26/+0
*
Issue 2647: In Executor.Null.get_all_children(), really return all of
Steven Knight
2010-06-15
3
-18/+84
*
Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge from
Steven Knight
2010-06-15
4
-8/+99
*
Move update-release-info.py from src/ to tests/update_release-info/
Greg Noel
2010-06-11
1
-0/+256
*
Windows portability.
Steven Knight
2010-06-10
1
-1/+5
*
More Solaris test fixes.
Steven Knight
2010-06-10
2
-4/+2
*
Increase the default timeout of TestSCons.wait_for() to 20.0 seconds.
Steven Knight
2010-06-10
5
-9/+9
*
Move test/update-release-info.py to src/test_update-release-info.py.
Steven Knight
2010-06-10
1
-244/+0
*
More Solaris test fixes:
Steven Knight
2010-06-08
7
-34/+64
*
Remove the rest of the logic for the noqmtest keyword
Greg Noel
2010-06-08
2
-2/+2
*
Test fixes for Solaris, notably making test/Actions/function.py print
Steven Knight
2010-06-08
5
-29/+44
*
Fixed a bug in the regression test to use the right filenames for each
Greg Noel
2010-06-07
1
-10/+9
*
Windows portability: \ separators in the expected output.
Steven Knight
2010-06-07
1
-6/+6
*
Don't skip runtest.py tests on systems that don't have QMTest installed.
Steven Knight
2010-06-07
1
-4/+5
*
Initial drop of bin/update-release-info.py.
Greg Noel
2010-06-07
1
-0/+245
*
Explicitly initialize the construction environment with tools = ['mssdk',
Steven Knight
2010-06-06
1
-1/+2
*
Windows portability fixes in various tests. Fix runtest.py detection
Steven Knight
2010-06-06
5
-19/+31
*
Fix a ripple effect from the change to TestSCons.re_escape().
Steven Knight
2010-06-05
1
-5/+2
*
Re-enable tests on non win32 platforms.
William Deegan
2010-06-05
13
-62/+38
*
Fix failing tests on macosx
William Deegan
2010-06-04
13
-0/+78
*
Prepare for checkpoint release. Everything should be set up and ready
Greg Noel
2010-05-30
3
-3/+3
*
http://scons.tigris.org/issues/show_bug.cgi?id=2365
Greg Noel
2010-05-28
2
-5/+4
*
http://scons.tigris.org/issues/show_bug.cgi?id=2365
Greg Noel
2010-05-28
29
-257/+557
*
Update QMTEst/Test{Cmd,Common}.py to version 1.1 from upstream:
Steven Knight
2010-05-27
1
-2/+2
*
Move tests for SourceCode() into test/Deprecated as a preliminary to beginning
Greg Noel
2010-05-26
24
-0/+0
*
Start the deprecation cycle for the BuildDir() method and the build_dir
Greg Noel
2010-05-26
21
-79/+95
*
Update deprecated features to the next life-cycle stage
Greg Noel
2010-05-21
11
-84/+82
*
Convert old-style classes in test scripts to new-style classes.
Steven Knight
2010-05-20
6
-9/+10
*
Convert old-style classes in Scanner/*.py modules to new-style classes.
Steven Knight
2010-05-16
1
-16/+31
*
Merged revisions 4832,4834-4836 via svnmerge from
William Deegan
2010-05-09
1
-1/+1
*
Add test routine to exactly match a set of lines no matter the order
Greg Noel
2010-05-01
1
-6/+4
*
Fix test/option/profile.py to hide old-style import from fixers.
Greg Noel
2010-04-27
1
-22/+6
*
Python 2.6 forward compatibility with 3.x: use a subclass of io.StringIO
Steven Knight
2010-04-27
1
-2/+15
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-26
1
-3/+16
*
Fix regression tests (imports not happening as expected)
Greg Noel
2010-04-25
2
-4/+4
*
Convert to Python 3.x division rules.
Greg Noel
2010-04-24
1
-1/+1
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
29
-167/+15
*
http://scons.tigris.org/issues/show_bug.cgi?id=2317
Greg Noel
2010-04-23
4
-5/+5
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-21
3
-7/+8
*
Rewrite uses of reduce(), which is being deprecated for Python 3.x.
Steven Knight
2010-04-20
1
-1/+3
*
Remove use of the "new" module from --debug=memoizer support.
Steven Knight
2010-04-19
1
-44/+6
*
Index: test/Variables/help.py
Greg Noel
2010-04-19
6
-47/+7
*
Replace remaining os.path.walk() calls with os.walk().
Steven Knight
2010-04-18
4
-41/+15
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-17
7
-19/+12
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-16
2
-3/+2
[next]