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
...
*
|
address a number of ResourceWarning: unclosed file <_io.TextIOWrapper name='p...
William Deegan
2022-01-23
2
-6/+15
|
/
*
Followon test fix for PR #4067
Mats Wichmann
2021-11-26
2
-8/+6
*
Merge pull request #4067 from mwichmann/wintweaks
William Deegan
2021-11-26
5
-88/+140
|
\
|
*
Fix test syntax error, update CHANGES/RELEASE
Mats Wichmann
2021-11-26
1
-2/+2
|
*
Fix one new sider problem and a syntax error
Mats Wichmann
2021-11-26
2
-2/+2
|
*
Fix sider complaints and add missed CHANGES.txt update
Mats Wichmann
2021-11-26
5
-27/+53
|
*
Fix tests to not hang on Windows with bad .py assoc
Mats Wichmann
2021-11-26
5
-77/+103
*
|
update copyright blurb to current version
William Deegan
2021-11-26
1
-5/+2
*
|
Add test to verify script not found exception for msvc script specified via M...
Joseph Brill
2021-11-26
1
-0/+53
|
/
*
Merge pull request #4047 from jcassagnol-public/compile-with-fips-enabled
William Deegan
2021-11-16
25
-153/+272
|
\
|
*
Two more f-strings got away.
Jacob Cassagnol
2021-11-10
1
-2/+2
|
*
Normalized all sconsfiles and sub-sconsfiles to use algorithm if not defaulte...
Jacob Cassagnol
2021-11-10
15
-95/+122
|
*
One f-string got away!
Jacob Cassagnol
2021-11-09
1
-1/+1
|
*
Fixing slider issues identified:
Jacob Cassagnol
2021-11-09
2
-2/+1
|
*
Tests pass in python 3.6 and 3.9 in Linux
Jacob Cassagnol
2021-11-09
10
-55/+148
|
*
Half the failing testcases fixed.
Jacob Cassagnol
2021-11-01
5
-5/+5
*
|
Deprecate the qt tool.
Mats Wichmann
2021-11-11
15
-169/+197
*
|
Merge branch 'master' into regenerate-build.ninja
William Deegan
2021-11-11
4
-10/+15
|
\
\
|
*
|
Skip two scons-time tests on Windows
Mats Wichmann
2021-11-10
2
-7/+14
|
*
|
Fix gcc-version test for Windows
Mats Wichmann
2021-11-09
2
-3/+1
*
|
|
run black on new test file to quiet sider complaints
William Deegan
2021-11-05
1
-21/+21
*
|
|
allow exit status of 1 or 2 on windows when running ninja
William Deegan
2021-11-05
1
-1/+6
*
|
|
Fix ninja_handle_control_c_rebuild for windows. The stderr on windows doesn't...
William Deegan
2021-11-04
1
-2/+5
*
|
|
Fix incorrect call to must_exist. There's no message argument if it fails
William Deegan
2021-11-04
1
-3/+2
*
|
|
Merge branch 'master' into regenerate-build.ninja
William Deegan
2021-11-04
48
-358/+635
|
\
\
\
|
|
/
/
|
*
|
Merge pull request #4046 from mwichmann/java-tests
William Deegan
2021-11-01
34
-329/+412
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
fixed tests to test --no-ignore-skips, and updated their copyright text
William Deegan
2021-11-01
2
-6/+17
|
|
*
Also make Repository/JavaH test skip if mismatched javah
Mats Wichmann
2021-11-01
1
-1/+9
|
|
*
Add an extra check for javah
Mats Wichmann
2021-11-01
3
-31/+65
|
|
*
Skip unusable javah tests
Mats Wichmann
2021-10-31
5
-145/+212
|
|
*
Java tests: minor cleanups
Mats Wichmann
2021-10-31
30
-156/+119
|
*
|
Merge pull request #4044 from omar-polo/fix-shared-library-test-openbsd
William Deegan
2021-10-29
1
-13/+0
|
|
\
\
|
|
*
|
drop unnecessary soname check on OpenBSD
Omar Polo
2021-10-29
1
-13/+0
|
|
|
/
|
*
|
Merge pull request #4045 from omar-polo/fix-execute-a-directory-test
William Deegan
2021-10-29
2
-2/+2
|
|
\
\
|
|
*
|
fix test regexp
Omar Polo
2021-10-29
1
-1/+1
|
|
*
|
fix test regexp
Omar Polo
2021-10-29
1
-1/+1
|
|
|
/
|
*
|
skip test on non-linux platforms
Omar Polo
2021-10-29
1
-3/+2
|
|
/
|
*
Make subst call a callable with sig set properly
Mats Wichmann
2021-10-23
5
-8/+80
|
*
Merge branch 'master' into jbrill-msvs-2022
William Deegan
2021-10-16
5
-0/+313
|
|
\
|
*
|
Fix variable name (msvs_143 to msvc_143) and minor updates based on slider ou...
Joseph Brill
2021-10-05
2
-3/+3
|
*
|
Merge branch 'master' into jbrill-msvs-2022
Joseph Brill
2021-10-05
25
-85/+267
|
|
\
\
|
*
|
|
Add support for Visual Studio 2022
Joseph Brill
2021-09-23
2
-3/+136
|
*
|
|
import os module due to NameError exception due to 'os' is not defined.
Joseph Brill
2021-09-23
3
-0/+3
*
|
|
|
add test to verify that control-c'ing ninja while it's calling SCons to rebui...
William Deegan
2021-11-04
2
-0/+94
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #3994 from dmoody256/ninja_fix_escaping
William Deegan
2021-10-10
2
-0/+94
|
\
\
\
|
*
|
|
update ninja tool to support $ in scons command line args
Daniel Moody
2021-09-26
2
-0/+94
*
|
|
|
Merge branch 'master' into ninja_fix_mkdir
William Deegan
2021-10-06
8
-8/+185
|
\
\
\
\
|
*
|
|
|
[ci skip] Fix sider complain
William Deegan
2021-10-06
1
-1/+0
|
*
|
|
|
Updated ninja tool to allow for NINJA_FORCE_SCONS_BUILD to be used
Daniel Moody
2021-10-05
2
-0/+97
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Change SCons.Scanner.Base to ScannerBase
Mats Wichmann
2021-10-04
2
-8/+4
[prev]
[next]