| Commit message (Expand) | Author | Age | Files | Lines |
* | Ninja: Pass preprocessor definitions when compiling with Intel Fortran | Brad King | 2019-09-03 | 1 | -0/+1 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | Ninja: add support for Swift's output-file-map.json | Saleem Abdulrasool | 2019-05-16 | 1 | -0/+7 |
|
|
* | Ninja: Add support for ADDITIONAL_CLEAN_FILES target property | Sebastian Holtermann | 2019-05-14 | 1 | -0/+2 |
|
|
* | Ninja: In cmNinjaTargetGenerator use std::unique_ptr to manage new instances | Sebastian Holtermann | 2019-05-13 | 1 | -1/+3 |
|
|
* | Ninja,Makefile: use `unique_ptr` for memory management | Saleem Abdulrasool | 2019-04-18 | 1 | -2/+2 |
|
|
* | ninja: do not assume explicit preprocessing uses that output | Ben Boeckel | 2019-02-25 | 1 | -0/+1 |
|
|
* | ninja: make dyndep generation language aware | Ben Boeckel | 2019-02-25 | 1 | -1/+2 |
|
|
* | Replace occurrences of "Mac OS X" with "macOS" in comments | Bartosz Kosiorek | 2018-09-10 | 1 | -1/+1 |
|
|
* | LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS | Marc Chevrier | 2018-06-27 | 1 | -1/+1 |
|
|
* | sourceFile properties: add property INCLUDE_DIRECTORIES | Marc Chevrier | 2018-01-24 | 1 | -0/+3 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -5/+3 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | ninja: break unnecessary target dependencies | Ben Boeckel | 2017-04-21 | 1 | -2/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | Ninja: Add dyndep rules for Fortran module dependencies | Brad King | 2016-09-22 | 1 | -0/+10 |
|
|
* | Ninja: Add explicit preprocessing step for Fortran | Brad King | 2016-09-22 | 1 | -0/+5 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-23 | 1 | -4/+8 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -3/+5 |
|
|
* | Ninja: Make bundle resources a dependency of their target | Florent Castelli | 2016-06-23 | 1 | -0/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -27/+25 |
|
|
* | 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 | -1/+0 |
|
|
* | cmNinjaTargetGenerator: Factor out helper for forced response file check | Dmitry Ivanov | 2016-04-07 | 1 | -0/+2 |
|
|
* | Ninja: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -4/+1 |
|
|
* | Ninja: Centralize path conversion in global generator (#15757) | Brad King | 2015-09-25 | 1 | -4/+4 |
|
|
* | cmNinjaTargetGenerator: Factor out compile command exporter | Brad King | 2015-07-27 | 1 | -0/+11 |
|
|
* | cmCommonTargetGenerator: Adopt GetFlags method | Brad King | 2015-07-09 | 1 | -3/+0 |
|
|
* | cmNinjaTargetGenerator: Factor out AddIncludeFlags helper | Brad King | 2015-07-09 | 1 | -0/+2 |
|
|
* | cmCommonTargetGenerator: Adopt ModuleDefinitionFile member | Brad King | 2015-07-09 | 1 | -6/+0 |
|
|
* | cmCommonTargetGenerator: Adopt GetFeature and friends | Brad King | 2015-07-09 | 1 | -4/+0 |
|
|
* | cmCommonTargetGenerator: Adopt ConfigName member | Brad King | 2015-07-09 | 1 | -2/+0 |
|
|
* | cmCommonTargetGenerator: Adopt basic target generator members | Brad King | 2015-07-09 | 1 | -3/+0 |
|
|
* | Add common base classes to Makefile and Ninja generators | Brad King | 2015-07-09 | 1 | -1/+3 |
|
|
* | cmNinjaGenerator: Require cmGeneratorTarget. | Stephen Kelly | 2015-06-22 | 1 | -1/+1 |
|
|
* | Ninja: Generate separate compile and link rules for each target | Brad King | 2015-05-18 | 1 | -2/+1 |
|
|
* | Ninja: Use "deps = msvc" only for C and CXX (#15253) | Brad King | 2015-01-29 | 1 | -1/+1 |
|
|
* | Ninja: Remove unused declaration | Peter Collingbourne | 2014-11-14 | 1 | -1/+0 |
|
|
* | Ninja: Skip generating empty phony rules | Adam Strzelecki | 2014-06-30 | 1 | -1/+2 |
|
|
* | ninja: Factor out target-level order-only dependencies | Ben Boeckel | 2014-05-07 | 1 | -0/+4 |
|
|
* | ninja: Use string parameters | Ben Boeckel | 2014-05-02 | 1 | -2/+2 |
|
|
* | Ninja: Query custom commands once per target, not once per file. | Stephen Kelly | 2014-04-05 | 1 | -0/+1 |
|
|
* | Constify some APIs in generators. | Stephen Kelly | 2014-03-13 | 1 | -5/+5 |
|
|
* | cmOSXBundleGenerator: Make MacOSXContentGeneratorType arg const. | Stephen Kelly | 2014-03-13 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for feature arguments | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | stringapi: Return a string reference for the configuration | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Ninja: Cache target-level flags | Ben Boeckel | 2014-02-13 | 1 | -0/+3 |
|
|