summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Ninja: sh needs something befor and after &&Peter Kuemmel2012-06-141-6/+14
| * Ninja: fix Linux buildPeter Kuemmel2012-06-141-1/+1
| * Ninja: don't use shell when cmake is called directlyPeter Kuemmel2012-06-141-34/+54
| * Ninja: work with ninja/master, don't compile rc files with clPeter Kuemmel2012-06-121-15/+0
| * Ninja: complete MinGW supportPeter Kuemmel2012-06-121-14/+20
| * Ninja: don't pollute the rules file with useless commentsPeter Kuemmel2012-06-101-3/+2
* | Merge branch 'ninja-rspfile' into no-std-stringstreamBrad King2012-06-121-7/+41
|\ \ | |/
| * Ninja: also create rspfile rulesPeter Kuemmel2012-06-051-1/+2
| * Ninja: 30000 is too long for windows cmdPeter Kuemmel2012-06-051-1/+1
| * Ninja: add response file support on WindowsPeter Kuemmel2012-06-051-7/+40
* | Avoid direct use of std::(o|)stringstream (#13272)Brad King2012-06-121-3/+3
|/
* Ninja: apply CMAKE_<LANG>_FLAGS_<TYPE> to executable targets (#13069)Peter Collingbourne2012-05-161-5/+6
* Merge topic 'module-no-soname'David Cole2012-05-011-11/+15
|\
| * Support building shared libraries or modules without soname (#13155)Modestas Vainius2012-04-301-11/+15
* | Ninja: remove GCC -Wshadow warningPeter Kuemmel2012-04-071-1/+1
* | Ninja: no 16:9 screens for the cmake team ;)Peter Kuemmel2012-04-061-3/+6
* | Ninja: ensure output directories existPeter Kuemmel2012-04-061-6/+22
|/
* Merge topic 'ninja-generator'David Cole2012-03-201-1/+4
|\
| * Ninja: Fix <OBJECT_DIR> substitutionPeter Kuemmel2012-03-191-1/+4
* | Build object library targets in NinjaBrad King2012-03-161-6/+34
|/
* Ninja: Avoid using 'this' in member initializersBrad King2012-03-161-1/+1
* Ninja: Fix for PDB files with spaces in the path.Bill Hoffman2012-03-161-1/+2
* Ninja: add /DEF: flag to linker callPeter Kuemmel2012-03-131-0/+2