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
/
cmake.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'introduce-cmState'
Brad King
2015-04-13
1
-61/+64
|
\
|
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-20/+20
|
*
Port to cmState.
Stephen Kelly
2015-04-13
1
-42/+41
|
*
Introduce cmState class.
Stephen Kelly
2015-04-13
1
-0/+4
*
|
Merge topic 'cmake-cleanups'
Brad King
2015-04-13
1
-60/+77
|
\
\
|
*
|
cmake: Remove confusing duplication.
Stephen Kelly
2015-04-12
1
-4/+0
|
*
|
cmake: Out-of-line Home and Start directory methods.
Stephen Kelly
2015-04-12
1
-0/+32
|
*
|
cmake: Fix variable name bugs.
Stephen Kelly
2015-04-12
1
-2/+2
|
*
|
Use vector, not list for cmCommand storage.
Stephen Kelly
2015-04-12
1
-2/+2
|
*
|
cmake: Simplify CommandExists method.
Stephen Kelly
2015-04-12
1
-2/+1
|
*
|
cmake: Rename oddly named variables.
Stephen Kelly
2015-04-12
1
-6/+6
|
*
|
cmake: Constify GetCommand method.
Stephen Kelly
2015-04-12
1
-2/+2
|
*
|
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
1
-0/+10
|
*
|
cmake: Remove duplicate condition.
Stephen Kelly
2015-04-12
1
-4/+0
|
*
|
cmake: Remove DebugConfigs member.
Stephen Kelly
2015-04-12
1
-30/+15
|
*
|
cmake: Remove method with no external users.
Stephen Kelly
2015-04-12
1
-5/+5
|
*
|
cmake: Don't set the CMakeInstance on the Properties member.
Stephen Kelly
2015-04-12
1
-1/+0
*
|
|
cmake: Provide guidance when an invalid -G option is given
Gerald Combs
2015-04-10
1
-0/+16
|
/
/
*
|
Merge topic 'refactor-cache-api'
Brad King
2015-04-09
1
-65/+101
|
\
\
|
|
/
|
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-08
1
-42/+42
|
*
cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.
Stephen Kelly
2015-04-07
1
-20/+27
|
*
Add API for cache loading, deleting and saving to the cmake class.
Stephen Kelly
2015-04-07
1
-5/+34
|
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-101/+65
|
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-06
1
-42/+42
|
*
cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.
Stephen Kelly
2015-04-06
1
-20/+27
|
*
Add API for cache loading, deleting and saving to the cmake class.
Stephen Kelly
2015-04-06
1
-5/+34
*
|
cmake: Show in --help how to select VS target platform (#15422)
Brad King
2015-04-07
1
-8/+8
|
/
*
cmake: Clear member rather than explicit erase.
Stephen Kelly
2015-04-05
1
-1/+1
*
cmake: Be clear that there is no chaining after global properties.
Stephen Kelly
2015-04-05
1
-3/+2
*
cmake: Remove unused member.
Stephen Kelly
2015-04-05
1
-1/+0
*
Qbs: Add new 'extra' generator for qbs project files
Stanislav Ionascu
2015-03-20
1
-0/+4
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja
Gregor Jasny
2015-02-26
1
-1/+6
*
Merge topic 'cmStandardIncludes-cleanup'
Brad King
2015-02-10
1
-0/+2
|
\
|
*
cmStandardIncludes: Remove list include.
Stephen Kelly
2015-02-06
1
-0/+2
*
|
Replace a loop with std::transform.
Stephen Kelly
2015-02-06
1
-5/+4
|
/
*
cmake: Display "loading initial cache" message on stdout
Jean-Christophe Fillion-Robin
2015-01-26
1
-1/+1
*
Replace 'foo.length() >= 1' pattern with !foo.empty()
Stephen Kelly
2015-01-18
1
-1/+1
*
Replace 'foo.length() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-3/+3
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-10/+10
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Use the cmDeleteAll algorithm instead of trivial raw loops.
Stephen Kelly
2015-01-13
1
-10/+2
*
Merge topic 'join-algorithm'
Brad King
2015-01-12
1
-8/+1
|
\
|
*
Use the cmJoin algorithm where possible.
Stephen Kelly
2015-01-08
1
-8/+1
*
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-13/+13
|
/
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-2/+2
*
Merge topic 'vs14-is-2015'
Brad King
2014-11-17
1
-1/+1
|
\
[next]