index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmLocalNinjaGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-2
/
+2
*
Add an option for explicit BYPRODUCTS of custom commands (#14963)
Brad King
2014-11-14
1
-1
/
+9
*
Ninja: Implement USES_TERMINAL using the console pool if available
Peter Collingbourne
2014-11-14
1
-0
/
+1
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-1
/
+1
*
Ninja: Fix RC include directories regression
Brad King
2014-10-13
1
-2
/
+3
*
Ninja: Use 'console' pool for CMake re-run if possible (#14915)
Sylvain Joubert
2014-10-03
1
-0
/
+25
*
ninja: Use string parameters
Ben Boeckel
2014-05-02
1
-1
/
+1
*
cmLocalGenerator: Add ComputeObjectFilenames interface.
Stephen Kelly
2014-03-13
1
-0
/
+14
*
Generalize cmCustomCommandGenerator to more fields
Brad King
2014-03-12
1
-15
/
+18
*
cmCustomCommand: Return std::string from GetWorkingDirectory
Brad King
2014-03-12
1
-3
/
+3
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-5
/
+5
*
cmLocalGenerator: Add format option to ConvertToLinkReference
Brad King
2014-03-04
1
-2
/
+3
*
cmLocalGenerator: Add format option to ConvertToIncludeReference
Brad King
2014-03-04
1
-2
/
+3
*
Merge topic 'ninja-compile-link-pool'
Brad King
2013-11-26
1
-0
/
+35
|
\
|
*
Ninja: job pool support for compiling and linking
Peter Kümmel
2013-11-25
1
-0
/
+35
*
|
Merge topic 'INTERFACE_LIBRARY-property-whitelist'
Brad King
2013-11-26
1
-1
/
+2
|
\
\
|
*
|
INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.
Stephen Kelly
2013-11-25
1
-1
/
+2
|
|
/
*
|
Merge topic 'ninja-quoted-cmd-commands'
Brad King
2013-11-26
1
-7
/
+23
|
\
\
|
|
/
|
/
|
|
*
Ninja: multiple commands must be quoted
Peter Kümmel
2013-11-25
1
-7
/
+23
*
|
Port some of the generator API to cmGeneratorTarget.
Stephen Kelly
2013-11-22
1
-5
/
+10
|
/
*
Ninja: run custom commands through launcher if available
Nils Gladitz
2013-10-31
1
-2
/
+42
*
Ninja: use deps = gcc/msvc feature
Peter Kümmel
2013-10-24
1
-5
/
+15
*
Remove unused include.
Stephen Kelly
2013-09-11
1
-1
/
+0
*
VS,Xcode: Drop incorrect legacy dependency trace (#14291)
Brad King
2013-07-15
1
-1
/
+0
*
Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non static
Robert Maynard
2013-07-01
1
-8
/
+9
*
Ninja: use cd /D to set directory on Windows
Ian Monroe
2013-04-18
1
-1
/
+6
*
Ninja: remove 'friend' in ninja code
Peter Kümmel
2012-07-18
1
-1
/
+1
*
Ninja: also consider variables when checking command line length
Peter Kuemmel
2012-07-02
1
-1
/
+1
*
Merge topic 'ninja-cldeps'
David Cole
2012-06-19
1
-0
/
+2
|
\
|
*
Ninja: undo all the NOSHELL patches
Peter Kuemmel
2012-06-15
1
-11
/
+2
|
*
Ninja: don't use shell when cmake is called directly
Peter Kuemmel
2012-06-14
1
-2
/
+11
|
*
Ninja: don't pollute the rules file with useless comments
Peter Kuemmel
2012-06-10
1
-0
/
+2
*
|
Merge branch 'ninja-rspfile' into no-std-stringstream
Brad King
2012-06-12
1
-6
/
+6
|
\
\
|
|
/
|
*
Ninja: add response file support on Windows
Peter Kuemmel
2012-06-05
1
-6
/
+6
*
|
Avoid direct use of std::(o|)stringstream (#13272)
Brad King
2012-06-12
1
-2
/
+2
|
/
*
Pre-compute object file names before Ninja generation
Brad King
2012-03-16
1
-31
/
+0
*
Ninja: Constify use of cmCustomCommand
Brad King
2012-03-13
1
-3
/
+3
*
Ninja: Import library support for Windows
Peter Collingbourne
2012-02-19
1
-0
/
+1
*
Ninja: Shell encode the command used in custom commands
Peter Collingbourne
2012-02-19
1
-1
/
+2
*
Ninja: Shell encode paths used in "cd" commands
Peter Collingbourne
2012-02-19
1
-5
/
+5
*
Ninja: Backslash rules for Windows
Peter Collingbourne
2012-02-19
1
-3
/
+8
*
Ninja: win fixes: escape back slash/colon, use cd. as cmd.exe nop
Peter Kuemmel
2012-02-18
1
-0
/
+4
*
Ninja: Fix a 79-col violation
Peter Collingbourne
2012-02-05
1
-1
/
+1
*
Ninja: Add the Ninja generator
Peter Collingbourne
2012-02-02
1
-0
/
+413