summaryrefslogtreecommitdiff
path: root/Source/cmLocalNinjaGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Ninja: use cd /D to set directory on WindowsIan Monroe2013-04-181-1/+6
* Ninja: remove 'friend' in ninja codePeter Kümmel2012-07-181-1/+1
* Ninja: also consider variables when checking command line lengthPeter Kuemmel2012-07-021-1/+1
* Merge topic 'ninja-cldeps'David Cole2012-06-191-0/+2
|\
| * Ninja: undo all the NOSHELL patchesPeter Kuemmel2012-06-151-11/+2
| * Ninja: don't use shell when cmake is called directlyPeter Kuemmel2012-06-141-2/+11
| * Ninja: don't pollute the rules file with useless commentsPeter Kuemmel2012-06-101-0/+2
* | Merge branch 'ninja-rspfile' into no-std-stringstreamBrad King2012-06-121-6/+6
|\ \ | |/
| * Ninja: add response file support on WindowsPeter Kuemmel2012-06-051-6/+6
* | Avoid direct use of std::(o|)stringstream (#13272)Brad King2012-06-121-2/+2
|/
* Pre-compute object file names before Ninja generationBrad King2012-03-161-31/+0
* Ninja: Constify use of cmCustomCommandBrad King2012-03-131-3/+3
* Ninja: Import library support for WindowsPeter Collingbourne2012-02-191-0/+1
* Ninja: Shell encode the command used in custom commandsPeter Collingbourne2012-02-191-1/+2
* Ninja: Shell encode paths used in "cd" commandsPeter Collingbourne2012-02-191-5/+5
* Ninja: Backslash rules for WindowsPeter Collingbourne2012-02-191-3/+8
* Ninja: win fixes: escape back slash/colon, use cd. as cmd.exe nopPeter Kuemmel2012-02-181-0/+4
* Ninja: Fix a 79-col violationPeter Collingbourne2012-02-051-1/+1
* Ninja: Add the Ninja generatorPeter Collingbourne2012-02-021-0/+413