summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ninja-fix-macosx'David Cole2012-07-241-0/+47
|\
| * Ninja: Copy resource files in the bundle.Nicolas Despres2012-07-171-0/+47
* | Ninja: path is already declaredPeter Kümmel2012-07-161-6/+6
* | Ninja: more searching for windresPeter Kümmel2012-07-151-8/+23
* | Ninja: there could be null pointersPeter Kümmel2012-07-151-2/+3
* | Ninja: search for windres with prefixPeter Kümmel2012-07-151-3/+11
* | Ninja: windres is also used for cross-compilingPeter Kümmel2012-07-151-3/+2
|/
* Ninja: error on missing rspfile_contentPeter Kümmel2012-07-101-5/+9
* Ninja: also write link libraries to rsp filePeter Kümmel2012-07-101-1/+9
* Merge topic 'ninja-fixes'David Cole2012-07-091-1/+1
|\
| * Ninja: remove int/size_t warningPeter Kuemmel2012-07-091-1/+1
* | Merge topic 'ninja-cmdLineLimit'David Cole2012-07-091-19/+22
|\ \ | |/
| * Ninja: also consider rule command length for rsp filePeter Kuemmel2012-07-021-0/+2
| * Ninja: also consider variables when checking command line lengthPeter Kuemmel2012-07-011-19/+20
* | Merge topic 'fix-typo'David Cole2012-07-091-1/+1
|\ \
| * | Ninja: Fix typo: tagets -> targetsDavid Cole2012-06-261-1/+1
| |/
* | Merge topic 'Ninja-absolute-compile-commands'David Cole2012-07-091-1/+10
|\ \ | |/ |/|
| * Use full paths in compile_commands.json for out of source builds.Stephen Kelly2012-06-191-1/+10
* | 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