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
/
MSVC
Commit message (
Expand
)
Author
Age
Files
Lines
*
minor formatting updates
William Deegan
2022-07-25
6
-30/+25
*
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
5
-4/+186
*
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
6
-4/+271
*
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
*
Added test for invalid env['MSVC_NOTFOUND_POLICY'] value
William Deegan
2022-06-06
1
-0/+10
*
Merge branch 'master' into jbrill-msvc-warnfix
Joseph Brill
2022-05-15
1
-0/+76
|
\
|
*
Test MSVCUseSettingsError exception raised for type error
Joseph Brill
2022-05-05
1
-0/+8
|
*
Test that MSVC_USE_SETTINGS empty dictionary produces msvc compiler not found...
Joseph Brill
2022-05-05
1
-0/+8
|
*
Add MSVC_USE_SETTINGS test
Joseph Brill
2022-05-03
1
-0/+60
*
|
Update test script header with template/test.py header
Joseph Brill
2022-05-15
1
-4/+3
*
|
Replace msvc_exists in tools exists functions for msvc tools with msvc_setup_...
Joseph Brill
2022-04-26
2
-4/+18
*
|
Rework exception message construction when a specified msvc version is not fo...
Joseph Brill
2022-04-24
1
-1/+1
*
|
Raise MSVCVersionNotFound exception instead of returning an empty/undefined d...
Joseph Brill
2022-04-12
2
-3/+82
|
/
*
added test for MSVC_USE_SCRIPT_ARGS
William Deegan
2022-03-07
4
-0/+56
*
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
*
Fix variable name (msvs_143 to msvc_143) and minor updates based on slider ou...
Joseph Brill
2021-10-05
1
-1/+1
*
Merge branch 'master' into jbrill-msvs-2022
Joseph Brill
2021-10-05
14
-72/+169
|
\
|
*
reorg code a bit so MSCommon has some of the logic. Also changed MSVC/hierarc...
William Deegan
2021-09-25
3
-20/+39
|
*
fix remaining PCH tests.
William Deegan
2021-09-18
2
-3/+2
|
*
add test to verify that a generator specified for PCH with returns a false va...
William Deegan
2021-09-18
2
-10/+32
|
*
update pch_gen test to use non-default names and verify existance of expected...
William Deegan
2021-09-18
2
-2/+9
|
*
remove propagating os.environ INCLUDE and LIB from tests. Add comments to exp...
William Deegan
2021-09-18
3
-8/+8
|
*
add logic to ensure PCH is subst() evaluated when it should be
William Deegan
2021-09-18
12
-64/+114
*
|
Add support for Visual Studio 2022
Joseph Brill
2021-09-23
1
-3/+21
|
/
*
Add timing of sconsign write if --debug
Mats Wichmann
2021-02-08
1
-4/+4
*
Run autoflake on code
Mats Wichmann
2020-09-21
4
-4/+0
*
Rework vc.py caching of installed vcs and remove cached_get_installed_vcs fun...
Joseph Brill
2020-08-07
1
-1/+1
*
Add system test for setting and retrieving VSWHERE
William Deegan
2020-04-23
2
-0/+123
*
Remove verbose_set calls from tests
Mats Wichmann
2020-03-18
1
-1/+0
*
rm-py2: Remove "from __future__" from more places
Mats Wichmann
2020-02-20
2
-8/+4
*
[PR #3538] MSVC UWP test was never updated for 14.2
Mats Wichmann
2020-02-02
1
-11/+28
[next]