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
*
cmake: Rename oddly named variables.
Stephen Kelly
2015-04-12
1
-6/+6
*
cmake: Constify GetCommand method.
Stephen Kelly
2015-04-12
2
-3/+3
*
cmake: Don't lower-case a string needlessly.
Stephen Kelly
2015-04-12
1
-1/+1
*
cmake: Use make_pair instead of Foo::value_type.
Stephen Kelly
2015-04-12
1
-2/+2
*
cmake: out-of-line try compile state methods.
Stephen Kelly
2015-04-12
2
-4/+12
*
cmake: Remove duplicate condition.
Stephen Kelly
2015-04-12
1
-4/+0
*
cmake: Remove DebugConfigs member.
Stephen Kelly
2015-04-12
4
-35/+19
*
cmake: Remove method with no external users.
Stephen Kelly
2015-04-12
2
-8/+5
*
cmake: Don't set the CMakeInstance on the Properties member.
Stephen Kelly
2015-04-12
1
-1/+0
*
cmGlobalGenerator: Store languages as vector, not map.
Stephen Kelly
2015-04-12
2
-8/+11
*
CMake Nightly Date Stamp
Kitware Robot
2015-04-11
1
-1/+1
*
cmake: Teach "-E tar" command a "--format=" option
Nils Gladitz
2015-04-10
13
-56/+65
*
CMake Nightly Date Stamp
Kitware Robot
2015-04-10
1
-1/+1
*
Merge topic 'refactor-cache-api'
Brad King
2015-04-09
29
-312/+472
|
\
|
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-08
13
-115/+117
|
*
Port QtDialog to non-iterator cache API.
Stephen Kelly
2015-04-08
1
-32/+40
|
*
Port CursesDialog to non-iterator cache API.
Stephen Kelly
2015-04-08
3
-76/+110
|
*
cmMakefile: Port away from CacheEntry.Initialized.
Stephen Kelly
2015-04-08
1
-6/+7
|
*
cmCacheManager: Add non-iterator-based API.
Stephen Kelly
2015-04-08
1
-0/+75
|
*
cmCacheManager: Return a C string from GetValue.
Stephen Kelly
2015-04-08
1
-1/+1
|
*
cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.
Stephen Kelly
2015-04-07
8
-37/+51
|
*
Add API for cache loading, deleting and saving to the cmake class.
Stephen Kelly
2015-04-07
9
-21/+61
|
*
cmMakefile: Remove cache version accessors.
Stephen Kelly
2015-04-07
4
-22/+8
|
*
cmMakefile: Simplify GetDefinitions implementation.
Stephen Kelly
2015-04-07
1
-6/+6
*
|
Merge topic 'cmake-command-line-help-vs-arch'
Brad King
2015-04-09
8
-21/+39
|
\
\
|
*
|
cmake: Show in --help how to select VS target platform (#15422)
Brad King
2015-04-07
8
-21/+39
*
|
|
Merge topic 'link-implicit-libs-full-path'
Brad King
2015-04-09
5
-1/+54
|
\
\
\
|
*
|
|
Link libraries by full path even in implicit directories
Brad King
2015-04-09
5
-1/+54
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-04-09
1
-1/+1
*
|
|
|
Merge topic 'emulator-property'
Brad King
2015-04-08
3
-3/+45
|
\
\
\
\
|
*
|
|
|
TestGenerator: Add CROSSCOMPILING_EMULATOR support.
Matt McCormick
2015-04-08
1
-1/+20
|
*
|
|
|
try_run: Use CMAKE_CROSSCOMPILING_EMULATOR.
Matt McCormick
2015-04-08
1
-2/+24
|
*
|
|
|
Properties: Add CROSSCOMPILING_EMULATOR target property.
Matt McCormick
2015-04-07
1
-0/+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge topic 'xcode-quote-path'
Brad King
2015-04-08
1
-0/+1
|
\
\
\
\
|
*
|
|
|
Xcode: Also quote strings containing // (#15487)
Gregor Jasny
2015-04-04
1
-0/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2015-04-08
1
-1/+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge topic 'refactor-cache-api'
Brad King
2015-04-07
29
-471/+311
|
\
\
\
\
|
*
|
|
|
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
29
-471/+311
*
|
|
|
|
Merge topic 'refactor-cache-api'
Brad King
2015-04-07
29
-311/+471
|
\
\
\
\
\
|
|
/
/
/
/
|
|
|
/
/
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-06
13
-115/+117
|
*
|
|
Port QtDialog to non-iterator cache API.
Stephen Kelly
2015-04-06
1
-32/+40
|
*
|
|
Port CursesDialog to non-iterator cache API.
Stephen Kelly
2015-04-06
3
-76/+110
|
*
|
|
cmMakefile: Port away from CacheEntry.Initialized.
Stephen Kelly
2015-04-06
1
-6/+7
|
*
|
|
cmCacheManager: Add non-iterator-based API.
Stephen Kelly
2015-04-06
1
-0/+75
|
*
|
|
cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.
Stephen Kelly
2015-04-06
8
-37/+51
|
*
|
|
Add API for cache loading, deleting and saving to the cmake class.
Stephen Kelly
2015-04-06
9
-21/+61
|
*
|
|
cmMakefile: Remove cache version accessors.
Stephen Kelly
2015-04-06
4
-22/+8
|
*
|
|
cmMakefile: Simplify GetDefinitions implementation.
Stephen Kelly
2015-04-06
1
-6/+6
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'minor-cleanups'
Brad King
2015-04-07
2
-2/+0
|
\
\
\
|
*
|
|
Remove unused includes.
Stephen Kelly
2015-04-06
2
-2/+0
[next]