summaryrefslogtreecommitdiffstats
path: root/test/MSVC
Commit message (Expand)AuthorAgeFilesLines
* minor formatting updatesWilliam Deegan2022-07-256-30/+25
* Add special case for msvc 14.0 and store/uwp specified via script args and sd...Joseph Brill2022-07-184-183/+141
* Add msvc spectre libs test. Add library path checks to msvc sdk version and ...Joseph Brill2022-07-173-6/+184
* Rework special case for 9.0 VCForPython handling (vc dir and batchfile locati...Joseph Brill2022-07-141-57/+0
* Move individual tests file content into vcTests.pyJoseph Brill2022-07-133-269/+0
* Update UtilTests with version components tests and remove separate msvc versi...Joseph Brill2022-07-131-61/+0
* Add additional tests. Remove trailing whitespace.Joseph Brill2022-07-113-57/+1
* Local flake8 recommendations.Joseph Brill2022-07-111-1/+0
* Fix msvc toolset versions test when not msvc version not installed.Joseph Brill2022-07-102-4/+5
* Modify msvc_query_version_toolset when version is None to use default version...Joseph Brill2022-07-105-4/+186
* Move toolset version regexes to utility module. Rename default version method.Joseph Brill2022-07-091-2/+2
* Fix sider issues.Joseph Brill2022-07-091-2/+2
* Rework version convenience functions. Add additional tests.Joseph Brill2022-07-096-4/+271
* Disable cache for MSVC/MSVC_USE_SCRIPT_ARGS test.Joseph Brill2022-07-081-0/+3
* Fix sider issues.Joseph Brill2022-07-081-5/+5
* Add MSVC_SDK_VERSION tests.Joseph Brill2022-07-083-2/+240
* Additional policy tests for coverage.Joseph Brill2022-07-082-0/+25
* Add utility function for msvc_version components. Add convenience function t...Joseph Brill2022-07-072-23/+7
* Minor update to msvc exceptions and rework new unit tests.Joseph Brill2022-07-073-97/+148
* Fix invalid msvc version test.Joseph Brill2022-07-071-3/+2
* Return empty list instead of None in msvc_toolset_versions. Expand msvc tools...Joseph Brill2022-07-071-118/+180
* Fix typo in comment and add msvc not found, msvc script error, and msvc tools...Joseph Brill2022-07-073-0/+450
* Added test for invalid env['MSVC_NOTFOUND_POLICY'] valueWilliam Deegan2022-06-061-0/+10
* 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