| Commit message (Expand) | Author | Age | Files | Lines |
* | Ninja Multi-Config: Add support for cross-config custom commands | Kyle Edwards | 2020-12-15 | 1 | -11/+42 |
|
|
* | Merge branch 'master' into ninja-multi-automoc-regression | Kyle Edwards | 2020-09-02 | 1 | -1/+2 |
|\ |
|
| * | Ninja: Remove parameter default for cmNinjaTargetDepends | Kyle Edwards | 2020-07-24 | 1 | -1/+2 |
|
|
* | | Ninja Multi-Config: Fix cleaning of utility targets with commands | Kyle Edwards | 2020-09-02 | 1 | -0/+2 |
|/ |
|
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -0/+1 |
|
|
* | Merge topic 'ninja-multi-install' | Brad King | 2020-05-25 | 1 | -5/+0 |
|\ |
|
| * | Ninja Multi-Config: Make "install" targets depend on default configs | Kyle Edwards | 2020-05-22 | 1 | -5/+0 |
|
|
* | | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -2/+2 |
|/ |
|
* | Refactor: Split Ninja files into impl-<Config>.ninja and build-<Config>.ninja | Kyle Edwards | 2020-01-22 | 1 | -1/+1 |
|
|
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -6/+30 |
|
|
* | Refactor: Prepare Ninja generator for multi-config | Kyle Edwards | 2019-12-13 | 1 | -11/+8 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -7/+7 |
|
|
* | Merge topic 'ninja_additional_clean_files_custom_target' | Brad King | 2019-08-27 | 1 | -0/+3 |
|\ |
|
| * | Ninja: Add support for ADDITIONAL_CLEAN_FILES in custom targets | Sebastian Holtermann | 2019-08-26 | 1 | -0/+3 |
|
|
* | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -3/+4 |
|
|
* | | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -1/+2 |
|
|
* | | avoid adding multiple consecutive string literals to std::string | Rolf Eike Beer | 2019-08-18 | 1 | -2/+1 |
|/ |
|
* | Ninja: Use cmNinjaBuild instead of WritePhonyBuild | Sebastian Holtermann | 2019-05-30 | 1 | -7/+9 |
|
|
* | Ninja: Embrace temporary objects in scopes | Sebastian Holtermann | 2019-05-30 | 1 | -69/+61 |
|
|
* | Support job pools in custom commands and targets | Rosen Matev | 2019-05-14 | 1 | -1/+1 |
|
|
* | Merge topic 'tidy-use-equals-default' | Brad King | 2019-01-29 | 1 | -3/+1 |
|\ |
|
| * | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|
|
* | | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 1 | -2/+1 |
|/ |
|
* | Ninja: Generate scripts for long custom command sequences | Roger Leigh | 2018-02-06 | 1 | -2/+2 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -12/+7 |
|
|
* | 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 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | add_custom_command: Add DEPFILE option for Ninja | Kulla Christoph | 2016-08-30 | 1 | -1/+1 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-23 | 1 | -0/+12 |
|
|
* | Ninja: Add `$subdir/{test,install,package}` targets | Brad King | 2016-08-09 | 1 | -5/+12 |
|
|
* | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 1 | -4/+7 |
|
|
* | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -2/+2 |
|
|
* | Ninja: Pass all build paths through a central method | Nicolas Despres | 2016-05-17 | 1 | -0/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -50/+46 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | Ninja: Add 'restat' parameter to custom command generation method | Brad King | 2015-11-19 | 1 | -0/+1 |
|
|
* | cmGeneratorTarget: Add API for target-relative commands. | Stephen Kelly | 2015-10-26 | 1 | -2/+2 |
|
|
* | Ninja: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -7/+9 |
|
|
* | Use cmGeneratorTarget for property access. | Stephen Kelly | 2015-10-17 | 1 | -1/+2 |
|
|
* | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -2/+2 |
|
|
* | Access sources through cmGeneratorTarget. | Stephen Kelly | 2015-10-07 | 1 | -1/+1 |
|
|
* | cmCustomCommandGenerator: Require cmLocalGenerator in API. | Stephen Kelly | 2015-07-27 | 1 | -2/+2 |
|
|
* | cmNinjaGenerator: Require cmGeneratorTarget. | Stephen Kelly | 2015-06-22 | 1 | -1/+1 |
|
|
* | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 1 | -4/+17 |
|
|
* | Ninja: Implement USES_TERMINAL using the console pool if available | Peter Collingbourne | 2014-11-14 | 1 | -0/+5 |
|
|
* | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -1/+3 |
|
|
* | Generalize cmCustomCommandGenerator to more fields | Brad King | 2014-03-12 | 1 | -3/+8 |
|
|
* | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -2/+2 |
|
|