| Commit message (Expand) | Author | Age | Files | Lines |
* | Ninja: Drop unnecessary ident encoding logic for paths | Brad King | 2018-04-19 | 1 | -1/+0 |
|
|
* | Add glob verify support to XCode, VS, Ninja, and Makefile generators | Shane Parris | 2018-04-02 | 1 | -0/+3 |
|
|
* | Ninja: Cache ConvertToNinjaPath results to avoid repeat work | Matthias Maennich | 2017-09-19 | 1 | -1/+5 |
|
|
* | Ninja: Improve performance with deeply-dependent custom targets | Matthias Maennich | 2017-09-19 | 1 | -4/+3 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -27/+24 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -2/+2 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -1/+1 |
|
|
* | Ninja: Fix escaping of path to depfile | Brad King | 2017-05-30 | 1 | -1/+0 |
|
|
* | ninja: break unnecessary target dependencies | Ben Boeckel | 2017-04-21 | 1 | -4/+6 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION | Ruslan Baratov | 2017-03-30 | 1 | -0/+2 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -9/+13 |
|
|
* | Ninja: Fix POST_BUILD noop on Windows | Brad King | 2016-10-28 | 1 | -0/+3 |
|
|
* | Ninja: Use binary dir for `$subdir/all` targets | Alexis Murzeau | 2016-10-24 | 1 | -1/+0 |
|
|
* | Merge topic 'ninja-encoding' | Brad King | 2016-10-21 | 1 | -0/+3 |
|\ |
|
| * | Ninja: Use ANSI encoding for Ninja build files on Windows | Dāvis Mosāns | 2016-10-20 | 1 | -0/+3 |
|
|
* | | cmGlobalGenerator: Allow FindMakeProgram to fail | Brad King | 2016-10-20 | 1 | -1/+1 |
|/ |
|
* | cmState: Port dependent code to new cmStateDirectory name | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -2/+3 |
|
|
* | cmLinkLineComputer: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -0/+3 |
|
|
* | Ninja: Constify | Stephen Kelly | 2016-10-10 | 1 | -2/+2 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | Ninja: Conditionally allow Fortran based on ninja 'dyndep' support | Brad King | 2016-09-22 | 1 | -0/+1 |
|
|
* | Ninja: Add internal tool to produce a ninja dyndep file for Fortran | Brad King | 2016-09-22 | 1 | -0/+9 |
|
|
* | Ninja: Add API to check for dyndep support | Brad King | 2016-09-22 | 1 | -0/+1 |
|
|
* | Ninja: Refactor ninja feature detection | Brad King | 2016-09-22 | 1 | -0/+3 |
|
|
* | Ninja: Refactor Fortran rejection logic | Brad King | 2016-09-22 | 1 | -0/+2 |
|
|
* | cmGlobalNinjaGenerator: Add API to check for implicit outputs support | Brad King | 2016-09-20 | 1 | -0/+2 |
|
|
* | cmGlobalNinjaGenerator: Teach WriteBuild about implicit outputs | Brad King | 2016-09-20 | 1 | -0/+1 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -5/+17 |
|
|
* | add_custom_command: Add DEPFILE option for Ninja | Kulla Christoph | 2016-08-30 | 1 | -1/+2 |
|
|
* | Ninja: Fix inter-target order-only dependencies of custom commands | Brad King | 2016-07-20 | 1 | -0/+11 |
|
|
* | CMake: Report whether generators support platforms | Tobias Hunger | 2016-07-14 | 1 | -0/+6 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -26/+31 |
|
|
* | Ninja: Support embedding of CMake as subninja project | Nicolas Despres | 2016-05-17 | 1 | -0/+5 |
|
|
* | Ninja: Pass all build paths through a central method | Nicolas Despres | 2016-05-17 | 1 | -0/+2 |
|
|
* | Ninja: Pre-compute "CMakeCache.txt" build target name | Nicolas Despres | 2016-05-17 | 1 | -0/+1 |
|
|
* | Ninja: Pre-compute "all" build target name | Nicolas Despres | 2016-05-17 | 1 | -0/+3 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -100/+92 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -4/+5 |
|
|
* | cmGlobalNinjaGenerator: Clarify logic for forcing use of response files | Dmitry Ivanov | 2016-04-07 | 1 | -1/+1 |
|
|
* | Ninja: Add `$subdir/all` targets | Charles Huet | 2016-03-18 | 1 | -0/+3 |
|
|
* | Ninja: Add 'restat' parameter to custom command generation method | Brad King | 2015-11-19 | 1 | -0/+1 |
|
|
* | cmake-gui: Add option to specify generator toolset | Robert Dailey | 2015-11-17 | 1 | -0/+6 |
|
|
* | cmGlobalNinjaGenerator: Save 'ninja' version very early | Brad King | 2015-11-02 | 1 | -1/+1 |
|
|
* | cmGlobalNinjaGenerator: Save path to 'ninja' tool very early | Brad King | 2015-11-02 | 1 | -1/+3 |
|
|
* | Ninja: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -5/+7 |
|
|