summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Ninja: Use "deps = msvc" only for C and CXX (#15253)Brad King2015-01-291-1/+1
* Ninja: Remove unused declarationPeter Collingbourne2014-11-141-1/+0
* Ninja: Skip generating empty phony rulesAdam Strzelecki2014-06-301-1/+2
* ninja: Factor out target-level order-only dependenciesBen Boeckel2014-05-071-0/+4
* ninja: Use string parametersBen Boeckel2014-05-021-2/+2
* Ninja: Query custom commands once per target, not once per file.Stephen Kelly2014-04-051-0/+1
* Constify some APIs in generators.Stephen Kelly2014-03-131-5/+5
* cmOSXBundleGenerator: Make MacOSXContentGeneratorType arg const.Stephen Kelly2014-03-131-1/+1
* stringapi: Use strings for feature argumentsBen Boeckel2014-03-081-2/+2
* stringapi: Return a string reference for the configurationBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+1
* Ninja: Cache target-level flagsBen Boeckel2014-02-131-0/+3
* Ninja: job pool support for compiling and linkingPeter Kümmel2013-11-251-1/+4
* Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-1/+1
* Ninja: use deps = gcc/msvc featurePeter Kümmel2013-10-241-0/+2
* Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-191-0/+3
* Ninja: remove GetTargetPDB because it is used only oncePeter Kümmel2012-08-221-1/+0
* Ninja:split out setting of msvc TARGET_PDBPeter Kümmel2012-08-221-2/+5
* Ninja: fixes for bccPeter Kümmel2012-07-181-1/+1
* Ninja: remove warningsPeter Kümmel2012-07-181-6/+7
* Ninja: remove 'friend' in ninja codePeter Kümmel2012-07-181-1/+2
* Re-factor bundle content copying rules generation.Nicolas Despres2012-07-171-5/+14
* Ninja: Copy resource files in the bundle.Nicolas Despres2012-07-171-0/+11
* Ninja: work with ninja/master, don't compile rc files with clPeter Kuemmel2012-06-121-0/+3
* Ninja: Fix module .def file path conversionBrad King2012-04-021-0/+3
* Simplify cmNinjaTargetGenerator using cmGeneratorTargetBrad King2012-03-161-3/+2
* Ninja: add .def file supportPeter Kuemmel2012-03-071-0/+6
* Ninja: windows msvc: create for each target a .pdb filePeter Kuemmel2012-02-211-0/+1
* Ninja: Backslash rules for WindowsPeter Collingbourne2012-02-191-1/+3
* Ninja: Add the Ninja generatorPeter Collingbourne2012-02-021-0/+115