| Commit message (Expand) | Author | Age | Files | Lines |
* | VS: Add CMake input files to ZERO_CHECK | Alexander Neundorf | 2023-04-25 | 1 | -0/+4 |
|
|
* | VS: Fix wrong appxManifest if OUTPUT_NAME != target name | Sergey Markelov | 2023-02-16 | 1 | -0/+1 |
|
|
* | VS: Do not concurrently build custom commands with generated MAIN_DEPENDENCY | Brad King | 2023-01-25 | 1 | -1/+6 |
|
|
* | VS: Build custom commands concurrently when possible | Ivan Zinkevich | 2023-01-23 | 1 | -1/+2 |
|
|
* | clang-tidy: fix `readability-redundant-access-specifiers` lints | Ben Boeckel | 2022-11-29 | 1 | -1/+0 |
|
|
* | ASM_MARMASM: Add support for Microsoft ARM assembler language | Ilia K | 2022-11-09 | 1 | -0/+4 |
|
|
* | Merge topic 'vs-fuzzer' | Brad King | 2022-07-27 | 1 | -0/+1 |
|\ |
|
| * | VS: Add support for (lib)fuzzer /fsanitize=fuzzer flag | Fredrik Claesson | 2022-07-13 | 1 | -0/+1 |
|
|
* | | VS: Revert "Write ZERO_CHECK.proj for VS19 and above" | Brad King | 2022-07-22 | 1 | -10/+0 |
|/ |
|
* | VS: Write ZERO_CHECK.proj for VS19 and above | Sumit Bhardwaj | 2022-02-21 | 1 | -0/+10 |
|
|
* | VS: Revert "Write ZERO_CHECK.proj for VS19 and above" | Brad King | 2022-02-17 | 1 | -7/+0 |
|
|
* | VS: Write ZERO_CHECK.proj for VS19 and above | Sumit Bhardwaj | 2022-02-12 | 1 | -0/+7 |
|
|
* | Merge topic 'vs-package-restore' | Brad King | 2022-01-24 | 1 | -0/+1 |
|\ |
|
| * | cmGlobalVisualStudio10Generator: Auto restore NuGet packages. | Carsten Rudolph | 2022-01-22 | 1 | -0/+1 |
|
|
* | | VS: Add support for ASAN -fsanitize=address flag | Hanaa Elghobashi | 2022-01-20 | 1 | -0/+1 |
|/ |
|
* | Refactor VsProjectType to its own header | Sumit Bhardwaj | 2021-12-23 | 1 | -5/+2 |
|
|
* | VS: Add DOTNET_SDK property to generate SDK-style C# projects | Sumit Bhardwaj | 2021-12-21 | 1 | -0/+3 |
|
|
* | cmVisualStudio10TargetGenerator: Factor out helper for classic MSBuild project | Sumit Bhardwaj | 2021-12-15 | 1 | -0/+7 |
|
|
* | cmVisualStudio10TargetGenerator: Change VsProjectType to be enum class | Sumit Bhardwaj | 2021-12-01 | 1 | -1/+2 |
|
|
* | Source: Fix possible IWYU warnings in Windows generators | NAKAMURA Takumi | 2021-11-19 | 1 | -2/+2 |
|
|
* | VS: Honor VS_SETTINGS source file property on all sources | Steven Boswell | 2021-09-09 | 1 | -1/+2 |
|
|
* | cmVisualStudio10TargetGenerator: Factor out helper to write VS_SETTINGS | Steven Boswell | 2021-09-09 | 1 | -4/+7 |
|
|
* | VS: Add support for add_custom_command DEPFILE | Brad King | 2021-06-09 | 1 | -2/+6 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|
|
* | Visual Studio: Add Android support | Kyle Edwards | 2020-06-24 | 1 | -0/+2 |
|
|
* | cmVisualStudio10TargetGenerator: Adopt Windows Store and Phone infrastructure | Brad King | 2020-05-18 | 1 | -1/+10 |
|
|
* | Merge topic 'cmprop-source' | Brad King | 2020-04-15 | 1 | -1/+1 |
|\ |
|
| * | cmSourceFile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-14 | 1 | -1/+1 |
|
|
* | | Add support to indicate UTF-8 custom command pipe output encoding | Justin Goshi | 2020-04-13 | 1 | -0/+2 |
|/ |
|
* | Merge topic 'vs-non-built-file-item-metadata' | Brad King | 2020-03-30 | 1 | -0/+10 |
|\ |
|
| * | VS: Add VS_SOURCE_SETTINGS_<tool> target property | Matt Davies | 2020-03-20 | 1 | -0/+1 |
|
|
| * | VS: Add VS_SETTINGS source file property | Matt Davies | 2020-03-20 | 1 | -2/+4 |
|
|
| * | VS: Use unordered_map to write HLSL settings. | Matt Davies | 2020-03-20 | 1 | -0/+7 |
|
|
* | | VS10Generator: avoid many string allocations | Rolf Eike Beer | 2020-03-24 | 1 | -2/+0 |
|/ |
|
* | CSharp: Add support for source groups with out-of-source builds | Kinan Mahdi | 2020-02-28 | 1 | -1/+1 |
|
|
* | cmVisualStudio10TargetGenerator: use std::string for tag | Vitaly Stakhovsky | 2019-11-10 | 1 | -1/+1 |
|
|
* | VS: Add VS_DOTNET_DOCUMENTATION_FILE property | Charly Mourglia | 2019-10-15 | 1 | -0/+1 |
|
|
* | Merge topic 'vs-16.4-custom-commands' | Brad King | 2019-09-25 | 1 | -1/+1 |
|\ |
|
| * | VS: Tell VS 16.4 not to verify SYMBOLIC custom command outputs | Brad King | 2019-09-24 | 1 | -1/+1 |
|
|
* | | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -9/+9 |
|/ |
|
* | VS: Fix mapping of `-Qspectre-` flag | Brad King | 2019-07-30 | 1 | -1/+1 |
|
|
* | Merge topic 'vs-add-package-reference' | Brad King | 2019-05-31 | 1 | -0/+3 |
|\ |
|
| * | VS: Added support for VS package references for nuget | Kinan Mahdi | 2019-05-30 | 1 | -0/+3 |
|
|
* | | Merge topic 'vs-depends-dedup' | Brad King | 2019-05-31 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | VS: Clarify name of custom commands AdditionalInputs variable | Frans van Dorsselaer | 2019-05-30 | 1 | -1/+2 |
|
|
* | | Merge topic 'vs-project-import' | Brad King | 2019-04-16 | 1 | -0/+1 |
|\ \ |
|
| * | | VS: add target property VS_PROJECT_IMPORT_<propspath> | Leonid Pospelov | 2019-04-15 | 1 | -0/+1 |
| |/ |
|
* | | cmVisualStudio10TargetGenerator: Remove uses of const_cast | Leonid Pospelov | 2019-04-12 | 1 | -1/+1 |
|/ |
|
* | clang-tidy: Use `= delete` | Regina Pfeifer | 2019-01-29 | 1 | -2/+6 |
|
|
* | VS: Honor WinCE deployment properties in VS 2010+ | Wil Stark | 2019-01-10 | 1 | -0/+1 |
|
|