summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'clang-tidy'Brad King2016-10-201-2/+4
|\
| * fix more issues reported by clang-tidyDaniel Pfeifer2016-10-201-2/+4
* | cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* | cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* | cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-14/+14
|/
* cmRulePlaceholderExpander: Port clients to direct-useStephen Kelly2016-10-151-9/+16
* cmLocalGenerator: Use strings instead of a Target in rule replacementStephen Kelly2016-10-151-2/+5
* cmLocalGenerator: Use a converter in rule replacement APIStephen Kelly2016-10-151-3/+6
* cmLocalGenerator: Remove the launcher from RuleVariablesStephen Kelly2016-10-151-2/+10
* Ninja: Fix RC language depfile generation with cmcldepsBen Boeckel2016-10-131-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Ninja: Add source location as include directory for preprocessed filesNils Gladitz2016-09-271-0/+12
* 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-231-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-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