summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Ninja: use slashes for include dirs, so also slahes are in the .d filesPeter Kuemmel2012-06-121-0/+2
| * Ninja: complete MinGW supportPeter Kuemmel2012-06-121-3/+11
| * Line Length: <79Peter Kuemmel2012-06-111-2/+4
| * Ninja: don't pollute the rules file with useless commentsPeter Kuemmel2012-06-101-1/+2
| * Ninja: don't use cmcldeps for try_compilePeter Kuemmel2012-06-091-2/+14
| * Ninja: allow spaces in source pathPeter Kuemmel2012-06-081-17/+10
| * Ninja: add wrapper for cl to extract dependenciesPeter Kuemmel2012-06-081-5/+12
| * Ninja: add dependency tracking for msvc with cldepsPeter Kuemmel2012-06-071-2/+10
* | Merge topic 'position-independent-targets'David Cole2012-06-121-5/+2
|\ \
| * | Refactor generation of shared library flagsStephen Kelly2012-06-121-5/+2
* | | Avoid direct use of std::(o|)stringstream (#13272)Brad King2012-06-121-2/+2
| |/ |/|
* | Escape the source file to be compiled if required.Stephen Kelly2012-06-041-1/+4
* | Make the CMAKE_EXPORT_COMPILE_COMMANDS option work with Ninja.Stephen Kelly2012-06-041-0/+30
|/
* VS: Restore header files marked as OS X Framework content (#13196)Brad King2012-05-071-1/+0
* Merge topic 'ninja-generated-def'David Cole2012-04-031-4/+9
|\
| * Ninja: Fix module .def file path conversionBrad King2012-04-021-4/+9
* | Merge topic 'ninja-generator'David Cole2012-03-271-0/+4
|\ \
| * | Ninja: Substitute <OBJECT> and <CMAKE_C_COMPILER> in depfile flagsPeter Collingbourne2012-03-261-0/+4
* | | Merge topic 'object-library'David Cole2012-03-201-42/+54
|\ \ \ | |/ / |/| |
| * | Ninja: Honor $<TARGET_OBJECTS:...> source expressionsBrad King2012-03-161-0/+11
| * | Build object library targets in NinjaBrad King2012-03-161-1/+3
| * | Pre-compute object file names before Ninja generationBrad King2012-03-161-1/+4
| |/
| * Simplify cmNinjaTargetGenerator using cmGeneratorTargetBrad King2012-03-161-40/+36
* | Ninja: add support for OBJECT_OUTPUTS, fix PrecompiledHeader test casePeter Collingbourne2012-03-171-0/+11
|/
* Ninja: Fix for PDB files with spaces in the path.Bill Hoffman2012-03-161-1/+2