Stephen Kelly
|
ba404938a2
cmCacheManager: Port consumers to non-iterator API.
|
10 years ago |
Stephen Kelly
|
77f2807ce5
cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.
|
10 years ago |
Stephen Kelly
|
14973054a2
Add API for cache loading, deleting and saving to the cmake class.
|
10 years ago |
Brad King
|
3347c5e4f9
Revert topic 'refactor-cache-api'
|
10 years ago |
Stephen Kelly
|
9410e24a4a
cmCacheManager: Port consumers to non-iterator API.
|
10 years ago |
Stephen Kelly
|
9ada4c0433
cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.
|
10 years ago |
Stephen Kelly
|
1fe7f24c2b
Add API for cache loading, deleting and saving to the cmake class.
|
10 years ago |
Stephen Kelly
|
629e948936
cmake: Clear member rather than explicit erase.
|
10 years ago |
Stephen Kelly
|
d280bae98f
cmake: Be clear that there is no chaining after global properties.
|
10 years ago |
Stephen Kelly
|
47acfe1d1e
cmake: Remove unused member.
|
10 years ago |
Stanislav Ionascu
|
f85db2f323
Qbs: Add new 'extra' generator for qbs project files
|
10 years ago |
Stephen Kelly
|
7916d7bac6
Include cmAlgorithms where it is used.
|
10 years ago |
Gregor Jasny
|
ce935ebe50
cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja
|
10 years ago |
Brad King
|
cbffbf7437
Merge topic 'cmStandardIncludes-cleanup'
|
10 years ago |
Stephen Kelly
|
af65da0aa9
cmStandardIncludes: Remove list include.
|
10 years ago |
Stephen Kelly
|
683fafea08
Replace a loop with std::transform.
|
10 years ago |
Jean-Christophe Fillion-Robin
|
6cc0f6b512
cmake: Display "loading initial cache" message on stdout
|
10 years ago |
Stephen Kelly
|
fd0c036c0c
Replace 'foo.length() >= 1' pattern with !foo.empty()
|
10 years ago |
Stephen Kelly
|
f09fde2d21
Replace 'foo.length() > 0' pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
10 years ago |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
4a6e795b0c
Use the cmDeleteAll algorithm instead of trivial raw loops.
|
10 years ago |
Brad King
|
dd6c596c12
Merge topic 'join-algorithm'
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 years ago |
Stephen Kelly
|
55a73e6b1f
Use the cmJoin algorithm where possible.
|
10 years ago |
Stephen Kelly
|
5eb4d7590e
Remove some unneeded c_str calls.
|
11 years ago |
Brad King
|
e943fa8a19
Merge topic 'vs14-is-2015'
|
11 years ago |
Brad King
|
f5afb90d7c
VS: Rename VS 14 generator to 'Visual Studio 14 2015'
|
11 years ago |
Brad King
|
210230e216
Merge topic 'remove-borland-build'
|
11 years ago |