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
*
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
*
Improve building of docs using Py3 [ci skip]
Mats Wichmann
2019-12-05
1
-1/+1
*
[PY 3.8] test fixes for file closings, rawstrings
Mats Wichmann
2019-04-25
1
-5/+9
*
Add test to check if installed sdk version is supported
William Deegan
2019-03-18
1
-0/+66
*
Clean up some tests: use context managers
Mats Wichmann
2019-02-14
1
-4/+4
*
Fix is/is not syntax
Mats Wichmann
2019-02-11
1
-2/+2
*
fix for case where nothing is return from vswhere
Daniel
2019-02-05
1
-0/+51
*
removed unused imports and other sider changes
Daniel
2019-01-12
1
-2/+0
*
added test for vs 14.1 and checking arm targets
Daniel
2019-01-12
1
-0/+22
*
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
*
Change bug references from tigris -> github
Mats Wichmann
2018-04-24
1
-1/+1
*
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
*
Replace all instances of `int main()` with `int main(void)`
Jonathon Reinhart
2018-02-11
2
-2/+2
*
Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.
Ibrahim Esmat
2017-08-01
1
-9/+8
*
Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.
Ibrahim Esmat
2017-07-27
1
-3/+9
*
Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.
Ibrahim Esmat
2017-07-27
1
-8/+10
*
Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.
Ibrahim Esmat
2017-07-27
1
-8/+30
*
Minor changes for Code Review
Ibrahim Esmat
2017-07-26
1
-4/+4
*
Added MSVC_UWP_APP test to test setting MSVC_UWP_APP construction
Ibrahim Esmat
2017-07-26
1
-0/+103
*
fix py2/3 issues mostly rb/wb mode='r' fixes
William Deegan
2017-03-13
3
-8/+11
*
py2/3 must_match mode='r' changes
William Deegan
2017-03-13
1
-10/+10
*
remove mode b's py2/3
William Deegan
2017-03-13
1
-4/+4
[next]