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
*
pr-3052: updated pkg-config test to work on windows
Daniel
2018-05-26
1
-10/+23
*
Merge remote-tracking branch 'bd/appveyor_issues' into pr-3052-fix-pkg-config...
Daniel
2018-05-26
17
-38/+108
|
\
|
*
pr-3052: updated the expected result to work for windows
Daniel Moody
2018-05-25
1
-1/+2
|
*
pr-3052: fixed some missing quotes for some tests that use the new default ja...
Daniel Moody
2018-05-25
3
-9/+9
|
*
remove mingw tool as it's breaking non win tests
William Deegan
2018-05-25
1
-1/+1
|
*
Handful of changes to get clang tests passing on windows. Use glob to find o...
William Deegan
2018-05-25
8
-18/+25
|
*
removed binary read and write so newlines are crossplatform and updated path ...
Daniel Moody
2018-05-25
1
-3/+3
|
*
updated yacc tool to add default paths, updated to test to use the tool speci...
Daniel Moody
2018-05-25
3
-8/+14
|
*
Fix clang and mingw tests
William Deegan
2018-05-25
1
-0/+2
|
*
Added missing pass_test() to Literal.py test
maiphi
2018-05-22
1
-0/+2
|
*
Added a test case for expansion of Literal objects in ${_concat()}
Philipp Maierhoefer
2018-05-21
1
-0/+52
*
|
pr-3052: updated pkg-config test to handle backslashes and spaces on windows
Daniel
2018-05-26
1
-3/+5
|
/
*
change test to skip initializing any tools in DefaulEnvironment. Should speed...
William Deegan
2018-05-11
1
-0/+10
*
move test files from QMTest to testing/framework. QMtest hasn't been used in ...
William Deegan
2018-04-30
3
-4/+4
*
Change bug references from tigris -> github
Mats Wichmann
2018-04-24
15
-19/+19
*
Fix wiki references to point to gihub wiki
Mats Wichmann
2018-04-23
8
-8/+8
*
Merge branch 'master' into msvcbatch_gh_issue_3106
William Deegan
2018-04-16
5
-0/+104
|
\
|
*
Added in support for Sconstruct.py
grbd
2018-04-15
1
-0/+9
|
*
Merge branch 'master' into master
Richard W
2018-04-14
4
-0/+77
|
|
\
|
|
*
Fix for issue 3013 (and duplicate 3018). From bitbucket PR: https://bitbucket...
William Deegan
2018-04-11
4
-0/+77
|
*
|
Added sconstruct.py lowercase
grbd
2018-04-02
1
-0/+9
|
*
|
Added test for the use of SConstruct.py
grbd
2018-04-01
1
-0/+9
|
|
/
*
|
Fix test so use os.sep instead of hardcoded backslash for MSVC_BATCH=true /Fo...
William Deegan
2018-03-24
1
-5/+6
*
|
fix #3106 MSVC handling MSVC_BATCH with targetdir which requires escaping.
William Deegan
2018-03-24
6
-3/+48
|
/
*
Merge pull request #3098 from dmoody256/JavaSconsFiles
William Deegan
2018-02-14
1
-3/+4
|
\
|
*
fix for issue 3042, Jar method was not respecting variant dirs when using os....
Daniel Moody
2018-02-11
1
-3/+4
*
|
Replace all instances of `int main()` with `int main(void)`
Jonathon Reinhart
2018-02-11
29
-35/+35
|
/
*
Merge pull request #3045 from gabrielrussell/master
William Deegan
2018-01-30
1
-0/+80
|
\
|
*
test for mtime update
Gabriel Russell
2018-01-30
1
-0/+15
|
*
test for readonly cache
Gabriel Russell
2018-01-11
1
-0/+65
*
|
Remove SCons.Options code which has long been deprecated and already removed ...
William Deegan
2018-01-30
9
-1511/+0
*
|
Merge pull request #3048 from dmoody256/CoverageImprovements
William Deegan
2018-01-17
2
-1/+11
|
\
\
|
*
|
moved coverage check for tests to common location.
Daniel Moody
2018-01-17
2
-2/+2
|
*
|
forget to add import os for checking the environment for coverage
Daniel Moody
2017-12-30
1
-1/+1
|
*
|
several tests will not work with coverage, so set them to skip
Daniel Moody
2017-12-30
2
-0/+10
|
|
/
*
|
Fix problem with Install and multiple dirs outside src tree.
Gary Oberbrunner
2018-01-05
4
-0/+49
|
/
*
updated jar to handle directories better, JarClassFile build doesnt return an...
Daniel Moody
2017-12-03
1
-1/+141
*
updated jar.py to handle nodes and varanit dirs better, added test for nodes ...
Daniel Moody
2017-12-03
1
-5/+9
*
updated Jar builder to flatten source list, and added test for embedded sources
Daniel Moody
2017-11-19
1
-0/+87
*
Added Jar test to check if multiple targets can be passed.
Daniel Moody
2017-11-14
1
-8/+29
*
updated the JAR test to test that the java source files were actually compile...
Daniel Moody
2017-10-26
2
-5/+21
*
Merge pull request #9 from ztessler/repeattarget
William Deegan
2017-10-22
4
-0/+130
|
\
|
*
Two new tests to verify warnings when targets are repeated with same actions,...
Zachary Tessler
2017-10-12
2
-0/+123
|
*
Fix incorrect warning of different environments for a target when repeating i...
Zachary Tessler
2017-10-06
2
-0/+7
*
|
Merge branch 'master' of https://github.com/dmoody256/scons into dmoody256-ma...
William Deegan
2017-10-12
1
-0/+62
|
\
\
|
*
|
added test to JAR to also check the case that java source files are passed di...
Daniel Moody
2017-10-10
1
-0/+62
|
|
/
*
|
Fix tests where the GenerateHelpText() sort function was never correct and fi...
William Deegan
2017-10-12
2
-4/+4
|
/
*
fix tests
William Deegan
2017-09-26
1
-1/+1
*
Fix tests which break when using print() and no from __future__ import print_...
William Deegan
2017-09-25
17
-86/+81
*
Support python 2 print statements in SConscripts
Thomas Berg
2017-09-25
1
-0/+56
[next]