| Commit message (Expand) | Author | Age | Files | Lines |
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -0/+1 |
|
|
* | Merge topic 'ninja-multi-install' | Brad King | 2020-05-25 | 1 | -0/+37 |
|\ |
|
| * | Ninja Multi-Config: Make "install" targets depend on default configs | Kyle Edwards | 2020-05-22 | 1 | -0/+37 |
|
|
* | | cmMakefile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-01 | 1 | -6/+5 |
|
|
* | | Merge topic 'cleanup-endls-1' | Brad King | 2020-03-27 | 1 | -16/+11 |
|\ \ |
|
| * | | Refactor: Avoid `std::endl` where it's not necessary (part 1) | Alex Turbov | 2020-03-26 | 1 | -16/+11 |
| |/ |
|
* | | Merge topic 'cmprop-getglobalprop' | Brad King | 2020-03-27 | 1 | -3/+3 |
|\ \ |
|
| * | | cmState::GetGlobalProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 1 | -3/+3 |
| |/ |
|
* | | Simplify absolute path conversions using CollapseFullPath full signature | Brad King | 2020-03-24 | 1 | -2/+3 |
|/ |
|
* | Refactor: Split Ninja files into impl-<Config>.ninja and build-<Config>.ninja | Kyle Edwards | 2020-01-22 | 1 | -5/+5 |
|
|
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -18/+73 |
|
|
* | Refactor: Prepare Ninja generator for multi-config | Kyle Edwards | 2019-12-13 | 1 | -21/+31 |
|
|
* | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-11-11 | 1 | -2/+2 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -1/+2 |
|
|
* | Ninja: Simplify top-level "all" target generation | Brad King | 2019-09-30 | 1 | -6/+0 |
|
|
* | Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -1/+3 |
|\ |
|
| * | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -1/+3 |
| |\ |
|
| | * | Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL | Brad King | 2019-09-30 | 1 | -1/+3 |
|
|
* | | | cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility | Daniel Eiband | 2019-09-23 | 1 | -6/+4 |
|
|
* | | | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -2/+2 |
|
|
* | | | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -5/+3 |
|
|
* | | | 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 | -4/+2 |
|
|
* | | | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -1/+2 |
|
|
* | | | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -2/+3 |
|
|
* | | | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|/ / |
|
* | | Ninja: Use cmNinjaBuild instead of WritePhonyBuild | Sebastian Holtermann | 2019-05-30 | 1 | -14/+18 |
|
|
* | | Merge topic 'string-cleanup' | Brad King | 2019-05-17 | 1 | -1/+1 |
|\ \ |
|
| * | | Source: std::string related cleanup | Vitaly Stakhovsky | 2019-05-15 | 1 | -1/+1 |
|
|
* | | | Merge topic 'additional_clean_files' | Brad King | 2019-05-15 | 1 | -0/+25 |
|\ \ \ |
|
| * | | | Ninja: Add support for ADDITIONAL_CLEAN_FILES directory property | Sebastian Holtermann | 2019-05-14 | 1 | -0/+25 |
| |/ / |
|
* | | | Merge topic 'ninja-pool-custom-command' | Brad King | 2019-05-15 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Support job pools in custom commands and targets | Rosen Matev | 2019-05-14 | 1 | -1/+1 |
|
|
* | | | Ninja: In cmNinjaTargetGenerator use std::unique_ptr to manage new instances | Sebastian Holtermann | 2019-05-13 | 1 | -2/+1 |
|
|
* | | | Ninja: Inline range loop range arguments | Sebastian Holtermann | 2019-05-12 | 1 | -4/+2 |
|/ / |
|
* | | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 1 | -2/+2 |
|
|
* | | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -3/+5 |
|/ |
|
* | 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 |
|
|
* | | Merge topic 'cmoutputconverter-simplify' | Brad King | 2019-01-29 | 1 | -4/+5 |
|\ \ |
|
| * | | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. | Bruno Manganelli | 2019-01-27 | 1 | -4/+5 |
| |/ |
|
* | | Merge topic 'exclude_from_all' | Brad King | 2019-01-25 | 1 | -3/+1 |
|\ \ |
|
| * | | Pass EXCLUDE_FROM_ALL from directory to targets | Zack Galbreath | 2019-01-21 | 1 | -3/+1 |
| |/ |
|
* | | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 1 | -2/+2 |
|/ |
|
* | cmLocalNinjaGenerator: Prevent echoing of lines in ninja generated batch files | Mark O'Neill | 2018-12-06 | 1 | -0/+1 |
|
|
* | cmLocalNinjaGenerator: Report line of failure in ninja generated batch file | Mark O'Neill | 2018-12-06 | 1 | -2/+14 |
|
|
* | cmLocalNinjaGenerator: Propagate failures from batch file back to ninja | Mark O'Neill | 2018-12-06 | 1 | -1/+1 |
|
|
* | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -4/+3 |
|
|
* | cmLocalNinjaGenerator: Simplify CreateRulePlaceholderExpander | Mateusz Zych | 2018-10-26 | 1 | -2/+2 |
|
|
* | Ninja,Makefile: Drop extra space after RULE_LAUNCH_CUSTOM value | Brad King | 2018-09-11 | 1 | -5/+2 |
|
|