summaryrefslogtreecommitdiff
path: root/Source/cmVSSetupHelper.h
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2022-11-291-4/+8
* clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2022-11-291-2/+1
* clang-tidy: fix `modernize-use-nullptr` lintsBen Boeckel2022-11-291-7/+7
* clang-tidy: fix `modernize-use-equals-default` lintsBen Boeckel2022-11-291-2/+2
* clang-tidy: fix `modernize-use-default-member-init` lintsBen Boeckel2022-11-291-5/+5
* VS: Add support for enumerating VS instances with vswhereNiyas Sait2022-04-131-0/+2
* VS: refactor EnumerateAndChooseVSInstanceNiyas Sait2022-04-111-0/+1
* VS: Allow CMAKE_GENERATOR_INSTANCE to specify portable instanceBrad King2021-10-291-0/+1
* VS: Support version specification in CMAKE_GENERATOR_INSTANCEBrad King2021-10-291-1/+3
* cmVSSetupHelper: Convert wide to narrow strings earlyBrad King2021-10-291-2/+2
* cmVSSetupHelper: Drop unused InstanceId fieldBrad King2021-10-291-1/+0
* cmVSSetupHelper: Drop unused ullVersion fieldBrad King2021-10-291-1/+0
* VS: Compare VS instance versions as stringsBrad King2021-06-171-2/+2
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* VS: Extract instance version from VS InstallerJustin Goshi2020-06-031-0/+1
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-2/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* cmVSSetupHelper: Remove unused SmartBSTR copy operationsBrad King2019-08-261-22/+2
* cmVSSetupHelper: Fix SmartBSTR copy operationsBrad King2019-08-261-2/+4
* cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-2/+0
* VS: Parameterize cmVSSetupAPIHelper instances with VS versionBrad King2019-01-111-2/+4
* cmVSSetupHelper: Support Enterprise WDK build enviornmentJon Doron2018-11-271-0/+1
* cmVSSetupHelper: Expose default toolset versionBasil Fierz2018-06-221-0/+2
* cmVSSetupHelper: Use in-class member initializationBrad King2018-06-221-9/+4
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+2
* cmVSSetupHelper: Add option to specify an instanceBrad King2017-10-191-0/+4
* VS: Detect compiler component in VS 2017 instances more reliablyBrad King2017-10-161-2/+1
* cmVSSetupHelper: Factor out install location string constructionBrad King2017-10-161-0/+2
* VS: Add helper class to interact with Visual Studio InstallerIyyappa Murugandi2016-12-161-0/+154