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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'ninja-only-object-rules'
Brad King
2016-10-20
1
-3/+4
|
\
|
*
Ninja: Add compile rules only for languages that are actually compiled
Brad King
2016-10-18
1
-3/+4
*
|
Merge topic 'clang-tidy'
Brad King
2016-10-20
14
-87/+136
|
\
\
|
*
|
fix more issues reported by clang-tidy
Daniel Pfeifer
2016-10-20
12
-83/+131
|
*
|
silence selected clang-tidy violations
Daniel Pfeifer
2016-10-18
2
-4/+5
|
|
/
*
|
Merge topic 'split-cmState'
Brad King
2016-10-20
151
-2350/+2550
|
\
\
|
*
|
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
44
-1/+44
|
*
|
cmTargetPropertyComputer: Add missing include
Stephen Kelly
2016-10-19
1
-0/+1
|
*
|
cmState: Split auxiliary classes into separate files
Stephen Kelly
2016-10-19
24
-1133/+1226
|
*
|
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
62
-61/+62
|
*
|
cmState: Move extracted declarations to a separate file
Stephen Kelly
2016-10-19
2
-45/+56
|
*
|
cmState: Remove compatibility typedefs
Stephen Kelly
2016-10-19
1
-3/+0
|
*
|
cmState: Port dependent code to new cmStateSnapshot name
Stephen Kelly
2016-10-19
18
-59/+54
|
*
|
cmState: Move Snapshot type to separate namespace
Stephen Kelly
2016-10-19
2
-172/+174
|
*
|
cmState: Port dependent code to new cmStateDirectory name
Stephen Kelly
2016-10-19
14
-19/+19
|
*
|
cmState: Move Directory class to separate namespace
Stephen Kelly
2016-10-19
2
-115/+115
|
*
|
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
50
-191/+211
|
*
|
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
72
-828/+855
|
*
|
cmState: Move SnapshotType enum to separate namespace
Stephen Kelly
2016-10-18
2
-31/+34
|
*
|
cmState: Move PositionType to separate namespace
Stephen Kelly
2016-10-18
2
-29/+29
|
*
|
cmState: Move PolicyStackEntry to separate namespace
Stephen Kelly
2016-10-18
2
-11/+12
|
*
|
cmState: Move SnapshotDataType to separate namespace
Stephen Kelly
2016-10-18
2
-4/+5
|
*
|
cmState: Move nested struct into separate top-level namespace
Stephen Kelly
2016-10-18
2
-9/+16
|
*
|
cmServerProtocol: Remove unused header
Stephen Kelly
2016-10-18
1
-1/+0
|
*
|
cmCommandArgumentParserHelper: Remove unused header
Stephen Kelly
2016-10-18
1
-1/+0
|
|
/
*
|
CMake Nightly Date Stamp
Kitware Robot
2016-10-20
1
-1/+1
*
|
Merge topic 'cmake-server-pipe-mode-fix'
Brad King
2016-10-19
1
-6/+5
|
\
\
|
*
|
server-mode: Fix named pipe mode
Tobias Hunger
2016-10-18
1
-6/+5
|
*
|
Merge branch 'cmake-server-improve-shutdown' into release
Brad King
2016-10-04
3
-53/+132
|
|
\
\
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-10-19
1
-1/+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge topic 'timeout_after_match_testtime'
Brad King
2016-10-18
1
-0/+1
|
\
\
\
|
*
|
|
CTest: report time spent after matching output
Zack Galbreath
2016-10-17
1
-0/+1
*
|
|
|
Merge topic 'propagate_ctest_use_launchers'
Brad King
2016-10-18
1
-0/+4
|
\
\
\
\
|
*
|
|
|
ctest_configure: Propagate CTEST_USE_LAUNCHERS from caller to project
Bill Hoffman
2016-10-17
1
-0/+4
*
|
|
|
|
Merge topic 'math-EXPR-unary'
Brad King
2016-10-18
3
-862/+1157
|
\
\
\
\
\
|
*
|
|
|
|
math(EXPR): Add support for unary `+` and `-` expressions
Brad King
2016-10-14
2
-57/+94
|
*
|
|
|
|
cmExprParser: Revise indentation style to match rest of CMake
Brad King
2016-10-14
2
-115/+155
|
*
|
|
|
|
cmExprParser: Port to bison 3
Brad King
2016-10-14
3
-792/+1010
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-10-18
1
-1/+1
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge topic 'extract-computed-target-properties'
Brad King
2016-10-17
10
-290/+489
|
\
\
\
\
\
|
*
|
|
|
|
cmTarget: Implement GetProperty in terms of cmState::Snapshot
Stephen Kelly
2016-10-16
1
-3/+10
|
*
|
|
|
|
cmTarget: Group code for checking written properties together
Stephen Kelly
2016-10-16
1
-25/+25
|
*
|
|
|
|
cmTarget: Move sanity checks and computed property access to callers
Stephen Kelly
2016-10-16
5
-22/+45
|
*
|
|
|
|
cmGeneratorTarget: Implement cmTargetPropertyComputer interface
Stephen Kelly
2016-10-15
2
-0/+40
|
*
|
|
|
|
cmTargetPropertyComputer: Template some methods on the Target
Stephen Kelly
2016-10-15
3
-199/+200
|
*
|
|
|
|
cm{,Generator}Target: Add global generator accessors
Stephen Kelly
2016-10-15
4
-0/+15
|
*
|
|
|
|
cmTargetPropertyComputer: Unify whitelist handling from cmTarget
Stephen Kelly
2016-10-15
3
-21/+29
|
*
|
|
|
|
cmTargetPropertyComputer: Move whitelist check from cmTarget
Stephen Kelly
2016-10-15
3
-35/+37
|
*
|
|
|
|
cmTargetPropertyComputer: Extract into new files
Stephen Kelly
2016-10-15
4
-245/+289
|
*
|
|
|
|
cmTargetPropertyComputer: Implement GetProperty without cmMakefile
Stephen Kelly
2016-10-15
1
-24/+32
[next]