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 test for TEMPFILESUFFIX
Mats Wichmann
2019-01-16
2
-3/+130
*
merged master
Daniel
2019-01-14
1
-0/+49
|
\
|
*
accidently reset changes, so recommiting
Daniel
2019-01-13
1
-0/+49
*
|
removed unused imports and other sider changes
Daniel
2019-01-12
4
-7/+1
*
|
added test for vs 14.1 and checking arm targets
Daniel
2019-01-12
5
-0/+456
*
|
added name for cl.exe and have older versions walk for cl.exe
Daniel
2019-01-10
1
-4/+3
*
|
added support for checking for arm target support, and UWP apps for 2017
Daniel
2019-01-10
1
-49/+92
*
|
reverted tests so they can use a default host == target platform for find msvc
Daniel Moody
2019-01-09
11
-18/+16
*
|
added ability to get vc dir without env (assume host == target) and fixed test
Daniel Moody
2019-01-09
1
-2/+2
*
|
use the vcvars batch script to find installed vc's
Daniel
2019-01-09
11
-14/+16
|
/
*
Update EnsureSConsVersion test expected fail version check from version 3 to ...
William Deegan
2019-01-07
1
-1/+1
*
fix missing code contents that should be included in signature of a function ...
Zachary Tessler
2018-12-22
1
-33/+41
*
Add APPLELINK_NO_CURRENT_VERSION and APPLELINK_NO_COMPATIBILITY_VERSION to al...
William Deegan
2018-12-10
2
-3/+72
*
flake8 fixes
William Deegan
2018-12-09
1
-5/+7
*
Allow test to function minus otool verification on non mac platforms
William Deegan
2018-12-07
1
-37/+41
*
Skip APPLELINK* testing if not on mac
William Deegan
2018-12-07
1
-39/+39
*
Fix GH issue #3241 - Support -compatability_version and -current_version flag...
William Deegan
2018-12-06
2
-2/+69
*
Merge remote-tracking branch 'upstream/master' into fix_mac_shlibversion_gh_i...
William Deegan
2018-12-05
2
-6/+30
|
\
|
*
Fix reference to TestCmd's IS_WINDOWS in clang tests
William Deegan
2018-11-28
2
-2/+4
|
*
PR #3244: changes per review for clang StaticLib tests
Mats Wichmann
2018-11-28
2
-14/+8
|
*
Add correct archiver tool for clang on win32
Mats Wichmann
2018-11-26
2
-6/+34
*
|
move applelink test to use directory fixture
William Deegan
2018-12-05
4
-24/+19
*
|
Fix flag usage for APPLELINK_CURRENT_VERSION and APPLELINK_COMPATIBILITY_VERS...
William Deegan
2018-12-05
1
-1/+0
*
|
Initial checkin of functional versioned shared libraries for applelink. Not l...
William Deegan
2018-12-04
6
-22/+3
|
/
*
Merge pull request #3216 from ptomulik/virtualenv
William Deegan
2018-11-13
7
-0/+555
|
\
|
*
corrections after bdbaddog's code review
Paweł Tomulik
2018-11-10
7
-35/+35
|
*
initial support for virtualenv
Paweł Tomulik
2018-11-10
7
-0/+555
*
|
Add test with MD5-timestamp decider and Repository usage
William Deegan
2018-11-12
1
-0/+91
|
/
*
get rid of code copying PATH from os.environ
William Deegan
2018-11-06
1
-1/+3
*
Fix Java/multi-step.py to avoid picking up cygwin or mingw's link.exe which t...
William Deegan
2018-11-05
1
-1/+8
*
Fix broken docbook tests which weren't using the xsltproc found by test frame...
William Deegan
2018-11-02
10
-11/+30
*
fix a couple tests broken by binary write in wrapper.py. previously compared ...
William Deegan
2018-11-02
2
-2/+2
*
Merge remote-tracking branch 'upstream/master' into fix_win_m4
William Deegan
2018-11-02
23
-93/+107
|
\
|
*
attempt fixing tests failing due to binary mode
Paweł Tomulik
2018-10-25
4
-21/+21
|
*
use absolute python path in sheabangs
Paweł Tomulik
2018-10-22
11
-32/+38
|
*
remove unnecessary sheabangs from scripts generated by end-to-end tests
Paweł Tomulik
2018-10-22
12
-60/+41
|
*
Correct sheabangs in code snippets under test/
Paweł Tomulik
2018-10-22
19
-67/+79
|
*
Merge branch 'master' into fix_no_javac_failures
William Deegan
2018-10-18
2
-2/+2
|
|
\
|
*
|
Fix logic which populates JAVAINCLUDES when javac is not found. Restore check...
William Deegan
2018-10-16
4
-0/+15
*
|
|
Fix to write string as bytes
William Deegan
2018-11-02
1
-1/+1
*
|
|
Fix m4.py test on windows
William Deegan
2018-11-01
1
-1/+1
|
|
/
|
/
|
*
|
Additional fixes for SWIG tests
Mats Wichmann
2018-10-16
2
-2/+2
|
/
*
Merge remote-tracking branch 'upstream/master' into fix_java_tests_path_with_...
William Deegan
2018-10-15
85
-67/+228
|
\
|
*
Add test to verify Configure's TryCompile works with Cachedir
William Deegan
2018-10-10
1
-0/+71
|
*
Merge pull request #3201 from bdbaddog/speedup_win_tests_pt1
William Deegan
2018-10-01
84
-67/+157
|
|
\
|
|
*
Speed up option tests for windows
William Deegan
2018-09-26
31
-24/+54
|
|
*
Speed up M4 tests for windows
William Deegan
2018-09-26
3
-5/+9
|
|
*
Speed up long-lines tests for windows
William Deegan
2018-09-26
1
-1/+3
|
|
*
Speed up import.py by excluding default tool installs when not needed for win...
William Deegan
2018-09-26
1
-2/+5
|
|
*
Speed up Install tests for windows
William Deegan
2018-09-26
13
-9/+23
[next]