| Commit message (Expand) | Author | Age | Files | Lines |
* | VS: Add support for using Intel oneAPI Fortran compiler in .vfproj files | Brad King | 2023-11-22 | 1 | -0/+7 |
|
|
* | VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versions | Brad King | 2023-08-10 | 1 | -2/+1 |
|
|
* | VS: Add support for C++ module internal partitions in VS 17.6 and newer | Brad King | 2023-05-17 | 1 | -0/+2 |
|
|
* | VS: Add CMAKE_GENERATOR_PLATFORM field to control Windows SDK selection | Brad King | 2023-04-05 | 1 | -0/+2 |
|
|
* | VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is known | Brad King | 2023-04-05 | 1 | -0/+3 |
|
|
* | VS: Build custom commands concurrently when possible | Ivan Zinkevich | 2023-01-23 | 1 | -0/+1 |
|
|
* | clang-tidy: fix `modernize-use-nullptr` lints | Ben Boeckel | 2022-11-29 | 1 | -2/+2 |
|
|
* | clang-tidy: fix `modernize-use-equals-default` lints | Ben Boeckel | 2022-11-29 | 1 | -1/+1 |
|
|
* | clang-tidy: fix `modernize-use-default-member-init` lints | Ben Boeckel | 2022-11-29 | 1 | -9/+4 |
|
|
* | ASM_MARMASM: Add support for Microsoft ARM assembler language | Ilia K | 2022-11-09 | 1 | -0/+2 |
|
|
* | Drop Visual Studio 10 2010 generator | Brad King | 2022-09-26 | 1 | -12/+2 |
|
|
* | cmVSGenerator: Add support for two-part toolset versions for Visual Studio | Nicholas Sinlock | 2022-09-02 | 1 | -1/+2 |
|
|
* | VS: Revert "Write ZERO_CHECK.proj for VS19 and above" | Brad King | 2022-07-22 | 1 | -4/+0 |
|
|
* | VS: Exclude ZERO_CHECK.proj from .sln for include_external_msproject | Sumit Bhardwaj | 2022-07-20 | 1 | -0/+2 |
|
|
* | VS: Write ZERO_CHECK.proj for VS19 and above | Sumit Bhardwaj | 2022-02-21 | 1 | -0/+2 |
|
|
* | VS: Revert "Write ZERO_CHECK.proj for VS19 and above" | Brad King | 2022-02-17 | 1 | -2/+0 |
|
|
* | VS: Write ZERO_CHECK.proj for VS19 and above | Sumit Bhardwaj | 2022-02-12 | 1 | -0/+2 |
|
|
* | cmGlobalVisualStudio10Generator: Auto restore NuGet packages. | Carsten Rudolph | 2022-01-22 | 1 | -0/+2 |
|
|
* | cmBuildOptions: Split build arguments into separate object. | Carsten Rudolph | 2022-01-22 | 1 | -1/+2 |
|
|
* | Source: Fix possible IWYU warnings in Windows generators | NAKAMURA Takumi | 2021-11-19 | 1 | -0/+11 |
|
|
* | cmGlobalVisualStudio10Generator: Add method to find MSBuild early | Brad King | 2021-10-20 | 1 | -0/+2 |
|
|
* | cmGlobalGenerator: Add method to check if generator is at least VS 10 | Brad King | 2021-10-20 | 1 | -0/+2 |
|
|
* | cmGlobalVisualStudio10Generator: Allow subclasses to reset MSBuild search | Brad King | 2021-10-20 | 1 | -1/+1 |
|
|
* | VS: Add support for Utf8Enconding when using VS 16.10+ | Gustavo Varo | 2021-06-17 | 1 | -0/+2 |
|
|
* | VS: Compare VS instance versions as strings | Brad King | 2021-06-17 | 1 | -4/+1 |
|
|
* | cmGlobalVisualStudio10Generator: Adopt GetVSInstanceVersion method | Brad King | 2021-06-16 | 1 | -0/+5 |
|
|
* | VS: Add a mostly-undocumented hook to load custom JSON flag tables | Brad King | 2021-03-22 | 1 | -0/+2 |
|
|
* | VS: switch to new folder structure while keeping the old one working | Marcel Ritzschke | 2021-03-18 | 1 | -0/+9 |
|
|
* | Merge topic 'vs-toolset-version' | Brad King | 2021-03-15 | 1 | -7/+15 |
|\ |
|
| * | VS: Fix '-T version=14.28' under VS 16.9 | Brad King | 2021-03-12 | 1 | -7/+15 |
|
|
* | | cmGlobalVisualStudio10Generator: Generalize flag table lookup interface | Brad King | 2021-03-05 | 1 | -0/+6 |
|
|
* | | cmGlobalVisualStudio10Generator: Clarify LoadFlagTable argument name | Brad King | 2021-03-05 | 1 | -1/+1 |
|
|
* | | cmGlobalVisualStudio10Generator: Remove redundant arguments | Brad King | 2021-03-05 | 1 | -1/+0 |
|
|
* | | cmGlobalVisualStudio10Generator: Remove redundant arguments | Brad King | 2021-03-05 | 1 | -6/+6 |
|
|
* | | cmGlobalVisualStudio10Generator: Clarify method name | Brad King | 2021-03-05 | 1 | -1/+1 |
|
|
* | | cmGlobalVisualStudio10Generator: Remove unused flag table method argument | Brad King | 2021-03-05 | 1 | -14/+7 |
|
|
* | | cmGlobalVisualStudio10Generator: Adopt flag table name methods | Brad King | 2021-03-05 | 1 | -2/+15 |
|/ |
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -3/+1 |
|
|
* | Visual Studio: Add Android support | Kyle Edwards | 2020-06-24 | 1 | -0/+16 |
|
|
* | cmGlobalVisualStudio10Generator: Move variable initialization to header | Kyle Edwards | 2020-06-18 | 1 | -3/+3 |
|
|
* | VS: Use StdOutEncoding for VS 16.7 Preview 3 and above | Justin Goshi | 2020-06-03 | 1 | -0/+2 |
|
|
* | Merge topic 'vs-version-for-unity' | Brad King | 2020-02-05 | 1 | -0/+3 |
|\ |
|
| * | VS: Do not use native unity builds on VS 2017 versions less than 15.8 | Brad King | 2020-02-04 | 1 | -0/+3 |
|
|
* | | GlobalGenerator family: modernize memory management | Marc Chevrier | 2020-01-07 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-12-09 | 1 | -1/+4 |
|
|
* | | VS: Add support to override VCTargetsPath through toolset | Alexander Boczar | 2019-10-15 | 1 | -0/+5 |
|
|
* | | cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSET | Alexander Boczar | 2019-10-15 | 1 | -1/+2 |
|/ |
|
* | cuda: Extend toolset argument to accept path | Benjamin Wozniak | 2019-08-27 | 1 | -0/+5 |
|
|
* | VS: Factor out helper to compute ApplicationTypeRevision | Brad King | 2019-05-21 | 1 | -0/+3 |
|
|
* | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -1/+1 |
|
|