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
*
Ninja: Use binary dir for `$subdir/all` targets
Alexis Murzeau
2016-10-24
2
-29/+16
*
Remove cmCommand::Enabled and all related accessors
Daniel Pfeifer
2016-10-24
2
-24/+2
*
Merge topic 'remove-cmobject-uses'
Brad King
2016-10-24
144
-291/+35
|
\
|
*
Make cmCPackGenerator not inherit from cmObject
Daniel Pfeifer
2016-10-22
2
-5/+6
|
*
Make cmCPackGeneratorFactory not inherit from cmObject
Daniel Pfeifer
2016-10-22
1
-4/+2
|
*
Make cmCTestGenericHandler not inherit from cmObject
Daniel Pfeifer
2016-10-22
11
-12/+12
|
*
Make cmCPackLog not inherit from cmObject
Daniel Pfeifer
2016-10-22
1
-4/+2
|
*
Make cmCommand not inherit from cmObject
Daniel Pfeifer
2016-10-22
129
-266/+13
*
|
Merge topic 'separate-compilation'
Brad King
2016-10-24
120
-350/+1092
|
\
\
|
*
|
Fix newly discovered clang-tidy issues
Daniel Pfeifer
2016-10-21
7
-26/+20
|
*
|
cmCommand: implement functions in cxx file
Daniel Pfeifer
2016-10-21
3
-42/+56
|
*
|
Create all commands from a single function
Daniel Pfeifer
2016-10-21
8
-255/+307
|
*
|
Separate compilation for commands included in cmBootstrapCommands2
Daniel Pfeifer
2016-10-21
32
-44/+193
|
*
|
Separate compilation for commands included in cmBootstrapCommands1
Daniel Pfeifer
2016-10-21
19
-41/+157
|
*
|
Separate compilation for commands included in cmCommands
Daniel Pfeifer
2016-10-21
62
-32/+449
|
|
/
*
|
Merge topic 'cm_unordered_map'
Brad King
2016-10-24
7
-121/+41
|
\
\
|
*
|
Introduce CM_UNORDERED_MAP
Daniel Pfeifer
2016-10-24
7
-121/+41
|
|
/
*
|
CMake Nightly Date Stamp
Kitware Robot
2016-10-24
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2016-10-23
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2016-10-22
1
-1/+1
|
/
*
Merge topic 'ninja-encoding'
Brad King
2016-10-21
2
-2/+19
|
\
|
*
Ninja: Use ANSI encoding for Ninja build files on Windows
Dāvis Mosāns
2016-10-20
2
-2/+19
*
|
Merge topic 'allow-fallback-config-mapping'
Brad King
2016-10-21
1
-14/+27
|
\
\
|
*
|
Teach MAP_IMPORTED_CONFIG_<CONFIG> to support configuration-less import
Jens Weggemann
2016-10-20
1
-14/+27
*
|
|
Merge topic 'ninja-diagnose-missing-tool'
Brad King
2016-10-21
14
-21/+46
|
\
\
\
|
*
|
|
Ninja: Fail early on when ninja build tool does not run
Brad King
2016-10-20
1
-2/+11
|
*
|
|
cmGlobalGenerator: Allow FindMakeProgram to fail
Brad King
2016-10-20
14
-19/+35
|
|
|
/
|
|
/
|
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-10-21
1
-1/+1
|
/
/
*
|
Merge topic 'vs-csharp-prep'
Brad King
2016-10-20
5
-0/+34
|
\
\
|
*
|
VS: Add internal API for detecting "managed" projects
Michael Stürmer
2016-10-19
2
-0/+6
|
*
|
VS: Add CSharp project uuid and file extension
Michael Stürmer
2016-10-19
3
-0/+28
*
|
|
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
[next]