summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge topic 'rename-cmState-API'Brad King2015-06-041-1/+1
|\ \
| * | cmState: Add CreateBaseSnapshot method.Stephen Kelly2015-06-021-1/+1
| |/
* | cmListFileBacktrace: Internalize the step of making paths relative.Stephen Kelly2015-06-021-1/+0
|/
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-12/+6
* cmState: Move snapshot creation to the cmake instance.Stephen Kelly2015-05-241-1/+2
* cmake: Remove redundant condition.Stephen Kelly2015-05-241-5/+0
* Merge topic 'clean-up-backtrace-handling'Brad King2015-05-221-25/+58
|\
| * cmake: Add IssueMessage overload taking a single cmListFileContext.Stephen Kelly2015-05-211-0/+18
| * cmake: Extract displayMessage method.Stephen Kelly2015-05-211-19/+25
| * cmake: Extract printMessageText method.Stephen Kelly2015-05-211-7/+9
| * cmake: Extract PrintMessagePreamble method.Stephen Kelly2015-05-211-8/+17
| * cmake: Move isError determination to a more-natural place.Stephen Kelly2015-05-211-5/+3
* | Revert "Qbs: Add new 'extra' generator for qbs project files"Brad King2015-05-211-4/+0
|/
* Convert: Remove specification of default parameter.Stephen Kelly2015-05-201-2/+1
* Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-191-0/+5
|\
| * cmState: Compute and store directory components.Stephen Kelly2015-05-161-0/+5
* | Merge topic 'minor-cleanups'Brad King2015-05-191-17/+2
|\ \
| * | cmListFileBacktrace: Hide the context-stack implementation detail.Stephen Kelly2015-05-181-17/+2
| |/
* | 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