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
*
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
*
Moved common my<xxx>.py functions to global fixture and resolve byte/str.
William Blevins
2016-10-03
4
-56/+8
*
fixes for print()'s for win32
William Deegan
2016-05-13
1
-1/+1
*
Commit resolved conflicted merge.
Russel Winder
2016-04-10
1
-2/+2
|
\
|
*
Fix for backslash being treated as an escape character
Thomas Tanner
2016-01-30
1
-2/+2
*
|
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
1
-0/+79
|
\
\
|
|
/
|
*
Add a test on basic PCH behavior: bulid a simple executable and a simple shar...
pchdll
Alexandre Feblot
2015-04-29
1
-0/+79
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
1
-0/+1
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
2
-64/+64
|
/
*
- moved check for an installed MSVC toolchain into its own function in TestSCons
Dirk Baechle
2012-12-22
12
-117/+12
*
- fixes for MinGW under Windows, mainly skipping MSVS-specific tests
Dirk Baechle
2012-12-18
12
-0/+57
*
MSVC: show valid $TARGET_ARCH values when invalid arch passed in.
Gary Oberbrunner
2012-05-07
1
-1/+12
*
MSVC11 needs PCH objects added to the link line.
Gary Oberbrunner
2012-05-07
1
-85/+85
*
mSVC: fixed test problem in test/MSVC/embed-manifest.py by ensuring a manifes...
Gary Oberbrunner
2011-05-29
1
-6/+5
*
Fix bug 2722 - get rid of warnings about missing MSVC, now will only be shown...
William Deegan
2011-05-17
1
-0/+11
*
Skip MSVC/batch-longlines test on non-Windows platforms.
Gary Oberbrunner
2011-05-03
1
-0/+5
*
Fix issue 2627: MSVC_BATCH=False should turn off batch, not turn it on.
Gary Oberbrunner
2011-04-24
1
-0/+13
*
Fix issue 2628, long compile lines in batch mode. Thanks to Grzegorz Bizo f...
Gary Oberbrunner
2011-04-24
1
-0/+59
*
Fix issue #1632: quote /Fp in PCH to make precompiled hdrs work with variant ...
Gary Oberbrunner
2011-03-02
1
-0/+85
*
Support automatically embedding manifests in EXEs and DLLs on Windows.
Gary Oberbrunner
2011-03-02
1
-0/+88
*
Fix test for non-win32 platforms
William Deegan
2010-04-06
1
-5/+4
*
Fix vc9.0 express issue, misspelling, and add testcase which would have expos...
William Deegan
2010-04-06
1
-0/+58
[next]