summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-161-4/+4
* cmState: Store the Source and Binary directories.Stephen Kelly2015-04-281-6/+4
* cmMakefile: Delegate storage of Home dirs to the cmake class.Stephen Kelly2015-04-281-4/+6
* cmMakefile: Rename SetStart* directory API to SetCurrent*.Stephen Kelly2015-04-201-2/+2
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-2/+2
* cmake: Remove redundant start directories.Stephen Kelly2015-04-201-42/+2
* cmake: Initialize Home directories on cmake for find-package mode.Stephen Kelly2015-04-201-4/+5
* cmake: Fix directory used to find the cacheStephen Kelly2015-04-201-1/+1
* Merge topic 'clean-up-ReadListFile'Brad King2015-04-201-3/+3
|\
| * cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-3/+3
* | Merge topic 'add-GreenHills-MULTI-generator'Brad King2015-04-201-0/+3
|\ \ | |/ |/|
| * Add a 'Green Hills MULTI' generator on WindowsGeoff Viola2015-04-201-0/+3
* | Port Global property interaction to cmState.Stephen Kelly2015-04-151-6/+8
* | Move property initialization to cmState.Stephen Kelly2015-04-151-8/+1
* | Move global properties to cmState.Stephen Kelly2015-04-151-39/+3
* | cmake: Remove the happy global property scope pattern.Stephen Kelly2015-04-151-8/+2
* | cmake: Remove unused cmCommand methods.Stephen Kelly2015-04-151-26/+0
* | Port cmCommand consumers to cmState.Stephen Kelly2015-04-151-1/+1
* | cmState: Move cmCommand-related methods from cmake class.Stephen Kelly2015-04-131-80/+8
* | cmake: Simplify command clean up loop.Stephen Kelly2015-04-131-13/+6
* | cmake: Simplify RemoveUnscriptableCommands algorithm.Stephen Kelly2015-04-131-22/+8
* | cmState: Move try_compile state from cmake class.Stephen Kelly2015-04-131-7/+6
* | cmake: Get enabled languages from cmState.Stephen Kelly2015-04-131-8/+3
* | Move property definition to cmState.Stephen Kelly2015-04-131-38/+1
* | 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