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
/
testing
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PY 3.8] test fixes for file closings, rawstrings
Mats Wichmann
2019-04-25
3
-36/+37
*
Merge branch 'master' into java-vers
William Deegan
2019-04-22
1
-3/+3
|
\
|
*
Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove...
William Deegan
2019-04-18
1
-3/+3
*
|
Fix problems with jdk detection
Mats Wichmann
2019-04-14
1
-9/+53
|
/
*
[PY 3.8] Fix more errors in #3331
Mats Wichmann
2019-03-30
1
-17/+17
*
[PY 3.8] fix some sider complaints in #3331
Mats Wichmann
2019-03-30
1
-1/+1
*
[WIP] [PY 3.8] fix more warnings
Mats Wichmann
2019-03-30
5
-58/+77
*
[PR #333] close files to avoid scons-time races
Mats Wichmann
2019-03-29
1
-7/+6
*
Release file updates for Release 3.0.5
3.0.5
William Deegan
2019-03-26
1
-1/+1
*
Merge branch 'master' into scons-time-fixes
William Deegan
2019-03-10
1
-1/+1
|
\
|
*
[skip ci] reset to develop mode
3.0.5a2
William Deegan
2019-03-05
1
-1/+1
*
|
scons-time needed to revert some changes
Mats Wichmann
2019-03-07
1
-4/+4
*
|
[PYPY] [PY 3.8] add context mgr use in scons-time
Mats Wichmann
2019-03-05
1
-13/+16
|
/
*
[WIP] for #3304: drop use of -tt if py3
Mats Wichmann
2019-03-01
3
-4/+14
*
Clean up some tests: use context managers
Mats Wichmann
2019-02-14
2
-7/+32
*
Fix is/is not syntax
Mats Wichmann
2019-02-11
1
-1/+1
*
Updated files per ReleaseConfig for 3.0.4 release
William Deegan
2019-01-20
1
-1/+1
*
added test for vs 14.1 and checking arm targets
Daniel
2019-01-12
1
-0/+108
*
reverted tests so they can use a default host == target platform for find msvc
Daniel Moody
2019-01-09
1
-1/+1
*
use the vcvars batch script to find installed vc's
Daniel
2019-01-09
1
-1/+1
*
updates from update-release-info for 3.0.3 release
William Deegan
2019-01-06
1
-1/+1
*
Updates for 3.0.2 release
William Deegan
2019-01-01
1
-1/+1
*
Allow TestCmd.diff() to accept lists as well as strings
William Deegan
2018-12-06
1
-1/+7
*
Merge pull request #3236 from ptomulik/whereis
William Deegan
2018-11-09
1
-17/+5
|
\
|
*
attempt fixing TestSCons.where_is() for win32
Paweł Tomulik
2018-11-06
1
-17/+5
*
|
For PR #3231, update some docstrings per review
Mats Wichmann
2018-11-05
2
-12/+28
*
|
Fix some problems found if no MS compiler at all
Mats Wichmann
2018-10-30
2
-2/+5
|
/
*
Additional fixes for SWIG tests
Mats Wichmann
2018-10-16
1
-7/+16
*
Merge remote-tracking branch 'upstream/master' into fix_java_tests_path_with_...
William Deegan
2018-10-15
2
-65/+96
|
\
|
*
remove editor junk
Paweł Tomulik
2018-10-10
1
-0/+0
|
*
fixed minor typos
Paweł Tomulik
2018-10-05
2
-5/+5
|
*
fixed some docs in TestCommon.py and refactored a little
Paweł Tomulik
2018-10-05
1
-59/+39
|
*
make the must[_not]_contain_...() functions compatible with str.find
Paweł Tomulik
2018-10-05
1
-9/+9
|
*
fixed bugs in must_[not_]_contain()
Paweł Tomulik
2018-10-05
1
-6/+5
|
*
add test cases to exhibit bugs in must_[not_]contain()
Paweł Tomulik
2018-10-05
1
-2/+54
*
|
Fixes for Java tests on win32
William Deegan
2018-10-02
2
-3/+8
*
|
Add test for 1.8. Modularize java tests and move files to a fixture. Change ...
William Deegan
2018-10-01
2
-3/+12
|
/
*
Update testing docs
Mats Wichmann
2018-09-08
1
-214/+310
*
add missed TestCmd.py changes
Mats Wichmann
2018-08-17
1
-10/+14
*
Move checking for python header to common location
Mats Wichmann
2018-08-15
1
-18/+37
*
Try a more scons-y file conversion for Py3 file reads
Mats Wichmann
2018-07-31
1
-8/+16
*
Testing: python 3 fix for must_contain
Mats Wichmann
2018-07-25
1
-0/+9
*
Fix py3 ResourceWarning in TestCmd
Mats Wichmann
2018-07-24
1
-2/+4
*
fix TestSCons.get_platform_python_info() to work on win32, had omitted some n...
William Deegan
2018-07-10
1
-4/+1
*
Fix for py2.7 + 3.5+
William Deegan
2018-07-08
1
-5/+8
*
stop using obsolete distutils.sysconfig to find python include, link paths,an...
William Deegan
2018-07-08
1
-2/+12
*
Change TestSCons's get_platform_python_info() to use the python which runtest...
William Deegan
2018-07-06
1
-1/+1
*
pr-3052: moved some 64 bit logic to TestCmd and used TestCmd system checks
Daniel Moody
2018-05-25
1
-1/+1
*
Add wildcards so we'll catch both 32 and 64 bit versions of java on windows.
William Deegan
2018-05-11
1
-2/+2
*
Add some reasonable default windows paths to find java.
William Deegan
2018-05-11
1
-11/+20
[next]