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
*
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
*
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: 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
|
\
|
*
VS: Rename VS 14 generator to 'Visual Studio 14 2015'
Brad King
2014-11-14
1
-1/+1
*
|
Merge topic 'remove-borland-build'
Brad King
2014-10-21
1
-3/+1
|
\
\
|
*
|
Remove borland workarounds.
Stephen Kelly
2014-10-15
1
-3/+1
|
|
/
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-13/+13
|
/
*
cmake: Add -A option to specify a generator platform
Brad King
2014-09-15
1
-0/+22
*
CMake: Add CMAKE_GENERATOR_PLATFORM option
Brad King
2014-09-05
1
-0/+28
*
cmGlobalGenerator: Take Build output argument by reference
Brad King
2014-07-31
1
-1/+1
*
cmGlobalGenerator: Create a non-virtual 'DoGenerate' method
Brad King
2014-07-22
1
-1/+1
*
VS14: Add Visual Studio 14 generator (#14982)
Brad King
2014-06-25
1
-0/+4
*
cmake: Fix read-after-free while checking command-line arguments
Brad King
2014-06-12
1
-5/+13
*
backtrace: Convert to local paths in IssueMessage
Ben Boeckel
2014-06-05
1
-1/+4
*
cmake: remove dummy backtraces for IssueMessage
Ben Boeckel
2014-06-05
1
-1/+1
*
Allow a toolchain file to specify a generator toolset
Brad King
2014-06-04
1
-5/+0
*
Merge topic 'fix-build-crash-on-bad-generator'
Brad King
2014-06-04
1
-1/+7
|
\
|
*
cmake: Fix --build crash on bad CMAKE_GENERATOR in cache
Brad King
2014-06-03
1
-1/+7
*
|
Merge topic 'cpack-properties'
Brad King
2014-05-28
1
-0/+35
|
\
\
|
*
|
Add an "installed file" property scope
Nils Gladitz
2014-05-28
1
-0/+35
*
|
|
Merge topic 'fix-cache-self-assignment'
Brad King
2014-05-28
1
-1/+4
|
\
\
\
|
*
|
|
cmake: Tolerate missing HELPSTRING on compiler change
Brad King
2014-05-27
1
-1/+4
|
|
|
/
|
|
/
|
[next]