| Commit message (Expand) | Author | Age | Files | Lines |
* | Source: use std::string in place of const char* | Vitaly Stakhovsky | 2020-01-29 | 1 | -1/+1 |
|
|
* | add_custom_command: check if a relative path should be an in-source path | Ben Boeckel | 2020-01-16 | 1 | -4/+0 |
|
|
* | cmake: avoid getcwd in `CollapseFullPath` | Tim Blechmann | 2020-01-14 | 1 | -1/+2 |
|
|
* | add_custom_command: convert DEPENDS path arguments to absolute paths | Ben Boeckel | 2019-12-18 | 1 | -0/+4 |
|
|
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -3/+4 |
|
|
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -2/+6 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -4/+4 |
|
|
* | cmCustomCommandGenerator: Replace generator expression member | Daniel Eiband | 2019-09-22 | 1 | -13/+7 |
|
|
* | Genex: Evaluate byproduct generator expressions in cmCustomCommandGenerator | Daniel Eiband | 2019-09-17 | 1 | -1/+3 |
|
|
* | Genex: Move genex expansion of paths into AppendPaths utility | Daniel Eiband | 2019-09-17 | 1 | -14/+23 |
|
|
* | Merge topic 'tidy-deprecated-headers' | Brad King | 2019-09-16 | 1 | -1/+1 |
|\ |
|
| * | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | | add_custom_command: Delay slash conversion until after genex evaluation | Sebastian Lipponer | 2019-09-13 | 1 | -0/+1 |
|/ |
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -3/+1 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -5/+5 |
|
|
* | Merge topic 'fix-emulator-arguments' | Brad King | 2019-07-24 | 1 | -1/+1 |
|\ |
|
| * | Fix allocation in CROSSCOMPILING_EMULATOR evaluation | Marek Antoniak | 2019-07-23 | 1 | -1/+1 |
|
|
* | | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|/ |
|
* | Teach CROSSCOMPILING_EMULATOR to support arguments | Marek Antoniak | 2019-06-03 | 1 | -12/+45 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -7/+5 |
|
|
* | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -2/+2 |
|
|
* | add_custom_{command,target}: Fix WORKING_DIRECTORY leading genex | Brad King | 2018-11-03 | 1 | -0/+6 |
|
|
* | add_custom_{command,target}: WORKING_DIRECTORY generator expressions | Jon Chronopoulos | 2018-09-28 | 1 | -1/+8 |
|
|
* | add_custom_{command,target}: Fix crash on empty expanded command | Brad King | 2018-05-14 | 1 | -0/+8 |
|
|
* | cmCustomCommandGenerator: Simplify cmOutputConverter access | Brad King | 2018-02-01 | 1 | -3/+1 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -2/+3 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -3/+4 |
|
|
* | Merge topic 'ranged-for' | Brad King | 2017-09-13 | 1 | -12/+8 |
|\ |
|
| * | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -12/+8 |
|
|
* | | cmCustomCommandGenerator: Fix include-what-you-use diagnostic | Brad King | 2017-09-11 | 1 | -0/+2 |
|
|
* | | add HasOnlyEmptyCommandLines() method to cmCustomCommandGenerator | Michael Stürmer | 2017-09-04 | 1 | -0/+12 |
|/ |
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -2/+0 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -6/+5 |
|
|
* | cmCustomCommandGenerator: Avoid mutable state | Brad King | 2017-08-08 | 1 | -19/+16 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option | Ed Branch | 2017-01-14 | 1 | -9/+23 |
|
|
* | Fix custom command target substitution with CROSSCOMPILING_EMULATOR | Brad King | 2016-10-28 | 1 | -13/+32 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -3/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -0/+7 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -2/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -64/+47 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -12/+0 |
|
|
* | CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATOR | Jean-Christophe Fillion-Robin | 2016-05-09 | 1 | -2/+32 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -3/+3 |
|
|
* | Use IsImported from cmGeneratorTarget. | Stephen Kelly | 2015-10-16 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|