summaryrefslogtreecommitdiff
path: root/Source/cmLocalNinjaGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-7/+7
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* ninja: break unnecessary target dependenciesBen Boeckel2017-04-211-1/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-5/+5
* cmRulePlaceholderExpander: Port clients to direct-useStephen Kelly2016-10-151-0/+2
* cmLocalGenerator: Remove the launcher from RuleVariablesStephen Kelly2016-10-151-6/+0
* cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-2/+0
* cmLocalGenerator: Simplify ConvertToLinkReferenceStephen Kelly2016-10-061-3/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+16
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-11/+11
* Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-5/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-12/+13
* Source: Stabilize include orderBrad King2016-04-291-3/+4
* Ninja: Fix non-determinism in generated build statement order (#15968)Brad King2016-02-111-0/+1
* Ninja: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-4/+5
* cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-151-1/+2
* Ninja: Centralize path conversion in global generator (#15757)Brad King2015-09-251-15/+0
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+1
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-1/+1
* cmLocalCommonGenerator: Adopt ConfigName memberBrad King2015-07-091-6/+0
* Add common base classes to Makefile and Ninja generatorsBrad King2015-07-091-2/+2
* cmLocalGenerator: De-virtualize Configure().Stephen Kelly2015-06-041-2/+0
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-1/+2
* Ninja: Remove some bogus comments.Stephen Kelly2015-05-231-9/+0
* cmLocalGenerator: Add abstraction to check if top-level.Stephen Kelly2015-05-141-3/+0
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-1/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
* Ninja: Fix RC include directories regressionBrad King2014-10-131-1/+2
* Ninja: Use 'console' pool for CMake re-run if possible (#14915)Sylvain Joubert2014-10-031-0/+1
* ninja: Use string parametersBen Boeckel2014-05-021-1/+1
* cmLocalGenerator: Add ComputeObjectFilenames interface.Stephen Kelly2014-03-131-0/+4
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-3/+4
* stringapi: Return a string reference for the configurationBen Boeckel2014-03-081-2/+2
* cmLocalGenerator: Add format option to ConvertToLinkReferenceBrad King2014-03-041-1/+2
* cmLocalGenerator: Add format option to ConvertToIncludeReferenceBrad King2014-03-041-1/+2
* Ninja: job pool support for compiling and linkingPeter Kümmel2013-11-251-0/+1
* Ninja: run custom commands through launcher if availableNils Gladitz2013-10-311-0/+1
* Ninja: void function can't return a valuePeter Kümmel2012-07-191-2/+2
* Ninja: remove 'friend' in ninja codePeter Kümmel2012-07-181-31/+31
* Pre-compute object file names before Ninja generationBrad King2012-03-161-3/+0
* Ninja: Constify use of cmCustomCommandBrad King2012-03-131-3/+3
* Ninja: Add friend struct so it can access the private ConvertToNinjaPath.David Cole2012-03-071-0/+2
* Ninja: Appease various compilersPeter Collingbourne2012-02-051-2/+2
* Ninja: Add the Ninja generatorPeter Collingbourne2012-02-021-0/+134