summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ninja-cldeps'David Cole2012-06-191-9/+26
|\
| * Ninja: Eclipse and KDevelop fixes for ninjaPeter Kuemmel2012-06-151-2/+13
| * Ninja: be more accurate when estimating the command line lengthPeter Kuemmel2012-06-151-1/+2
| * Ninja: undo all the NOSHELL patchesPeter Kuemmel2012-06-141-9/+1
| * Ninja: remove nop linePeter Kuemmel2012-06-141-2/+0
| * Ninja: build with old vc versionsPeter Kuemmel2012-06-141-1/+1
| * Ninja: don't use shell when cmake is called directlyPeter Kuemmel2012-06-141-1/+9
| * Ninja: remove unused CommentStreamPeter Kuemmel2012-06-131-11/+1
| * Ninja: don't pollute the rules file with useless commentsPeter Kuemmel2012-06-101-1/+19
| * Ninja: allow spaces in source pathPeter Kuemmel2012-06-081-13/+1
| * Ninja: add wrapper for cl to extract dependenciesPeter Kuemmel2012-06-081-2/+13
* | Merge branch 'ninja-rspfile' into no-std-stringstreamBrad King2012-06-121-25/+79
|\ \ | |/
| * Ninja: find mingw's resource compilerPeter Kuemmel2012-06-061-10/+20
| * Ninja: don't break because of empty commandsPeter Kuemmel2012-06-051-1/+8
| * Ninja: check for valid pointerPeter Kuemmel2012-06-051-2/+2
| * Ninja: add response file support on WindowsPeter Kuemmel2012-06-051-21/+58
* | Avoid direct use of std::(o|)stringstream (#13272)Brad King2012-06-121-3/+3
|/
* Make the CMAKE_EXPORT_COMPILE_COMMANDS option work with Ninja.Stephen Kelly2012-06-041-0/+42
* Merge topic 'ninja-error-failbit'David Cole2012-05-171-0/+5
|\
| * Ninja: mark rules/build file streams failed if error occurred (#13067, #13105)Peter Collingbourne2012-05-161-0/+5
* | Ninja: Add a convenient 'help' target.Nicolas Despres2012-05-091-0/+21
* | Ninja: Add a convenient 'clean' target.Nicolas Despres2012-05-091-0/+21
|/
* Build object library targets in NinjaBrad King2012-03-161-0/+1
* Pre-compute object file names before Ninja generationBrad King2012-03-161-0/+29
* Ninja: Shell encode various CMake invocationsPeter Collingbourne2012-02-191-4/+11
* Ninja: Backslash rules for WindowsPeter Collingbourne2012-02-191-4/+13
* Ninja: Identifier encoding rules for ' ' and ':'Peter Collingbourne2012-02-181-2/+6
* Ninja: Partially revert "win fixes: escape back slash/colon, use cd. as cmd.e...Peter Collingbourne2012-02-181-9/+2
* Ninja: win fixes: escape back slash/colon, use cd. as cmd.exe nopPeter Kuemmel2012-02-181-2/+9
* Ninja: Appease various compilersPeter Collingbourne2012-02-051-5/+6
* Ninja: Remove some default argumentsPeter Collingbourne2012-02-051-4/+1
* Ninja: Add the Ninja generatorPeter Collingbourne2012-02-021-0/+774