index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmGlobalNinjaGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add projectDir parameter to GenerateBuildCommand
Petr Kmoch
2013-04-12
1
-1/+3
*
Merge topic 'ninja-escape-line-breaks'
Brad King
2013-03-13
1
-0/+1
|
\
|
*
Ninja: escape line breaks in literals
Peter Kümmel
2013-03-09
1
-0/+1
*
|
Ninja: the Ninja generator does not support Fortran yet.
Peter Kümmel
2013-03-10
1
-5/+11
|
/
*
Ninja: use MinGW generator code in EnableLanguage()
Peter Kümmel
2013-03-09
1
-57/+4
*
Make cmGlobalGenerator::GetDocumentation() a static function
Patrick Gansterer
2012-11-19
1
-2/+2
*
Ninja: don't confuse ninja's rsp files with nmake's
Peter Kümmel
2012-09-28
1
-3/+9
*
Merge topic 'ninja-fix-macosx'
David Cole
2012-07-24
1
-0/+47
|
\
|
*
Ninja: Copy resource files in the bundle.
Nicolas Despres
2012-07-17
1
-0/+47
*
|
Ninja: path is already declared
Peter Kümmel
2012-07-16
1
-6/+6
*
|
Ninja: more searching for windres
Peter Kümmel
2012-07-15
1
-8/+23
*
|
Ninja: there could be null pointers
Peter Kümmel
2012-07-15
1
-2/+3
*
|
Ninja: search for windres with prefix
Peter Kümmel
2012-07-15
1
-3/+11
*
|
Ninja: windres is also used for cross-compiling
Peter Kümmel
2012-07-15
1
-3/+2
|
/
*
Ninja: error on missing rspfile_content
Peter Kümmel
2012-07-10
1
-5/+9
*
Ninja: also write link libraries to rsp file
Peter Kümmel
2012-07-10
1
-1/+9
*
Merge topic 'ninja-fixes'
David Cole
2012-07-09
1
-1/+1
|
\
|
*
Ninja: remove int/size_t warning
Peter Kuemmel
2012-07-09
1
-1/+1
*
|
Merge topic 'ninja-cmdLineLimit'
David Cole
2012-07-09
1
-19/+22
|
\
\
|
|
/
|
*
Ninja: also consider rule command length for rsp file
Peter Kuemmel
2012-07-02
1
-0/+2
|
*
Ninja: also consider variables when checking command line length
Peter Kuemmel
2012-07-01
1
-19/+20
*
|
Merge topic 'fix-typo'
David Cole
2012-07-09
1
-1/+1
|
\
\
|
*
|
Ninja: Fix typo: tagets -> targets
David Cole
2012-06-26
1
-1/+1
|
|
/
*
|
Merge topic 'Ninja-absolute-compile-commands'
David Cole
2012-07-09
1
-1/+10
|
\
\
|
|
/
|
/
|
|
*
Use full paths in compile_commands.json for out of source builds.
Stephen Kelly
2012-06-19
1
-1/+10
*
|
Merge topic 'ninja-cldeps'
David Cole
2012-06-19
1
-9/+26
|
\
\
|
*
|
Ninja: Eclipse and KDevelop fixes for ninja
Peter Kuemmel
2012-06-15
1
-2/+13
|
*
|
Ninja: be more accurate when estimating the command line length
Peter Kuemmel
2012-06-15
1
-1/+2
|
*
|
Ninja: undo all the NOSHELL patches
Peter Kuemmel
2012-06-14
1
-9/+1
|
*
|
Ninja: remove nop line
Peter Kuemmel
2012-06-14
1
-2/+0
|
*
|
Ninja: build with old vc versions
Peter Kuemmel
2012-06-14
1
-1/+1
|
*
|
Ninja: don't use shell when cmake is called directly
Peter Kuemmel
2012-06-14
1
-1/+9
|
*
|
Ninja: remove unused CommentStream
Peter Kuemmel
2012-06-13
1
-11/+1
|
*
|
Ninja: don't pollute the rules file with useless comments
Peter Kuemmel
2012-06-10
1
-1/+19
|
*
|
Ninja: allow spaces in source path
Peter Kuemmel
2012-06-08
1
-13/+1
|
*
|
Ninja: add wrapper for cl to extract dependencies
Peter Kuemmel
2012-06-08
1
-2/+13
*
|
|
Merge branch 'ninja-rspfile' into no-std-stringstream
Brad King
2012-06-12
1
-25/+79
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Ninja: find mingw's resource compiler
Peter Kuemmel
2012-06-06
1
-10/+20
|
*
Ninja: don't break because of empty commands
Peter Kuemmel
2012-06-05
1
-1/+8
|
*
Ninja: check for valid pointer
Peter Kuemmel
2012-06-05
1
-2/+2
|
*
Ninja: add response file support on Windows
Peter Kuemmel
2012-06-05
1
-21/+58
*
|
Avoid direct use of std::(o|)stringstream (#13272)
Brad King
2012-06-12
1
-3/+3
|
/
*
Make the CMAKE_EXPORT_COMPILE_COMMANDS option work with Ninja.
Stephen Kelly
2012-06-04
1
-0/+42
*
Merge topic 'ninja-error-failbit'
David Cole
2012-05-17
1
-0/+5
|
\
|
*
Ninja: mark rules/build file streams failed if error occurred (#13067, #13105)
Peter Collingbourne
2012-05-16
1
-0/+5
*
|
Ninja: Add a convenient 'help' target.
Nicolas Despres
2012-05-09
1
-0/+21
*
|
Ninja: Add a convenient 'clean' target.
Nicolas Despres
2012-05-09
1
-0/+21
|
/
*
Build object library targets in Ninja
Brad King
2012-03-16
1
-0/+1
*
Pre-compute object file names before Ninja generation
Brad King
2012-03-16
1
-0/+29
*
Ninja: Shell encode various CMake invocations
Peter Collingbourne
2012-02-19
1
-4/+11
[next]