| Commit message (Expand) | Author | Age | Files | Lines |
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -7/+7 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | Add options to run clang-tidy with the compiler | Daniel Pfeifer | 2016-04-13 | 1 | -3/+15 |
|
|
* | Ninja: Honor CMAKE_NINJA_FORCE_RESPONSE_FILE for compile rules | Dmitry Ivanov | 2016-04-07 | 1 | -4/+24 |
|
|
* | cmNinjaTargetGenerator: Factor out helper for forced response file check | Dmitry Ivanov | 2016-04-07 | 1 | -0/+7 |
|
|
* | Refactor `.def` file lookup | Tim Grothe | 2015-11-04 | 1 | -2/+3 |
|
|
* | Ninja: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -4/+7 |
|
|
* | Ninja: Refactor selection of 'deps = ' value for MS-compatible toolchains | Brad King | 2015-10-20 | 1 | -12/+4 |
|
|
* | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -1/+1 |
|
|
* | Use cmGeneratorTarget for property access. | Stephen Kelly | 2015-10-17 | 1 | -3/+4 |
|
|
* | Use GetName from cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -2/+2 |
|
|
* | Merge topic 'clean-up-cmTarget' | Brad King | 2015-10-16 | 1 | -15/+15 |
|\ |
|
| * | cmState: Move GetTargetTypeName from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -2/+1 |
|
|
| * | Remove now-obsolete casts. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
| * | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -15/+15 |
|
|
| * | Generators: Use GetType from the cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -8/+9 |
|
|
* | | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|/ |
|
* | cmGeneratorTarget: Move GetSupportDirectory from cmTarget. | Stephen Kelly | 2015-10-12 | 1 | -2/+2 |
|
|
* | Merge topic 'use-generator-target' | Brad King | 2015-10-12 | 1 | -2/+2 |
|\ |
|
| * | cmGeneratorTarget: Move GetPDBDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|
|
| * | cmGeneratorTarget: Move GetDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: Add current source directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -2/+1 |
|
|
* | | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|/ |
|
* | Ninja: Centralize path conversion in global generator (#15757) | Brad King | 2015-09-25 | 1 | -2/+2 |
|
|
* | Ninja: Refactor lookup of cmcldeps location | Brad King | 2015-09-18 | 1 | -1/+1 |
|
|
* | Add support for *.manifest source files with MSVC tools | Brad King | 2015-09-17 | 1 | -0/+9 |
|
|
* | Merge topic 'ninja-LINK_DEPENDS' | Brad King | 2015-08-06 | 1 | -0/+9 |
|\ |
|
| * | Ninja: Honor the LINK_DEPENDS target property (#14796) | Brad King | 2015-08-05 | 1 | -0/+9 |
|
|
* | | cmGeneratorTarget: Move IsBundleOnApple from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | | cmGeneratorTarget: Move GetPDBName from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | | cmGeneratorTarget: Move GetCompilePDBPath from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+2 |
|
|
* | | cmGeneratorTarget: Move GetLinkInformation from cmTarget | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|/ |
|
* | cmCommonTargetGenerator: Store working directory for relative paths | Brad King | 2015-07-29 | 1 | -1/+1 |
|
|
* | Merge topic 'use-generator-target' | Brad King | 2015-07-28 | 1 | -1/+1 |
|\ |
|
| * | cmCustomCommandGenerator: Require cmLocalGenerator in API. | Stephen Kelly | 2015-07-27 | 1 | -1/+1 |
|
|
* | | cmNinjaTargetGenerator: Factor out compile command exporter | Brad King | 2015-07-27 | 1 | -65/+87 |
|/ |
|
* | Merge topic 'refactor-rule-var-includes' | Brad King | 2015-07-14 | 1 | -0/+3 |
|\ |
|
| * | Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables | Brad King | 2015-07-13 | 1 | -0/+3 |
|
|
* | | cmNinjaTargetGenerator: Restore addition of Fortran format flags | Brad King | 2015-07-13 | 1 | -0/+6 |
|/ |
|
* | cmNinjaTargetGenerator: Use GetDefines method | Brad King | 2015-07-09 | 1 | -11/+1 |
|
|
* | cmCommonTargetGenerator: Adopt GetFlags method | Brad King | 2015-07-09 | 1 | -49/+1 |
|
|
* | cmNinjaTargetGenerator: Add OX X framework flags | Brad King | 2015-07-09 | 1 | -2/+4 |
|
|
* | cmNinjaTargetGenerator: Factor out AddIncludeFlags helper | Brad King | 2015-07-09 | 1 | -16/+23 |
|
|
* | cmNinjaTargetGenerator: Add Fortran flag generation | Brad King | 2015-07-09 | 1 | -7/+12 |
|
|
* | cmCommonTargetGenerator: Adopt ModuleDefinitionFile member | Brad King | 2015-07-09 | 1 | -32/+1 |
|
|
* | cmCommonTargetGenerator: Adopt GetFeature and friends | Brad King | 2015-07-09 | 1 | -26/+0 |
|
|
* | cmCommonTargetGenerator: Adopt ConfigName member | Brad King | 2015-07-09 | 1 | -5/+0 |
|
|
* | cmCommonTargetGenerator: Adopt basic target generator members | Brad King | 2015-07-09 | 1 | -4/+1 |
|
|
* | Add common base classes to Makefile and Ninja generators | Brad King | 2015-07-09 | 1 | -1/+1 |
|
|
* | cmNinjaGenerator: Require cmGeneratorTarget. | Stephen Kelly | 2015-06-22 | 1 | -6/+5 |
|
|