| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -2/+2 |
|
|
* | 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 | -7/+3 |
|
|
* | 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 | -2/+2 |
|
|
* | Merge topic 'tidy_inefficient_string' | Brad King | 2019-08-07 | 1 | -2/+3 |
|\ |
|
| * | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -2/+3 |
|
|
* | | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -1/+1 |
|/ |
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -1/+1 |
|
|
* | 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 | -5/+5 |
|
|
* | Merge topic 'fix_ios_try_compile' | Brad King | 2019-05-06 | 1 | -1/+8 |
|\ |
|
| * | iOS: Fix try_compile FILE_COPY not to fail | Alexandru Croitor | 2019-05-06 | 1 | -1/+8 |
|
|
* | | MSVC: Add abstraction for runtime library selection | Brad King | 2019-04-17 | 1 | -0/+11 |
|
|
* | | Merge topic 'ghs_os_dir' | Brad King | 2019-04-08 | 1 | -2/+3 |
|\ \ |
|
| * | | GHS: Print status message regarding GHS_OS_DIR | Fred Baksik | 2019-03-29 | 1 | -2/+3 |
|
|
* | | | Merge topic 'toolchain-include_directories' | Brad King | 2019-03-26 | 1 | -1/+16 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Restore support for include_directories() in toolchain files | Brad King | 2019-03-25 | 1 | -1/+16 |
|
|
* | | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 1 | -2/+2 |
|/ |
|
* | try_compile: Restore expansion of ;-list in COMPILE_DEFINITIONS | Brad King | 2019-02-15 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | | Merge topic 'implicit-includes' | Brad King | 2019-01-22 | 1 | -1/+3 |
|\ \ |
|
| * | | try_compile: Preserve special characters in COMPILE_DEFINITIONS | Brad King | 2019-01-21 | 1 | -1/+3 |
|
|
* | | | Merge topic 'use-emplace' | Brad King | 2019-01-21 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -2/+2 |
| |/ |
|
* | | GHS: try_compile() now uses GHS platform variables | Fred Baksik | 2019-01-16 | 1 | -0/+16 |
|/ |
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -30/+33 |
|
|
* | PIE link options: Update strategy to fix performance regression | Marc Chevrier | 2018-12-19 | 1 | -0/+18 |
|
|
* | try_compile/try_run: Add support for LINK_OPTIONS option. | Marc Chevrier | 2018-12-01 | 1 | -0/+23 |
|
|
* | CMP0083: fix warning message on try_compile | Marc Chevrier | 2018-11-19 | 1 | -0/+7 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -11/+17 |
|
|
* | cmake: Add options for parallel builds to --build mode | Florian Maushart | 2018-05-25 | 1 | -1/+2 |
|
|
* | Genex: Fix COMPILE_LANGUAGE propagation through try_compile | Brad King | 2018-03-12 | 1 | -1/+2 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -11/+9 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -5/+5 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -3/+3 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -30/+21 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+0 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | Provide and use CM_FALLTHROUGH | Daniel Pfeifer | 2017-06-03 | 1 | -0/+4 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -1/+1 |
|
|
* | Add options for separate compile and link sysroots | Brad King | 2017-05-09 | 1 | -0/+4 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | fix some include-what-you-use diagnostics | Daniel Pfeifer | 2017-02-17 | 1 | -0/+1 |
|
|
* | try_compile: extend CMP0067 to honor language standards for CUDA. | Robert Maynard | 2016-12-12 | 1 | -2/+77 |
|
|
* | clang-tidy: apply misc-suspicious-string-compare fixes | Daniel Pfeifer | 2016-12-12 | 1 | -11/+6 |
|
|
* | clang-tidy: apply readability-redundant-control-flow fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+0 |
|
|
* | try_compile: Add policy CMP0067 to honor language standards | Brad King | 2016-12-06 | 1 | -0/+79 |
|
|
* | try_compile: Add options to specify language standards | Brad King | 2016-12-06 | 1 | -0/+128 |
|
|