summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Ninja: add .def file supportPeter Kuemmel2012-03-071-0/+1
* Ninja: ensure the output dir exists at compile timePeter Kuemmel2012-03-071-0/+5
* Ninja: Remove an unnecessary variablePeter Collingbourne2012-02-281-1/+0
* Ninja: Use cmSystemTools::ExpandListArgument to split compile/link commandsPeter Collingbourne2012-02-271-4/+7
* Ninja: windows msvc: create for each target a .pdb filePeter Kuemmel2012-02-211-0/+3
* Ninja: Import library support for WindowsPeter Collingbourne2012-02-191-4/+17
* Ninja: mark the Windows specific hacks with a comment onlyPeter Kuemmel2012-02-191-1/+2
* Ninja: add some hacks for WindowsPeter Kuemmel2012-02-191-2/+1
* Ninja: Shell encode various CMake invocationsPeter Collingbourne2012-02-191-2/+6
* Ninja: Shell encode paths used in "cd" commandsPeter Collingbourne2012-02-191-3/+6
* Ninja: win fixes: escape back slash/colon, use cd. as cmd.exe nopPeter Kuemmel2012-02-181-0/+4
* Ninja: Appease various compilersPeter Collingbourne2012-02-051-0/+1
* Ninja: Add the Ninja generatorPeter Collingbourne2012-02-021-0/+430