| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -0/+9 |
|
|
* | Merge topic 'cleanup-Convert' | Brad King | 2016-08-30 | 1 | -10/+13 |
|\ |
|
| * | Convert: Replace Convert(FULL) with equivalent | Stephen Kelly | 2016-08-27 | 1 | -1/+2 |
|
|
| * | Ninja: Replace ternary with if() | Stephen Kelly | 2016-08-27 | 1 | -3/+4 |
|
|
| * | Convert: Replace trivial conversion with new method | Stephen Kelly | 2016-08-27 | 1 | -1/+1 |
|
|
| * | Convert: Replace uses of Convert(NONE) | Stephen Kelly | 2016-08-27 | 1 | -2/+2 |
|
|
| * | Makefiles: Replace ternaries with if()s | Stephen Kelly | 2016-08-27 | 1 | -6/+7 |
|
|
* | | 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 | -2/+3 |
|
|
* | Refactor Makefile/Ninja tool working directory storage | Brad King | 2016-06-17 | 1 | -1/+1 |
|
|
* | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 1 | -7/+14 |
|
|
* | Merge topic 'improve-character-find-and-replace' | Brad King | 2016-05-25 | 1 | -1/+1 |
|\ |
|
| * | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 1 | -1/+1 |
|
|
* | | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -10/+17 |
|/ |
|
* | Ninja: Pass all build paths through a central method | Nicolas Despres | 2016-05-17 | 1 | -2/+7 |
|
|
* | Ninja: Convert link library file names like all other output paths | Nicolas Despres | 2016-05-17 | 1 | -1/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -157/+106 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -5/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -3/+3 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | Merge topic 'ninja-restat-custom-command-byproducts' | Brad King | 2016-04-08 | 1 | -2/+2 |
|\ |
|
| * | Ninja: Restat custom command byproducts even with a SYMBOLIC output (#16049) | Brad King | 2016-04-05 | 1 | -1/+1 |
|
|
| * | Ninja: Fix detection of custom command symbolic outputs | Brad King | 2016-04-05 | 1 | -1/+1 |
|
|
* | | Ninja: Fix non-determinism in generated build statement order (#15968) | Brad King | 2016-02-11 | 1 | -3/+14 |
|/ |
|
* | Ninja: Always re-run custom commands that have symbolic dependencies | Brad King | 2015-11-19 | 1 | -1/+11 |
|
|
* | Ninja: Add 'restat' parameter to custom command generation method | Brad King | 2015-11-19 | 1 | -0/+1 |
|
|
* | Merge topic 'minor-cleanups' | Brad King | 2015-10-28 | 1 | -1/+1 |
|\ |
|
| * | Use LocalGenerator when possible | Stephen Kelly | 2015-10-26 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: Add IsRootMakefile API | Stephen Kelly | 2015-10-27 | 1 | -2/+2 |
|/ |
|
* | Ninja: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -5/+5 |
|
|
* | cmLocalGenerator: Store a vector of generator targets. | Stephen Kelly | 2015-10-21 | 1 | -6/+6 |
|
|
* | cmLocalGenerator: Don't store imported generator targets | Stephen Kelly | 2015-10-20 | 1 | -2/+1 |
|
|
* | Merge topic 'clean-up-cmTarget' | Brad King | 2015-10-16 | 1 | -1/+1 |
|\ |
|
| * | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
| * | Generators: Use GetType from the cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -2/+2 |
|/ |
|
* | cmLocalGenerator: Store cmGeneratorTargets. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Add current binary directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Add GetProjectName method. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|
|
* | Ninja: Centralize path conversion in global generator (#15757) | Brad King | 2015-09-25 | 1 | -12/+6 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -2/+1 |
|
|
* | Merge topic 'rm-Makefile-LocalGenerator' | Brad King | 2015-08-11 | 1 | -1/+1 |
|\ |
|
| * | cmGlobalGenerator: Base exclusion computation on cmGeneratorTarget. | Stephen Kelly | 2015-08-06 | 1 | -1/+1 |
|
|
* | | Ninja: Centralized required Ninja version numbers and comparisons. | James Johnston | 2015-08-09 | 1 | -7/+5 |
|/ |
|
* | cmCustomCommandGenerator: Require cmLocalGenerator in API. | Stephen Kelly | 2015-07-27 | 1 | -1/+1 |
|
|
* | cmLocalCommonGenerator: Adopt ConfigName member | Brad King | 2015-07-09 | 1 | -17/+0 |
|
|
* | Add common base classes to Makefile and Ninja generators | Brad King | 2015-07-09 | 1 | -1/+1 |
|
|
* | cmMakefile: Move IsRoot API from cmLocalGenerator. | Stephen Kelly | 2015-06-21 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: De-virtualize Configure(). | Stephen Kelly | 2015-06-04 | 1 | -19/+9 |
|
|