| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: Add --workflow mode | Kyle Edwards | 2022-09-27 | 1 | -0/+14 |
|
|
* | CMake: Support upcoming C++26 language level | Robert Maynard | 2022-08-31 | 1 | -2/+5 |
|
|
* | Add cmake_language(GET_MESSAGE_LOG_LEVEL) sub command | Alexandru Croitor | 2022-06-28 | 1 | -1/+2 |
|
|
* | Move LogLevel enum out of cmake.h header | Alexandru Croitor | 2022-06-24 | 1 | -17/+4 |
|
|
* | COMPILE_WARNING_AS_ERROR: Add command-line option | Martin Duffy | 2022-05-18 | 1 | -0/+3 |
|
|
* | cmake: Add --fresh option to clear the cache and start from scratch | Brad King | 2022-03-22 | 1 | -0/+1 |
|
|
* | cmake: Always prefer the last source directory provided | Robert Maynard | 2022-03-17 | 1 | -9/+2 |
|
|
* | cmake: When given multiple source paths use last instead of first | Robert Maynard | 2022-02-17 | 1 | -0/+23 |
|
|
* | cmake::GetDebugFindPkgOutput: Use consistent argument name | Craig Scott | 2022-02-14 | 1 | -1/+1 |
|
|
* | Merge topic 'vs-package-restore' | Brad King | 2022-01-24 | 1 | -2/+3 |
|\ |
|
| * | cmBuildOptions: Split build arguments into separate object. | Carsten Rudolph | 2022-01-22 | 1 | -2/+3 |
|
|
* | | cmake: Warn about unnecessary paths on command line | Robert Maynard | 2022-01-20 | 1 | -1/+1 |
|/ |
|
* | Refactor: Rename cmCMakePresetsFile to cmCMakePresetsGraph | Kyle Edwards | 2022-01-06 | 1 | -3/+3 |
|
|
* | cmake: Add filtered debug-find options | John Parent | 2021-12-17 | 1 | -1/+8 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -8/+8 |
|
|
* | AddCacheEntry accept cmProp or std::string | Marc Chevrier | 2021-09-10 | 1 | -0/+12 |
|
|
* | Enhancement: SetProperty accept cmProp or std::string | Marc Chevrier | 2021-08-25 | 1 | -0/+5 |
|
|
* | cmake: Model normal and try-compile project kinds explicitly | Brad King | 2021-07-12 | 1 | -2/+2 |
|
|
* | HIP: Add language to CMake | Robert Maynard | 2021-06-07 | 1 | -1/+10 |
|
|
* | class cmake: Store working directory at cmake launch | Marc Chevrier | 2021-05-11 | 1 | -0/+9 |
|
|
* | cmake: add support for --toolchain command argument | Robert Maynard | 2021-04-15 | 1 | -0/+2 |
|
|
* | cmake: add support for --install-prefix command argument | Robert Maynard | 2021-03-04 | 1 | -0/+2 |
|
|
* | C23 support | Raul Tambre | 2021-02-25 | 1 | -0/+1 |
|
|
* | C17 support | Raul Tambre | 2021-02-25 | 1 | -0/+1 |
|
|
* | cmake-presets: Add build and test presets | Sam Freed | 2021-02-01 | 1 | -5/+5 |
|
|
* | CUDA, CXX, OBJCXX: C++23 support with Clang 12 | Raul Tambre | 2020-12-08 | 1 | -1/+3 |
|
|
* | Merge topic 'cmake-presets-help-flag' | Brad King | 2020-10-28 | 1 | -2/+0 |
|\ |
|
| * | ccmake: Don't list --preset in --help | Kyle Edwards | 2020-10-27 | 1 | -2/+0 |
|
|
* | | Constify some code as suggested by clang-tidy | Cengizhan Pasaoglu | 2020-10-19 | 1 | -8/+8 |
|/ |
|
* | CMake: Add presets functionality | Kyle Edwards | 2020-10-05 | 1 | -6/+48 |
|
|
* | Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator() | Kyle Edwards | 2020-10-05 | 1 | -1/+1 |
|
|
* | cmake::GetCacheDefinition: Return cmProp | vvs31415 | 2020-09-28 | 1 | -1/+1 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|
|
* | Add ISPC compiler support to CMake | Robert Maynard | 2020-08-28 | 1 | -1/+3 |
|
|
* | cmake: Remove broken '--warn-unused-vars' option | Brad King | 2020-06-29 | 1 | -3/+0 |
|
|
* | Refactor file extension queries to be more consistent | Robert Maynard | 2020-06-22 | 1 | -25/+14 |
|
|
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -0/+1 |
|
|
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -1/+1 |
|
|
* | Merge topic 'cmprop-getglobalprop' | Brad King | 2020-03-27 | 1 | -1/+1 |
|\ |
|
| * | cmState::GetGlobalProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 1 | -1/+1 |
|
|
* | | use cm::string_view for language extension lookups | Rolf Eike Beer | 2020-03-23 | 1 | -6/+8 |
|/ |
|
* | cmake: add command line options to output script profiling data | Wouter Klouwen | 2020-03-07 | 1 | -0/+12 |
|
|
* | Merge topic 'ninja-1.10' | Brad King | 2020-01-28 | 1 | -0/+3 |
|\ |
|
| * | Ninja: Track when running to re-generate during a build | Brad King | 2020-01-27 | 1 | -0/+3 |
|
|
* | | AppendProperty: convert value param to std::string | Vitaly Stakhovsky | 2020-01-25 | 1 | -1/+1 |
|/ |
|
* | GlobalGenerator family: modernize memory management | Marc Chevrier | 2020-01-07 | 1 | -6/+12 |
|
|
* | Merge topic 'traceJSON' | Kyle Edwards | 2019-12-27 | 1 | -2/+15 |
|\ |
|
| * | trace: Add JSON output format | Daniel Mensinger | 2019-12-23 | 1 | -2/+15 |
|
|
* | | find_*: Add debug logging infrastructure | Robert Maynard | 2019-12-19 | 1 | -3/+8 |
|/ |
|
* | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) support | Robert Maynard | 2019-12-10 | 1 | -0/+7 |
|
|