| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: fix `modernize-raw-string-literal` lints | Ben Boeckel | 2022-11-29 | 1 | -1/+1 |
|
|
* | clang-tidy: fix `performance-unnecessary-value-param` lints | Ben Boeckel | 2022-11-29 | 1 | -1/+1 |
|
|
* | clang-tidy: fix `readability-else-after-return` lints | Ben Boeckel | 2022-11-29 | 1 | -6/+5 |
|
|
* | clang-tidy: fix `modernize-use-equals-default` lints | Ben Boeckel | 2022-11-29 | 1 | -3/+1 |
|
|
* | cmGlobalVisualStudioGenerator: Fix compiling as C++20 in VS 2022 | Werner, Joerg | 2022-10-21 | 1 | -1/+2 |
|
|
* | Drop Visual Studio 10 2010 generator | Brad King | 2022-09-26 | 1 | -10/+0 |
|
|
* | VS: Exclude ZERO_CHECK.proj from .sln for include_external_msproject | Sumit Bhardwaj | 2022-07-20 | 1 | -0/+6 |
|
|
* | VS: Introduce IsInSolution to check whether a target is in sln file | Sumit Bhardwaj | 2022-02-12 | 1 | -0/+6 |
|
|
* | Make cmGlobalVisualStudioGenerator::VSVersion enum class | Sumit Bhardwaj | 2022-01-25 | 1 | -16/+16 |
|
|
* | Source: Fix possible IWYU warnings in Windows generators | NAKAMURA Takumi | 2021-11-19 | 1 | -3/+10 |
|
|
* | cmLocalGenerator: Simplify Add{Custom,Utility}Command | NAKAMURA Takumi | 2021-11-18 | 1 | -7/+6 |
|
|
* | cmCustomCommand: Move constructor arguments to individual setters | NAKAMURA Takumi | 2021-11-18 | 1 | -3/+7 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -2/+2 |
|
|
* | VS: Add Visual Studio 17 2022 generator | Brad King | 2021-06-25 | 1 | -0/+11 |
|
|
* | cmCustomCommand: Record value of CMP0116 at time of creation | Kyle Edwards | 2021-02-23 | 1 | -1/+1 |
|
|
* | Factor out generator checks for filtering out interface libraries | Brad King | 2020-07-23 | 1 | -1/+1 |
|
|
* | cmNonempty: Convenience inlines to check for non-empty string | Vitaly Stakhovsky | 2020-07-14 | 1 | -2/+2 |
|
|
* | Merge topic 'vs-sln-version-16' | Brad King | 2020-06-03 | 1 | -1/+1 |
|\ |
|
| * | VS: Fix .sln support for VS Version Selector with VS 2019 | Brad King | 2020-06-02 | 1 | -1/+1 |
|
|
| * | Merge topic 'vs-sln-version' into release-3.17 | Brad King | 2020-05-20 | 1 | -0/+1 |
| |\ |
|
* | \ | Merge topic 'vs-sln-version' | Brad King | 2020-05-20 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | VS: Restore .sln support for VS Version Selector | Brad King | 2020-05-19 | 1 | -0/+1 |
|
|
* | | | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -3/+3 |
|
|
* | | | Add support to indicate UTF-8 custom command pipe output encoding | Justin Goshi | 2020-04-13 | 1 | -1/+1 |
|
|
* | | | cmMakefile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-01 | 1 | -3/+3 |
| |/
|/| |
|
* | | Ninja Multi-Config: Fix issue with framework dependencies and Autogen | Kyle Edwards | 2020-02-17 | 1 | -1/+1 |
|
|
* | | Source: use std::string in place of const char* | Vitaly Stakhovsky | 2020-01-29 | 1 | -3/+3 |
|
|
* | | cmMakefile: Delay custom command creation | Daniel Eiband | 2019-11-24 | 1 | -3/+3 |
|
|
* | | cmCustomCommand: Explicitly pass backtrace on construction | Daniel Eiband | 2019-11-24 | 1 | -3/+4 |
|
|
* | | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-11-11 | 1 | -6/+7 |
|
|
* | | VS: Add support for per-config sources | Brad King | 2019-10-17 | 1 | -9/+0 |
|
|
* | | Teach check for single-language targets to consider all configurations | Brad King | 2019-10-17 | 1 | -2/+1 |
|/ |
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -3/+6 |
|
|
* | Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -1/+1 |
| |\ |
|
| | * | Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL | Brad King | 2019-09-30 | 1 | -1/+1 |
|
|
* | | | cmMakefile: Remove AddUtilityCommand overload without byproducts | Daniel Eiband | 2019-09-26 | 1 | -2/+3 |
|
|
* | | | cmMakefile: Move enumerations into new header | Daniel Eiband | 2019-09-26 | 1 | -1/+1 |
|
|
* | | | Merge topic 'fix-vsmacro-access-violation' | Brad King | 2019-09-26 | 1 | -13/+3 |
|\ \ \ |
|
| * | | | VS: Fix access violation when calling Visual Studio macro | Daniel Eiband | 2019-09-24 | 1 | -13/+3 |
|
|
* | | | | VS: Remove call to ConvertToWindowsExtendedPath with result discarded | Daniel Eiband | 2019-09-21 | 1 | -1/+0 |
|/ / / |
|
* | | | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+2 |
|
|
* | | | cmCustomCommandLine: Provide command line make functions | Daniel Eiband | 2019-09-16 | 1 | -8/+3 |
|
|
* | | | Merge topic 'pvs-cleanup' | Brad King | 2019-08-26 | 1 | -9/+8 |
|\ \ \ |
|
| * | | | cmGlobalVisualStudioGenerator: Fix buffer sizes used with RegEnumKeyExW | Brad King | 2019-08-22 | 1 | -4/+4 |
|
|
| * | | | cmGlobalVisualStudioGenerator: Fix buffer sizes used RegQueryValueExW | Brad King | 2019-08-22 | 1 | -5/+4 |
|
|
* | | | | Source sweep: Replace std::ostringstream when used with a single append | Sebastian Holtermann | 2019-08-23 | 1 | -3/+1 |
|
|
* | | | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -8/+7 |
|/ / / |
|
* | | | Merge topic 'vs-sln-bom' | Brad King | 2019-08-21 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | VS: Emit UTF-8 BOM for generated solution files | Justin Goshi | 2019-08-20 | 1 | -0/+3 |
|
|