| Commit message (Expand) | Author | Age | Files | Lines |
* | try_compile: Add NO_CACHE option (also try_run) | Matthew Woehlke | 2022-09-28 | 1 | -3/+9 |
|
|
* | try_compile: More useful error if insufficient arguments | Matthew Woehlke | 2022-09-15 | 1 | -2/+4 |
|
|
* | cmCoreTryCompile: Port to cmArgumentParser | Brad King | 2022-08-02 | 1 | -134/+58 |
|
|
* | cmCoreTryCompile: Move target type selection logic to try_compile | Brad King | 2022-08-02 | 1 | -1/+1 |
|
|
* | cmCoreTryCompile: Simplify TryCompileCode return type | Brad King | 2022-08-02 | 1 | -2/+2 |
|
|
* | cmTry{Compile,Run}Command: Port away from legacy cmCommand | Brad King | 2022-07-26 | 1 | -21/+61 |
|
|
* | try_run: Add RUN_OUTPUT_STDOUT_VARIABLE and RUN_OUTPUT_STDERR_VARIABLE. | Patrick Northon | 2022-07-08 | 1 | -12/+159 |
|
|
* | messages: remove screamake from comments and errors | Ben Boeckel | 2022-04-25 | 1 | -10/+10 |
|
|
* | Source: Replace most calls to sprintf with snprintf | Sean McBride | 2021-10-25 | 1 | -1/+1 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -4/+4 |
|
|
* | try_run: Allow to set working directory | Asit Dhal | 2021-02-03 | 1 | -2/+19 |
|
|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -5/+5 |
|
|
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -0/+1 |
|
|
* | cmState::GetCacheEntryValue: return cmProp | Vitaly Stakhovsky | 2020-03-17 | 1 | -3/+2 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -1/+2 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -2/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -29/+27 |
|
|
* | avoid adding multiple consecutive string literals to std::string | Rolf Eike Beer | 2019-08-18 | 1 | -2/+1 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -1/+2 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -3/+2 |
|
|
* | Source: std::string related cleanup | Vitaly Stakhovsky | 2019-05-15 | 1 | -9/+9 |
|
|
* | Merge topic 'cmrange-improvements' | Brad King | 2019-02-25 | 1 | -1/+1 |
|\ |
|
| * | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -1/+1 |
|
|
* | | cmSystemTools: More functions accept `std::string` params | Vitaly Stakhovsky | 2019-02-20 | 1 | -3/+2 |
|/ |
|
* | Merge topic 'modernize-for-loops' | Brad King | 2019-02-11 | 1 | -4/+3 |
|\ |
|
| * | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -4/+3 |
|
|
* | | cmSystemTools::RunSingleCommand: Accept std::string argument | Vitaly Stakhovsky | 2019-02-06 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'cmake-files-directory' | Brad King | 2019-01-25 | 1 | -1/+1 |
|\ |
|
| * | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 1 | -1/+1 |
|
|
* | | cmSystemTools::Error(): new overload accepting std::string | Vitaly Stakhovsky | 2019-01-23 | 1 | -2/+2 |
|
|
* | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -2/+2 |
|/ |
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -1/+2 |
|
|
* | try_compile/try_run: Add support for LINK_OPTIONS option. | Marc Chevrier | 2018-12-01 | 1 | -1/+2 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | Make use of std::chrono throughout every component | Wouter Klouwen | 2018-01-23 | 1 | -2/+2 |
|
|
* | TryRun: do not call strcpy() | Rolf Eike Beer | 2017-10-08 | 1 | -4/+5 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -5/+5 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -11/+10 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Use the empty method to check for emptiness | Daniel Pfeifer | 2016-10-30 | 1 | -2/+3 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -2/+8 |
|
|
* | Separate compilation for commands included in cmBootstrapCommands2 | Daniel Pfeifer | 2016-10-21 | 1 | -0/+3 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -5/+6 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -12/+13 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -173/+116 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+2 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | try_compile: Add option to control type of target | Brad King | 2016-02-19 | 1 | -1/+1 |
|
|