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
*
Merge pull request #4174 from jcbrill/jbrill-msvc-batchargs
William Deegan
2022-07-25
13
-177/+1174
|
\
|
*
minor formatting updates
William Deegan
2022-07-25
9
-32/+30
|
*
Merge branch 'master' into jbrill-msvc-batchargs
Joseph Brill
2022-07-18
5
-83/+45
|
|
\
|
*
|
Add special case for msvc 14.0 and store/uwp specified via script args and sd...
Joseph Brill
2022-07-18
4
-183/+141
|
*
|
Add msvc spectre libs test. Add library path checks to msvc sdk version and ...
Joseph Brill
2022-07-17
3
-6/+184
|
*
|
Rework special case for 9.0 VCForPython handling (vc dir and batchfile locati...
Joseph Brill
2022-07-14
1
-57/+0
|
*
|
Move individual tests file content into vcTests.py
Joseph Brill
2022-07-13
3
-269/+0
|
*
|
Update UtilTests with version components tests and remove separate msvc versi...
Joseph Brill
2022-07-13
1
-61/+0
|
*
|
Add additional tests. Remove trailing whitespace.
Joseph Brill
2022-07-11
3
-57/+1
|
*
|
Local flake8 recommendations.
Joseph Brill
2022-07-11
1
-1/+0
|
*
|
Fix msvc toolset versions test when not msvc version not installed.
Joseph Brill
2022-07-10
2
-4/+5
|
*
|
Modify msvc_query_version_toolset when version is None to use default version...
Joseph Brill
2022-07-10
6
-4/+201
|
*
|
Move toolset version regexes to utility module. Rename default version method.
Joseph Brill
2022-07-09
1
-2/+2
|
*
|
Fix sider issues.
Joseph Brill
2022-07-09
1
-2/+2
|
*
|
Rework version convenience functions. Add additional tests.
Joseph Brill
2022-07-09
8
-4/+301
|
*
|
Disable cache for MSVC/MSVC_USE_SCRIPT_ARGS test.
Joseph Brill
2022-07-08
1
-0/+3
|
*
|
Fix sider issues.
Joseph Brill
2022-07-08
1
-5/+5
|
*
|
Add MSVC_SDK_VERSION tests.
Joseph Brill
2022-07-08
3
-2/+240
|
*
|
Additional policy tests for coverage.
Joseph Brill
2022-07-08
2
-0/+25
|
*
|
Add utility function for msvc_version components. Add convenience function t...
Joseph Brill
2022-07-07
2
-23/+7
|
*
|
Minor update to msvc exceptions and rework new unit tests.
Joseph Brill
2022-07-07
3
-97/+148
|
*
|
Fix invalid msvc version test.
Joseph Brill
2022-07-07
1
-3/+2
|
*
|
Return empty list instead of None in msvc_toolset_versions. Expand msvc tools...
Joseph Brill
2022-07-07
1
-118/+180
|
*
|
Fix typo in comment and add msvc not found, msvc script error, and msvc tools...
Joseph Brill
2022-07-07
3
-0/+450
|
*
|
Rename msvc functions for consistency. Make additional msvc functions and ex...
Joseph Brill
2022-07-05
1
-1/+1
|
*
|
Merge branch 'master' into jbrill-msvc-batchargs
Joseph Brill
2022-06-26
12
-152/+313
|
|
\
\
|
*
|
|
Fix msvc notfound policy module path for test
Joseph Brill
2022-06-20
1
-1/+1
*
|
|
|
LEX_TABLE_FILE -> LEX_TABLES_FILE
William Deegan
2022-07-20
1
-1/+1
*
|
|
|
Move LEXHEADERFILE, LEXTABLEFILE, YACCHEADERFILE, YACCGRAPHFILE -> separated ...
William Deegan
2022-07-20
2
-4/+4
*
|
|
|
Add lex/yacc filegen consvars
Mats Wichmann
2022-07-19
4
-21/+102
*
|
|
|
Merge pull request #4183 from mwichmann/maint/lex_yacc
William Deegan
2022-07-19
22
-186/+460
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Sider fixes
Mats Wichmann
2022-06-30
2
-6/+3
|
*
|
|
Improvements to lex and yacc tools
Mats Wichmann
2022-06-30
22
-186/+463
|
|
|
/
|
|
/
|
*
|
|
Ajust test for 3.11+ enhanced error messages
Mats Wichmann
2022-07-13
1
-0/+1
*
|
|
[Test] drop old exception msgs
Mats Wichmann
2022-07-08
5
-83/+44
|
/
/
*
|
Merge pull request #4168 from dmoody256/lex_space_args
William Deegan
2022-06-25
5
-0/+58
|
\
\
|
*
\
Merge branch 'master' into lex_space_args
William Deegan
2022-06-16
3
-4/+131
|
|
\
\
|
|
|
/
|
*
|
Merge branch 'master' into lex_space_args
William Deegan
2022-06-14
6
-2/+223
|
|
\
\
|
*
|
|
Updated lex emitter to respect escaped spaces when climbing out of a the SCos...
Daniel Moody
2022-06-06
5
-0/+58
*
|
|
|
Fix PR review issues
Mats Wichmann
2022-06-16
1
-1/+1
*
|
|
|
Fortran vairants now include FORTRANCOMMONFLAGS
Mats Wichmann
2022-06-16
7
-152/+255
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #4178 from bdbaddog/trivial_fortran_cleanup
William Deegan
2022-06-15
1
-4/+2
|
\
\
\
|
*
|
|
trivial cleanups. Change internal flag in internal methods from 0/1 to True/F...
William Deegan
2022-06-15
1
-4/+2
|
|
|
/
|
|
/
|
*
|
|
added message to test failure, and removed unneeded import SCons in fixture s...
William Deegan
2022-06-15
2
-4/+3
*
|
|
update changes/release notes, and add mtime check to determinism test
Daniel Moody
2022-06-15
1
-0/+5
*
|
|
Merge branch 'master' into ninja_determinism
William Deegan
2022-06-14
6
-2/+223
|
\
\
\
|
|
/
/
|
*
|
Fix test
William Deegan
2022-06-14
1
-1/+2
|
*
|
Fixed some typos. Added skip_test() if psutil is not present for new test. Ad...
William Deegan
2022-06-14
1
-4/+8
|
*
|
Merge branch 'master' into ninja_exit_daemon
William Deegan
2022-06-14
5
-2/+139
|
|
\
\
|
|
*
\
Merge branch 'master' into ninja_command_line_args
William Deegan
2022-06-13
4
-1/+133
|
|
|
\
\
[next]