summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add properties to run the cpplint style checker with the compilerJamie Snape2017-01-231-1/+9
* CUDA: Detect MSVC architecture idBrad King2017-01-121-1/+2
* Makefile,Ninja: De-duplicate MSVC compiler PDB path selectionBrad King2016-12-151-15/+1
* Merge topic 'clang-tidy'Brad King2016-12-121-1/+1
|\
| * clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-1/+1
* | Merge topic 'fix-ctest-launchers'Brad King2016-12-121-0/+1
|\ \ | |/ |/|
| * Comment ExpandRuleVariables calls not preceded by launcher insertionBrad King2016-12-091-0/+1
* | Ninja,Makefile: Name static library compile PDB files as VS doesBrad King2016-11-301-0/+7
* | CUDA: Add support for the CUDA_SEPARABLE_COMPILATION target propertyRobert Maynard2016-11-141-3/+15
* | Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-8/+11
* | Add generator expression support to per-source COMPILE_FLAGSZsolt Parragi2016-10-281-2/+8
* | 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