summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-7/+7
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Add options to run clang-tidy with the compilerDaniel Pfeifer2016-04-131-3/+15
* Ninja: Honor CMAKE_NINJA_FORCE_RESPONSE_FILE for compile rulesDmitry Ivanov2016-04-071-4/+24
* cmNinjaTargetGenerator: Factor out helper for forced response file checkDmitry Ivanov2016-04-071-0/+7
* Refactor `.def` file lookupTim Grothe2015-11-041-2/+3
* Ninja: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-4/+7
* Ninja: Refactor selection of 'deps = ' value for MS-compatible toolchainsBrad King2015-10-201-12/+4
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-1/+1
* Use cmGeneratorTarget for property access.Stephen Kelly2015-10-171-3/+4
* Use GetName from cmGeneratorTarget.Stephen Kelly2015-10-171-2/+2
* Merge topic 'clean-up-cmTarget'Brad King2015-10-161-15/+15
|\
| * cmState: Move GetTargetTypeName from cmTarget.Stephen Kelly2015-10-141-2/+1
| * Remove now-obsolete casts.Stephen Kelly2015-10-141-1/+1
| * cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-15/+15
| * Generators: Use GetType from the cmGeneratorTarget.Stephen Kelly2015-10-141-8/+9
* | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-141-1/+1
|/
* cmGeneratorTarget: Move GetSupportDirectory from cmTarget.Stephen Kelly2015-10-121-2/+2
* Merge topic 'use-generator-target'Brad King2015-10-121-2/+2
|\
| * cmGeneratorTarget: Move GetPDBDirectory from cmTarget.Stephen Kelly2015-10-081-1/+1
| * cmGeneratorTarget: Move GetDirectory from cmTarget.Stephen Kelly2015-10-081-1/+1
* | cmLocalGenerator: Add current source directory accessor.Stephen Kelly2015-10-101-2/+1
* | cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-081-1/+1
|/
* Ninja: Centralize path conversion in global generator (#15757)Brad King2015-09-251-2/+2
* Ninja: Refactor lookup of cmcldeps locationBrad King2015-09-181-1/+1
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+9
* Merge topic 'ninja-LINK_DEPENDS'Brad King2015-08-061-0/+9
|\
| * Ninja: Honor the LINK_DEPENDS target property (#14796)Brad King2015-08-051-0/+9
* | cmGeneratorTarget: Move IsBundleOnApple from cmTarget.Stephen Kelly2015-08-051-1/+1
* | cmGeneratorTarget: Move GetPDBName from cmTarget.Stephen Kelly2015-08-051-1/+1
* | cmGeneratorTarget: Move GetCompilePDBPath from cmTarget.Stephen Kelly2015-08-051-1/+2
* | cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-1/+1
|/
* cmCommonTargetGenerator: Store working directory for relative pathsBrad King2015-07-291-1/+1
* Merge topic 'use-generator-target'Brad King2015-07-281-1/+1
|\
| * cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-271-1/+1
* | cmNinjaTargetGenerator: Factor out compile command exporterBrad King2015-07-271-65/+87
|/
* Merge topic 'refactor-rule-var-includes'Brad King2015-07-141-0/+3
|\
| * Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-131-0/+3
* | cmNinjaTargetGenerator: Restore addition of Fortran format flagsBrad King2015-07-131-0/+6
|/
* cmNinjaTargetGenerator: Use GetDefines methodBrad King2015-07-091-11/+1
* cmCommonTargetGenerator: Adopt GetFlags methodBrad King2015-07-091-49/+1
* cmNinjaTargetGenerator: Add OX X framework flagsBrad King2015-07-091-2/+4
* cmNinjaTargetGenerator: Factor out AddIncludeFlags helperBrad King2015-07-091-16/+23
* cmNinjaTargetGenerator: Add Fortran flag generationBrad King2015-07-091-7/+12
* cmCommonTargetGenerator: Adopt ModuleDefinitionFile memberBrad King2015-07-091-32/+1
* cmCommonTargetGenerator: Adopt GetFeature and friendsBrad King2015-07-091-26/+0
* cmCommonTargetGenerator: Adopt ConfigName memberBrad King2015-07-091-5/+0
* cmCommonTargetGenerator: Adopt basic target generator membersBrad King2015-07-091-4/+1
* Add common base classes to Makefile and Ninja generatorsBrad King2015-07-091-1/+1
* cmNinjaGenerator: Require cmGeneratorTarget.Stephen Kelly2015-06-221-6/+5