summaryrefslogtreecommitdiffstats
path: root/test/MSVC
Commit message (Expand)AuthorAgeFilesLines
* Some minor test tweakingMats Wichmann2024-07-065-10/+12
* Restore PCH time multiplier in test/MSVC/msvc.py (changed from 0.90 to 1.00).Joseph Brill2024-05-281-1/+1
* Rework experimental msvc_query_version_toolset function.Joseph Brill2024-05-271-2/+1
* Fix issue #4543: Add support for msvc toolset versions 14.4x for msvc buildto...Joseph Brill2024-05-272-15/+48
* Refactor vswhere executable support and detection.Joseph Brill2024-03-232-4/+31
* Detection changes for VS IDE editions and VS2008 (develop and vcforpython).Joseph Brill2024-03-121-1/+1
* Test suite update and bug fixes.Joseph Brill2024-02-291-1/+1
* Merge branch 'master' into HEADJoseph Brill2024-01-071-1/+1
* MSVC: detection fixes and changesJoseph Brill2023-09-086-31/+192
* Tweak a few tests "for form"Mats Wichmann2023-08-2738-361/+360
* Tweak test MSVC/MSVC_BATCH-spaces-targetdir.pyMats Wichmann2023-05-276-2/+11
* Add a copyright header to test filesMats Wichmann2023-05-2114-33/+91
* Convert line endings on sources [skip appveyor]Mats Wichmann2022-08-202-196/+196
* 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