summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'introduce-cmState'Brad King2015-04-131-61/+64
|\
| * cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-20/+20
| * Port to cmState.Stephen Kelly2015-04-131-42/+41
| * Introduce cmState class.Stephen Kelly2015-04-131-0/+4
* | Merge topic 'cmake-cleanups'Brad King2015-04-131-60/+77
|\ \
| * | cmake: Remove confusing duplication.Stephen Kelly2015-04-121-4/+0
| * | cmake: Out-of-line Home and Start directory methods.Stephen Kelly2015-04-121-0/+32
| * | cmake: Fix variable name bugs.Stephen Kelly2015-04-121-2/+2
| * | Use vector, not list for cmCommand storage.Stephen Kelly2015-04-121-2/+2
| * | cmake: Simplify CommandExists method.Stephen Kelly2015-04-121-2/+1
| * | cmake: Rename oddly named variables.Stephen Kelly2015-04-121-6/+6
| * | cmake: Constify GetCommand method.Stephen Kelly2015-04-121-2/+2
| * | cmake: Don't lower-case a string needlessly.Stephen Kelly2015-04-121-1/+1
| * | cmake: Use make_pair instead of Foo::value_type.Stephen Kelly2015-04-121-2/+2
| * | cmake: out-of-line try compile state methods.Stephen Kelly2015-04-121-0/+10
| * | cmake: Remove duplicate condition.Stephen Kelly2015-04-121-4/+0
| * | cmake: Remove DebugConfigs member.Stephen Kelly2015-04-121-30/+15
| * | cmake: Remove method with no external users.Stephen Kelly2015-04-121-5/+5
| * | cmake: Don't set the CMakeInstance on the Properties member.Stephen Kelly2015-04-121-1/+0
* | | cmake: Provide guidance when an invalid -G option is givenGerald Combs2015-04-101-0/+16
|/ /
* | Merge topic 'refactor-cache-api'Brad King2015-04-091-65/+101
|\ \ | |/
| * cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-42/+42
| * cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-071-20/+27
| * Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-071-5/+34
| * Revert topic 'refactor-cache-api'Brad King2015-04-071-101/+65
| * cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-42/+42
| * cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-061-20/+27
| * Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-061-5/+34
* | cmake: Show in --help how to select VS target platform (#15422)Brad King2015-04-071-8/+8
|/
* cmake: Clear member rather than explicit erase.Stephen Kelly2015-04-051-1/+1
* cmake: Be clear that there is no chaining after global properties.Stephen Kelly2015-04-051-3/+2
* cmake: Remove unused member.Stephen Kelly2015-04-051-1/+0
* Qbs: Add new 'extra' generator for qbs project filesStanislav Ionascu2015-03-201-0/+4
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+6
* Merge topic 'cmStandardIncludes-cleanup'Brad King2015-02-101-0/+2
|\
| * cmStandardIncludes: Remove list include.Stephen Kelly2015-02-061-0/+2
* | Replace a loop with std::transform.Stephen Kelly2015-02-061-5/+4
|/
* cmake: Display "loading initial cache" message on stdoutJean-Christophe Fillion-Robin2015-01-261-1/+1
* Replace 'foo.length() >= 1' pattern with !foo.empty()Stephen Kelly2015-01-181-1/+1
* Replace 'foo.length() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-3/+3
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-10/+10
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-10/+2
* Merge topic 'join-algorithm'Brad King2015-01-121-8/+1
|\
| * Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-8/+1
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-13/+13
|/
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-2/+2
* Merge topic 'vs14-is-2015'Brad King2014-11-171-1/+1
|\