summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'refactor-rule-var-includes'Brad King2015-07-141-0/+3
|\
| * Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-131-0/+3
* | cmNinjaTargetGenerator: Restore addition of Fortran format flagsBrad King2015-07-131-0/+6
|/
* cmNinjaTargetGenerator: Use GetDefines methodBrad King2015-07-091-11/+1
* cmCommonTargetGenerator: Adopt GetFlags methodBrad King2015-07-091-49/+1
* cmNinjaTargetGenerator: Add OX X framework flagsBrad King2015-07-091-2/+4
* cmNinjaTargetGenerator: Factor out AddIncludeFlags helperBrad King2015-07-091-16/+23
* cmNinjaTargetGenerator: Add Fortran flag generationBrad King2015-07-091-7/+12
* cmCommonTargetGenerator: Adopt ModuleDefinitionFile memberBrad King2015-07-091-32/+1
* cmCommonTargetGenerator: Adopt GetFeature and friendsBrad King2015-07-091-26/+0
* cmCommonTargetGenerator: Adopt ConfigName memberBrad King2015-07-091-5/+0
* cmCommonTargetGenerator: Adopt basic target generator membersBrad King2015-07-091-4/+1
* Add common base classes to Makefile and Ninja generatorsBrad King2015-07-091-1/+1
* cmNinjaGenerator: Require cmGeneratorTarget.Stephen Kelly2015-06-221-6/+5
* Merge topic 'compiler-launcher'Brad King2015-06-151-0/+20
|\
| * Add options to launch the compiler through tools like ccache or distccBill Hoffman2015-06-151-0/+20
* | cmGeneratorTarget: Move Feature API from cmTarget.Stephen Kelly2015-06-061-2/+3
|/
* Add options to run include-what-you-use with the compilerBrad King2015-05-191-0/+17
* Ninja: Generate separate compile and link rules for each targetBrad King2015-05-181-0/+7
* Ninja: Use forward slashes for any GCC on Windows (#15439)Thomas Herz2015-05-071-1/+1
* Ninja: Refactor detection of MinGW tools on WindowsBrad King2015-05-071-1/+1
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-1/+2
* Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-1/+1
* Ninja: Use "deps = msvc" only for C and CXX (#15253)Brad King2015-01-291-29/+23
* Merge topic 'fix-OBJECT_DEPENDS-after-path-normalization'Brad King2015-01-291-0/+8
|\
| * Normalize OBJECT_DEPENDS paths to match custom commands (#15366)Brad King2015-01-281-0/+8
* | IncludeDirectories: Respect SYSTEM flag when using CONFIG genex.Stephen Kelly2015-01-221-1/+3
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* | Merge topic 'ninja-fix-crash-on-error'Brad King2014-12-231-1/+4
|\ \ | |/
| * Ninja: Do not crash when CMAKE_<LANG>_COMPILE_OBJECT is empty (#15325)Brad King2014-12-221-1/+4
* | Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-0/+3
* | Ninja: Refactor restat to be a string internallyBrad King2014-11-141-1/+1
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-11/+11
|/
* Ninja: Skip generating empty phony rulesAdam Strzelecki2014-06-301-13/+19
* Add OBJECT_FILE_DIR rule placeholder for compilation linesBrad King2014-06-051-0/+6
* cmTarget: Add GetFeatureAsBool methodBrad King2014-05-211-1/+1
* Merge topic 'ninja-intel-linux'Brad King2014-05-121-2/+4
|\
| * Ninja: Fix deptype for Intel compiler on LinuxBrad King2014-05-091-2/+4
* | ninja: Factor out custom command order-only dependsBen Boeckel2014-05-071-14/+15
* | ninja: Factor out target-level order-only dependenciesBen Boeckel2014-05-071-5/+22
* | LocalGenerator: Add a string overload for AppendFlagsBen Boeckel2014-05-071-2/+2
* | ninja: Use string parametersBen Boeckel2014-05-021-3/+4
* | Ninja: Query custom commands once per target, not once per file.Stephen Kelly2014-04-051-7/+7
* | cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-7/+9
* | cmTarget: Allow any generator expression in SOURCES property.Stephen Kelly2014-04-021-11/+0
* | ninja: Add support for custom depfile formatsBen Boeckel2014-03-241-0/+5
* | cmGeneratorTarget: Constify cmSourceFile* in containers.Stephen Kelly2014-03-131-10/+10
* | Constify some APIs in generators.Stephen Kelly2014-03-131-5/+5
* | cmOSXBundleGenerator: Make MacOSXContentGeneratorType arg const.Stephen Kelly2014-03-131-1/+1
* | Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-1/+3