| Commit message (Expand) | Author | Age | Files | Lines |
* | Ninja: Remove config suffix from order-only target | Kyle Edwards | 2020-04-23 | 1 | -2/+5 |
|
|
* | Generator: Don't allow Ninja Multi-Config variables on other generators | Kyle Edwards | 2020-02-27 | 1 | -0/+4 |
|
|
* | Ninja Multi-Config: Fix issue with "all" in CMAKE_NMC_DEFAULT_CONFIGS | Kyle Edwards | 2020-02-11 | 1 | -1/+1 |
|
|
* | Ninja Multi-Config: Add support for DEPFILE option in add_custom_command() | Kyle Edwards | 2020-02-07 | 1 | -0/+2 |
|
|
* | Ninja Multi-Config: Use build.ninja if cmake --build has no --config | Kyle Edwards | 2020-02-04 | 1 | -0/+5 |
|
|
* | Ninja Multi-Config: Shuffle variables around | Kyle Edwards | 2020-02-03 | 1 | -12/+15 |
|
|
* | Ninja: Factor metadata cleanup into dedicated method | Brad King | 2020-01-27 | 1 | -0/+1 |
|
|
* | Ninja Multi-Config: Add variable to control configs used in cross-config build | Kyle Edwards | 2020-01-23 | 1 | -0/+6 |
|
|
* | Ninja Multi-Config: Add variable to control aliases in build.ninja | Kyle Edwards | 2020-01-22 | 1 | -0/+4 |
|
|
* | Refactor: Split Ninja files into impl-<Config>.ninja and build-<Config>.ninja | Kyle Edwards | 2020-01-22 | 1 | -3/+30 |
|
|
* | Ninja Multi-Config: Make cross-config building opt-in | Kyle Edwards | 2020-01-10 | 1 | -0/+2 |
|
|
* | Merge topic 'ninja-postgen-commands' | Brad King | 2020-01-10 | 1 | -0/+9 |
|\ |
|
| * | Ninja: clean ninja metadata once generated | Ben Boeckel | 2020-01-06 | 1 | -0/+9 |
|
|
* | | GlobalGenerator family: modernize memory management | Marc Chevrier | 2020-01-07 | 1 | -4/+6 |
|/ |
|
* | cmGlobalGenerator: modernize memrory managemenbt | Marc Chevrier | 2019-12-30 | 1 | -1/+1 |
|
|
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -18/+168 |
|
|
* | Refactor: Prepare Ninja generator for multi-config | Kyle Edwards | 2019-12-13 | 1 | -3/+8 |
|
|
* | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-12-09 | 1 | -6/+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 | -11/+1 |
|
|
* | cmGlobalNinjaGenerator: Remove unused AddDependencyToAll overload | Brad King | 2019-09-30 | 1 | -1/+0 |
|
|
* | Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -2/+2 |
| |\ |
|
| | * | Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL | Brad King | 2019-09-30 | 1 | -2/+2 |
|
|
* | | | clang-tidy: modernize-return-braced-init-list | Regina Pfeifer | 2019-09-06 | 1 | -1/+1 |
|
|
* | | | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -1/+1 |
|
|
* | | | Ninja: Record dyndep support by Ninja 1.10 | Brad King | 2019-07-30 | 1 | -0/+1 |
|
|
* | | | Ninja: Drop unused dyndep version check | Brad King | 2019-07-30 | 1 | -1/+1 |
|
|
* | | | Ninja: Use in-class initialization of global generator members | Brad King | 2019-07-30 | 1 | -8/+8 |
|
|
* | | | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|/ / |
|
* | | Ninja: Remove non cmNinjaBuild based WriteBuild method | Sebastian Holtermann | 2019-05-30 | 1 | -16/+0 |
|
|
* | | Ninja: Remove WritePhonyBuild method | Sebastian Holtermann | 2019-05-30 | 1 | -10/+0 |
|
|
* | | Ninja: Make WriteCustomCommandBuild method use cmNinjaBuild internally | Sebastian Holtermann | 2019-05-30 | 1 | -8/+7 |
|
|
* | | Ninja: Make WriteMacOSXContentBuild use cmNinjaBuild internally | Sebastian Holtermann | 2019-05-30 | 1 | -2/+2 |
|
|
* | | Ninja: Add cmNinjaBuild based WriteBuild (wrapper) method | Sebastian Holtermann | 2019-05-30 | 1 | -0/+7 |
|
|
* | | Ninja: Use cmNinjaRule as sole parameter in the WriteRule and AddRule methods | Sebastian Holtermann | 2019-05-29 | 1 | -15/+3 |
|
|
* | | Merge topic 'additional_clean_files' | Brad King | 2019-05-15 | 1 | -0/+9 |
|\ \ |
|
| * | | Ninja: Add support for additional clean files | Sebastian Holtermann | 2019-05-14 | 1 | -0/+9 |
|
|
* | | | Merge topic 'ninja-pool-custom-command' | Brad King | 2019-05-15 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Support job pools in custom commands and targets | Rosen Matev | 2019-05-14 | 1 | -1/+2 |
|
|
* | | | Ninja: Use clean target instead of clean tool in `cmake --target clean` calls | Sebastian Holtermann | 2019-05-13 | 1 | -2/+0 |
|
|
* | | | Ninja: In cmGlobalNinjaGenerator use std::unique_ptr to manage output streams | Sebastian Holtermann | 2019-05-11 | 1 | -8/+9 |
|
|
* | | | Ninja: Add and use cmGlobalNinjaGenerator::CMakeCmd method | Sebastian Holtermann | 2019-05-10 | 1 | -1/+2 |
|
|
* | | | Ninja: Simplify cmGlobalNinjaGenerator::AddRule and HasRule methods | Sebastian Holtermann | 2019-05-10 | 1 | -6/+3 |
|/ / |
|
* | | cmake: Teach --build mode to support multiple targets | Bartosz Kosiorek | 2019-03-05 | 1 | -9/+6 |
|
|
* | | ninja: make dyndep generation language aware | Ben Boeckel | 2019-02-25 | 1 | -1/+2 |
|/ |
|
* | Ninja: Detect when ninja is new enough to support a multi-line depfile | Brad King | 2019-01-30 | 1 | -0/+6 |
|
|
* | Merge topic 'tidy-use-equals-default' | Brad King | 2019-01-29 | 1 | -2/+0 |
|\ |
|
| * | cleanup: Prefer compiler provided special member functions | Regina Pfeifer | 2019-01-25 | 1 | -2/+0 |
|
|
| * | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -1/+1 |
|
|