| Commit message (Expand) | Author | Age | Files | Lines |
* | strings: use character literals where possible | Ben Boeckel | 2023-07-28 | 1 | -3/+3 |
|
|
* | cmStrCat: use in Windows-specific sources | Ben Boeckel | 2023-07-28 | 1 | -14/+15 |
|
|
* | strings: simplify streaming sequences | Ben Boeckel | 2023-07-27 | 1 | -2/+2 |
|
|
* | strings: compare to static `string_view` instances in Windows-only code | Ben Boeckel | 2023-07-27 | 1 | -3/+4 |
|
|
* | Merge topic 'vs-sdk-selection' | Brad King | 2023-06-23 | 1 | -0/+8 |
|\ |
|
| * | VS: Restore Windows SDK selection with platform in generator name | Brad King | 2023-06-22 | 1 | -0/+8 |
|
|
* | | Drop Visual Studio 11 2012 generator | Brad King | 2023-06-13 | 1 | -10/+0 |
|/ |
|
* | Source: use C++11 nullptr | scivision | 2023-02-14 | 1 | -9/+9 |
|
|
* | cmCustomCommand: Refactor custom command-specific policy values | Kyle Edwards | 2023-02-06 | 1 | -1/+0 |
|
|
* | 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 |
|/ / / |
|