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
*
Ninja: Fix response file format for GNU-like Clang on Windows
Brad King
2016-08-04
1
-5/+7
*
Ninja: Fix inter-target order-only dependencies of custom commands
Brad King
2016-07-20
1
-0/+38
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-10/+10
*
Access std::ios_base with std::ios
Daniel Pfeifer
2016-06-14
1
-2/+2
*
Add missing braces around statements.
Daniel Pfeifer
2016-06-10
1
-9/+18
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-3/+3
*
Remove unnecessary local copies.
Daniel Pfeifer
2016-05-26
1
-4/+3
*
Merge topic 'improve-character-find-and-replace'
Brad King
2016-05-25
1
-4/+4
|
\
|
*
Use std::replace for replacing chars in strings.
Daniel Pfeifer
2016-05-24
1
-4/+4
*
|
Use enums defined in cmOutputConverter using their fully qualified name.
Daniel Pfeifer
2016-05-25
1
-5/+5
|
/
*
Ninja: Support embedding of CMake as subninja project
Nicolas Despres
2016-05-17
1
-3/+44
*
Ninja: Pass all build paths through a central method
Nicolas Despres
2016-05-17
1
-7/+16
*
Ninja: Pre-compute "CMakeCache.txt" build target name
Nicolas Despres
2016-05-17
1
-2/+3
*
Ninja: Pre-compute "all" build target name
Nicolas Despres
2016-05-17
1
-2/+4
*
Ninja: Simplify generation of custom target logical path
Brad King
2016-05-17
1
-9/+4
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-565/+383
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-5/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+8
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Source: Stabilize include order
Brad King
2016-04-29
1
-1/+2
*
cmGlobalNinjaGenerator: Clarify logic for forcing use of response files
Dmitry Ivanov
2016-04-07
1
-3/+4
*
Ninja: Add `$subdir/all` targets
Charles Huet
2016-03-18
1
-0/+82
*
Drop Visual Studio 6 generator
Brad King
2016-03-09
1
-1/+0
*
Ninja: Fix non-determinism in generated target dependency order (#15968)
Brad King
2016-02-12
1
-1/+4
*
Ninja: Add 'restat' parameter to custom command generation method
Brad King
2015-11-19
1
-1/+6
*
Ninja: Refactor generation of 'restat' on custom commands
Brad King
2015-11-19
1
-1/+2
*
cmGlobalNinjaGenerator: Save 'ninja' version very early
Brad King
2015-11-02
1
-14/+11
*
cmGlobalNinjaGenerator: Save path to 'ninja' tool very early
Brad King
2015-11-02
1
-3/+11
*
cmGeneratorTarget: Add GetUtilities API
Stephen Kelly
2015-10-27
1
-1/+1
*
Ninja: Port to cmGeneratorTarget.
Stephen Kelly
2015-10-24
1
-13/+10
*
Use cmLocalGenerator at generate-time.
Stephen Kelly
2015-10-24
1
-2/+2
*
cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget.
Stephen Kelly
2015-10-19
1
-2/+3
*
Merge topic 'clean-up-cmTarget'
Brad King
2015-10-16
1
-9/+9
|
\
|
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-9/+9
*
|
cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.
Stephen Kelly
2015-10-14
1
-3/+1
|
/
*
cmLocalGenerator: Add Home directory accessors.
Stephen Kelly
2015-10-08
1
-3/+2
*
Ninja: Centralize path conversion in global generator (#15757)
Brad King
2015-09-25
1
-14/+19
*
cmLocalGenerator: Create from already-constructed cmMakefile.
Stephen Kelly
2015-08-28
1
-2/+2
*
cmLocalGenerator: Remove Parent pointer.
Stephen Kelly
2015-08-28
1
-3/+2
*
Ninja: Prevent generating if installed Ninja version is too old.
James Johnston
2015-08-09
1
-0/+12
*
Ninja: Centralized required Ninja version numbers and comparisons.
James Johnston
2015-08-09
1
-3/+4
*
Merge topic 'use-generator-target'
Brad King
2015-08-06
1
-3/+1
|
\
|
*
cmGlobalNinjaGenerator: Simplify usage of API.
Stephen Kelly
2015-08-04
1
-3/+1
*
|
cmMakefile: Store EvaluationFiles.
Stephen Kelly
2015-08-01
1
-14/+12
|
/
*
Move GetFullPath to cmGeneratorTarget
Stephen Kelly
2015-07-27
1
-2/+6
*
Add common base classes to Makefile and Ninja generators
Brad King
2015-07-09
1
-1/+1
*
cmComputeTargetDepends: Change API to use cmGeneratorTarget.
Stephen Kelly
2015-07-01
1
-3/+3
*
Merge topic 'inject-state-snapshot'
Brad King
2015-05-27
1
-5/+6
|
\
|
*
cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.
Stephen Kelly
2015-05-27
1
-2/+3
|
*
cmState: Host some state from the cmGlobalGenerator.
Stephen Kelly
2015-05-27
1
-1/+1
[next]