summaryrefslogtreecommitdiff
path: root/Source/cmNinjaTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Ninja: Add dyndep rules for Fortran module dependenciesBrad King2016-09-221-1/+164
* Ninja: Add explicit preprocessing step for FortranBrad King2016-09-221-1/+165
* cmGlobalNinjaGenerator: Teach WriteBuild about implicit outputsBrad King2016-09-201-2/+3
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-241-0/+8
* Ninja: Add `$subdir/{test,install,package}` targetsBrad King2016-08-091-12/+1
* Ninja: Use full path for all source filesChaoren Lin2016-08-081-3/+4
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-1/+1
* Merge topic 'compiler-features'Brad King2016-06-281-4/+4
|\
| * use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+4
* | Merge topic 'ninja-no-rsp-for-rc'Brad King2016-06-281-2/+4
|\ \ | |/ |/|
| * ninja, rc: ignore CMAKE_NINJA_FORCE_RESPONSE_FILE for RC filesBen Boeckel2016-06-271-2/+4
* | Ninja: Make bundle resources a dependency of their targetFlorent Castelli2016-06-231-2/+6
* | Refactor Makefile/Ninja tool working directory storageBrad King2016-06-171-1/+1
* | Add missing braces around statements.Daniel Pfeifer2016-06-101-8/+16
* | Simplify boolean expressionsDaniel Pfeifer2016-06-021-2/+1
|/
* Merge topic 'improve-character-find-and-replace'Brad King2016-05-251-1/+1
|\
| * Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-1/+1
* | Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-6/+6
|/
* Ninja: Support embedding of CMake as subninja projectNicolas Despres2016-05-171-4/+6
* Ninja: Convert object file names to ninja paths earlierNicolas Despres2016-05-171-4/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-331/+223
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* 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-151-2/+1
| * Remove now-obsolete casts.Stephen Kelly2015-10-151-1/+1
| * cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-15/+15
| * Generators: Use GetType from the cmGeneratorTarget.Stephen Kelly2015-10-151-8/+9
* | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-151-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-091-1/+1
| * cmGeneratorTarget: Move GetDirectory from cmTarget.Stephen Kelly2015-10-091-1/+1
* | cmLocalGenerator: Add current source directory accessor.Stephen Kelly2015-10-101-2/+1
* | cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-091-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