summaryrefslogtreecommitdiff
path: root/Source/cmNinjaTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge topic 'use-generator-target'David Cole2012-09-251-11/+5
|\ \ | |/ |/|
| * Add a wrapper for accessing config-specific compile-definitions.Stephen Kelly2012-09-191-2/+2
| * Append the COMPILE_DEFINITIONS from the Makefile to all targets.Stephen Kelly2012-09-191-6/+0
| * Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-1/+1
| * Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-191-1/+1
| * Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-191-1/+1
* | Ninja: filter target specific compile flags with language specific regexPeter Kümmel2012-09-181-5/+35
|/
* Ninja: suppress cmcldeps only for source file signature try_compilesPeter Kümmel2012-09-051-2/+1
* Merge topic 'ninja-target-pdb-cleanup'David Cole2012-08-241-22/+24
|\
| * Ninja: remove GetTargetPDB because it is used only oncePeter Kümmel2012-08-221-16/+11
| * Ninja:split out setting of msvc TARGET_PDBPeter Kümmel2012-08-221-13/+18
| * Ninja: prepare msvc pdb cleanupPeter Kümmel2012-08-221-2/+4
* | Merge topic 'compile-definitions-unique'David Cole2012-08-241-16/+13
|\ \ | |/ |/|
| * Don't duplicate -D defines sent to the compiler.Stephen Kelly2012-08-201-16/+13
* | Ninja: don't crash on returned 0 pointerPeter Kümmel2012-08-171-21/+18
* | Ninja: cmcldeps needs a compilerPeter Kümmel2012-08-171-4/+7
|/
* Merge topic 'ninja-fix-macosx'David Cole2012-07-241-2/+49
|\
| * Add missing this->.Nicolas Despres2012-07-221-1/+1
| * Ninja: remove warningsPeter Kümmel2012-07-181-10/+5
| * Ninja: remove 'friend' in ninja codePeter Kümmel2012-07-181-1/+1
| * Re-factor OS X content generator start up.Nicolas Despres2012-07-171-12/+1
| * Re-factor bundle content copying rules generation.Nicolas Despres2012-07-171-26/+24