summaryrefslogtreecommitdiffstats
path: root/test/MSVC
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into jbrill-msvc-warnfixJoseph Brill2022-05-151-0/+76
|\
| * Test MSVCUseSettingsError exception raised for type errorJoseph Brill2022-05-051-0/+8
| * Test that MSVC_USE_SETTINGS empty dictionary produces msvc compiler not found...Joseph Brill2022-05-051-0/+8
| * Add MSVC_USE_SETTINGS testJoseph Brill2022-05-031-0/+60
* | Update test script header with template/test.py headerJoseph Brill2022-05-151-4/+3
* | Replace msvc_exists in tools exists functions for msvc tools with msvc_setup_...Joseph Brill2022-04-262-4/+18
* | Rework exception message construction when a specified msvc version is not fo...Joseph Brill2022-04-241-1/+1
* | Raise MSVCVersionNotFound exception instead of returning an empty/undefined d...Joseph Brill2022-04-122-3/+82
|/
* added test for MSVC_USE_SCRIPT_ARGSWilliam Deegan2022-03-074-0/+56
* update copyright blurb to current versionWilliam Deegan2021-11-261-5/+2
* Add test to verify script not found exception for msvc script specified via M...Joseph Brill2021-11-261-0/+53
* Fix variable name (msvs_143 to msvc_143) and minor updates based on slider ou...Joseph Brill2021-10-051-1/+1
* Merge branch 'master' into jbrill-msvs-2022Joseph Brill2021-10-0514-72/+169
|\
| * reorg code a bit so MSCommon has some of the logic. Also changed MSVC/hierarc...William Deegan2021-09-253-20/+39
| * fix remaining PCH tests.William Deegan2021-09-182-3/+2
| * add test to verify that a generator specified for PCH with returns a false va...William Deegan2021-09-182-10/+32
| * update pch_gen test to use non-default names and verify existance of expected...William Deegan2021-09-182-2/+9
| * remove propagating os.environ INCLUDE and LIB from tests. Add comments to exp...William Deegan2021-09-183-8/+8
| * add logic to ensure PCH is subst() evaluated when it should beWilliam Deegan2021-09-1812-64/+114
* | Add support for Visual Studio 2022Joseph Brill2021-09-231-3/+21
|/
* Add timing of sconsign write if --debugMats Wichmann2021-02-081-4/+4
* Run autoflake on codeMats Wichmann2020-09-214-4/+0
* Rework vc.py caching of installed vcs and remove cached_get_installed_vcs fun...Joseph Brill2020-08-071-1/+1
* Add system test for setting and retrieving VSWHEREWilliam Deegan2020-04-232-0/+123
* Remove verbose_set calls from testsMats Wichmann2020-03-181-1/+0
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-202-8/+4
* [PR #3538] MSVC UWP test was never updated for 14.2Mats Wichmann2020-02-021-11/+28
* Improve building of docs using Py3 [ci skip]Mats Wichmann2019-12-051-1/+1
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-5/+9
* Add test to check if installed sdk version is supportedWilliam Deegan2019-03-181-0/+66
* Clean up some tests: use context managersMats Wichmann2019-02-141-4/+4
* Fix is/is not syntaxMats Wichmann2019-02-111-2/+2
* fix for case where nothing is return from vswhereDaniel2019-02-051-0/+51
* removed unused imports and other sider changesDaniel2019-01-121-2/+0
* added test for vs 14.1 and checking arm targetsDaniel2019-01-121-0/+22
* added name for cl.exe and have older versions walk for cl.exeDaniel2019-01-101-4/+3
* added support for checking for arm target support, and UWP apps for 2017Daniel2019-01-101-49/+92
* Change bug references from tigris -> githubMats Wichmann2018-04-241-1/+1
* Fix test so use os.sep instead of hardcoded backslash for MSVC_BATCH=true /Fo...William Deegan2018-03-241-5/+6
* fix #3106 MSVC handling MSVC_BATCH with targetdir which requires escaping.William Deegan2018-03-246-3/+48
* Replace all instances of `int main()` with `int main(void)`Jonathon Reinhart2018-02-112-2/+2
* Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-08-011-9/+8
* Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-07-271-3/+9
* Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-07-271-8/+10
* Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-07-271-8/+30
* Minor changes for Code ReviewIbrahim Esmat2017-07-261-4/+4
* Added MSVC_UWP_APP test to test setting MSVC_UWP_APP constructionIbrahim Esmat2017-07-261-0/+103
* fix py2/3 issues mostly rb/wb mode='r' fixesWilliam Deegan2017-03-133-8/+11
* py2/3 must_match mode='r' changesWilliam Deegan2017-03-131-10/+10
* remove mode b's py2/3William Deegan2017-03-131-4/+4