summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Ninja: use deps = gcc/msvc featurePeter Kümmel2013-10-241-3/+20
* OS X: Fix regression handling frameworks for NinjaClinton Stimpson2013-07-221-2/+4
* Revert "Use --sysroot when cross compiling."Stephen Kelly2013-07-121-21/+1
* Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non staticRobert Maynard2013-07-011-36/+41
* Merge topic 'set-sysroot'Brad King2013-06-241-1/+21
|\
| * Use --sysroot when cross compiling.Stephen Kelly2013-06-071-1/+21
* | Add whitespace after colons in error messages.Stephen Kelly2013-06-211-1/+2
|/
* Merge topic 'cfbundle-location'Brad King2013-06-041-2/+0
|\
| * OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-031-2/+0
* | Merge topic 'framework-refactor'Brad King2013-06-031-6/+13
|\ \ | |/
| * Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-6/+13
* | Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-1/+1
|/
* Ninja: Avoid LNK1170 linker errorPatrick Gansterer2013-02-041-1/+1
* Ninja: encode LINK_FLAGS to handle bash variablesPeter Kümmel2012-11-201-0/+3
* Resolve warnings about unused variables.Stephen Kelly2012-11-071-0/+1
* Ninja: add option to enforce usage of response filesPeter Kümmel2012-10-011-4/+4
* Ninja: move <OBJECTS> in front of the first linker optionPeter Kümmel2012-10-011-11/+25
* Ninja: move -LIBPATH behind -link optionPeter Kümmel2012-10-011-0/+5
* Ninja: don't confuse ninja's rsp files with nmake'sPeter Kümmel2012-09-281-2/+7
* Port cmLocalGenerator::GetTargetFlags to cmGeneratorTarget.Stephen Kelly2012-09-191-1/+1
* Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-191-1/+1
* Ninja:split out setting of msvc TARGET_PDBPeter Kümmel2012-08-221-10/+1
* Ninja: prepare msvc pdb cleanupPeter Kümmel2012-08-221-15/+15
* Merge topic 'ninja-fix-macosx'David Cole2012-07-241-11/+48
|\
| * Ninja: Use same echo message as makefiles.Nicolas Despres2012-07-171-1/+4
| * Re-factor CFBundle generation.Nicolas Despres2012-07-171-32/+3
| * Ninja: Add support for CFBundle.Nicolas Despres2012-07-171-0/+37
| * Ninja: Copy resource files in the bundle.Nicolas Despres2012-07-171-2/+0
| * Re-factor OS X bundle and framework generation.Nicolas Despres2012-07-171-147/+10
| * Ninja: Add support for OX X library framework.Nicolas Despres2012-07-171-0/+120
| * Ninja: Add support for OS X app bundles.Nicolas Despres2012-07-171-10/+55
* | Merge topic 'ninja-mingw-TARGET_PDB'David Cole2012-07-241-1/+21
|\ \
| * | Ninja: Cannot pass a reference to an anonymous object.Nicolas Despres2012-07-181-1/+2
| * | Ninja: make debug symbol suffix configurable by CMAKE_DEBUG_SYMBOL_SUFFIXPeter Kümmel2012-07-171-1/+5
| * | Ninja: make TARGET_PDB a real .gdb file namePeter Kümmel2012-07-171-5/+11
| * | Ninja: line lengthPeter Kümmel2012-07-161-1/+1
| * | Ninja: also mingw needs TARGET_PDBPeter Kümmel2012-07-161-0/+9
| |/
* | Ninja: fix sytlePeter Kümmel2012-07-131-1/+2
* | Ninja: fix GCC 4.7 warning -WconversionPeter Kümmel2012-07-131-1/+1
|/
* Ninja: sysconf() is declared in unistd.hPeter Kümmel2012-07-111-0/+5
* Ninja: enable response file support on Mac (length 262144)Peter Kümmel2012-07-111-2/+2
* Ninja: disable work around when linking with mingwPeter Kümmel2012-07-111-2/+6
* Ninja: also write link libraries to rsp filePeter Kümmel2012-07-101-11/+16
* Ninja: don't shadow 'outputs' variablePeter Kuemmel2012-07-091-4/+4
* Ninja: Clean all symlink created for libraries.Nicolas Despres2012-07-091-2/+11
* Ninja: also consider rule command length for rsp filePeter Kuemmel2012-07-021-1/+2
* Merge topic 'ninja-cldeps'David Cole2012-06-191-38/+34
|\
| * Ninja: be more accurate when estimating the command line lengthPeter Kuemmel2012-06-151-3/+4
| * Ninja: undo all the NOSHELL patchesPeter Kuemmel2012-06-141-62/+33
| * Ninja: Restructure code to work with the Borland compilersDavid Cole2012-06-141-2/+8