summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * Ninja: Copy resource files in the bundle.Nicolas Despres2012-07-171-1/+66
* | Ninja: cmcldeps needs absolute paths for RCsPeter Kümmel2012-07-171-2/+6
* | Ninja: also stop when .rc's .d file couldn't be generatedPeter Kümmel2012-07-151-2/+4
|/
* Merge topic 'Ninja-absolute-compile-commands'David Cole2012-07-091-2/+14
|\
| * Construct the full path before escaping it.Stephen Kelly2012-06-201-4/+7
| * STYLE: Fix line length, remove extra blank lineDavid Cole2012-06-191-2/+2
| * Use full paths in compile_commands.json for out of source builds.Stephen Kelly2012-06-191-0/+9
* | Merge topic 'ninja-cldeps'David Cole2012-06-191-18/+77
|\ \ | |/ |/|
| * Ninja: extract dependencies for .rc files with msvc toolsPeter Kuemmel2012-06-131-5/+8
| * Ninja: work with ninja/master, don't compile rc files with clPeter Kuemmel2012-06-121-18/+41