summaryrefslogtreecommitdiff
path: root/Source/cmLocalNinjaGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-157/+106
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-5/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Merge topic 'ninja-restat-custom-command-byproducts'Brad King2016-04-081-2/+2
|\
| * Ninja: Restat custom command byproducts even with a SYMBOLIC output (#16049)Brad King2016-04-051-1/+1
| * Ninja: Fix detection of custom command symbolic outputsBrad King2016-04-051-1/+1
* | Ninja: Fix non-determinism in generated build statement order (#15968)Brad King2016-02-111-3/+14
|/
* Ninja: Always re-run custom commands that have symbolic dependenciesBrad King2015-11-191-1/+11
* Ninja: Add 'restat' parameter to custom command generation methodBrad King2015-11-191-0/+1
* Merge topic 'minor-cleanups'Brad King2015-10-281-1/+1
|\
| * Use LocalGenerator when possibleStephen Kelly2015-10-261-1/+1
* | cmLocalGenerator: Add IsRootMakefile APIStephen Kelly2015-10-271-2/+2
|/
* Ninja: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-5/+5
* cmLocalGenerator: Store a vector of generator targets.Stephen Kelly2015-10-211-6/+6
* cmLocalGenerator: Don't store imported generator targetsStephen Kelly2015-10-201-2/+1
* Merge topic 'clean-up-cmTarget'Brad King2015-10-161-1/+1
|\
| * cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-1/+1
| * Generators: Use GetType from the cmGeneratorTarget.Stephen Kelly2015-10-151-1/+1
* | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-151-2/+2
|/
* cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-1/+1
* cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-1/+1
* cmLocalGenerator: Add GetProjectName method.Stephen Kelly2015-10-091-1/+1
* Ninja: Centralize path conversion in global generator (#15757)Brad King2015-09-251-12/+6
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1
* Merge topic 'rm-Makefile-LocalGenerator'Brad King2015-08-111-1/+1
|\
| * cmGlobalGenerator: Base exclusion computation on cmGeneratorTarget.Stephen Kelly2015-08-071-1/+1
* | Ninja: Centralized required Ninja version numbers and comparisons.James Johnston2015-08-091-7/+5
|/
* cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-271-1/+1
* cmLocalCommonGenerator: Adopt ConfigName memberBrad King2015-07-091-17/+0
* Add common base classes to Makefile and Ninja generatorsBrad King2015-07-091-1/+1
* cmMakefile: Move IsRoot API from cmLocalGenerator.Stephen Kelly2015-06-211-2/+2
* cmLocalGenerator: De-virtualize Configure().Stephen Kelly2015-06-041-19/+9
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* cmMakefile: Port CurrentListFile clients to GetDefinition.Stephen Kelly2015-05-191-2/+2
* cmLocalGenerator: Add abstraction to check if top-level.Stephen Kelly2015-05-141-7/+2
* cmGlobalGenerator: Move some flags from cmLocalGenerator.Stephen Kelly2015-05-141-3/+0
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+3
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+2
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-2/+2
* Port Global property interaction to cmState.Stephen Kelly2015-04-151-1/+3
* cmake: Remove the happy global property scope pattern.Stephen Kelly2015-04-151-2/+1
* Ninja: Improve internal check for generating at the top-level (#15436)Brad King2015-03-091-2/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-1/+9
* Ninja: Implement USES_TERMINAL using the console pool if availablePeter Collingbourne2014-11-141-0/+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-2/+3
* Ninja: Use 'console' pool for CMake re-run if possible (#14915)Sylvain Joubert2014-10-031-0/+25