summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* stringapi: Use strings for feature argumentsBen Boeckel2014-03-081-2/+2
* stringapi: Return a string reference for the configurationBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+1
* Merge topic 'msvc-compiler-pdb-files'Brad King2014-02-261-0/+16
|\
| * MSVC: Add properties to configure compiler PDB files (#14762)Brad King2014-02-261-0/+16
* | cmGeneratorTarget: Use a method to access the definition file.Stephen Kelly2014-02-241-3/+3
|/
* Ninja: Cache target-level flagsBen Boeckel2014-02-131-43/+48
* cmGeneratorTarget: Add methods to access source file groups.Stephen Kelly2014-01-091-11/+23
* Merge topic 'fix-compile-OBJECT_DIR'Brad King2014-01-021-1/+1
|\
| * Replace <OBJECT_DIR> rule placeholder consistently (#14667)Brad King2014-01-021-1/+1
* | Merge topic 'ninja-compile-link-pool'Brad King2013-11-261-0/+13
|\ \
| * | Ninja: job pool support for compiling and linkingPeter Kümmel2013-11-251-0/+13
* | | Merge topic 'ninja-msvc-deps-for-intel'Brad King2013-11-261-4/+5
|\ \ \ | |/ / |/| |
| * | Ninja: deptype msvc for Intel's compiler on WindowsPeter Kümmel2013-11-251-4/+5
* | | Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-2/+2
|/ /
* | Ninja: don't parse empty stringPeter Kümmel2013-11-041-5/+8
* | Ninja: use deps = gcc/msvc featurePeter Kümmel2013-10-241-52/+73
|/
* Merge topic 'tid-system-argument'Brad King2013-07-161-1/+2
|\
| * Add Target API to determine if an include is a system include.Stephen Kelly2013-07-021-1/+2
* | Merge topic 'compile-defs-debugging'Brad King2013-07-151-3/+2
|\ \
| * | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.Stephen Kelly2013-07-111-3/+2
| |/
* | Revert "Use --sysroot when cross compiling."Stephen Kelly2013-07-121-17/+1
|/
* Merge topic 'ninja_phony_targets'Brad King2013-07-011-12/+12
|\
| * Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non staticRobert Maynard2013-07-011-12/+12
* | Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handlingBrad King2013-06-271-32/+2
|/
* Use --sysroot when cross compiling.Stephen Kelly2013-06-071-1/+17
* Merge topic 'VISIBILITY_PRESET-property'Brad King2013-06-051-0/+3
|\
| * Introduce target property <LANG>_VISIBILITY_PRESETStephen Kelly2013-06-021-0/+3
* | Merge topic 'target-COMPILE_OPTIONS'Brad King2013-06-031-4/+6
|\ \
| * | Add cmLocalGenerator::GetCompileOptions.Stephen Kelly2013-06-021-4/+6
| |/
* | Merge topic 'framework-refactor'Brad King2013-06-031-1/+1
|\ \ | |/ |/|
| * Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-1/+1
* | Ninja: Fix OBJECT_DIR placeholder path conversionBrad King2013-04-111-5/+3
|/
* Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)Stephen Kelly2013-03-251-4/+1
* Ninja: remove implicit dependency on custom command outputsPeter Kümmel2013-02-161-1/+1
* Move GetCompileDefinitions to cmTarget.Stephen Kelly2013-01-291-2/+2
* Process the INTERFACE_PIC property from linked dependenciesStephen Kelly2013-01-101-1/+2
* Ninja: fix usage of cldeps with ctest launchersMathias Gaunard2012-11-301-7/+9
* Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-1/+1
* Merge topic 'fix-INCLUDE_DIRECTORIES-multiconfig'David Cole2012-10-171-2/+4
|\
| * Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-171-2/+4
* | Merge topic 'ninja-custom-command-implicit'Brad King2012-10-091-1/+1
|\ \
| * | Ninja: implicit dependency for custom command filesPeter Kümmel2012-10-031-1/+1
| |/
* | Merge topic 'ninja-dont-pollute-current-dir'Brad King2012-10-091-2/+12
|\ \
| * | Ninja: don't pollute current dir when using gui (#13495)Peter Kümmel2012-10-091-2/+12
| |/
* | Ninja: also set OBJECT_DIR when compilingPeter Kümmel2012-10-031-1/+9
|/
* Merge topic 'vs-pdb-output'Brad King2012-10-011-2/+2
|\
| * Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830)Yuchen Deng2012-09-251-2/+2
* | Merge topic 'ninja-OBJECT_DEPENDS'David Cole2012-09-281-4/+3
|\ \
| * | Ninja: OBJECT_DEPENDS should set an implicit dependencyPeter Kümmel2012-09-251-4/+3
| |/