summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* Use std::unordered_map instead of hash_map where available.Stephen Kelly2015-05-181-1/+13
* CTest: Stop telling 'make' to ignore errors with -iBrad King2015-05-121-0/+2
* Merge topic 'refactor-cmMakefile-constructor'Brad King2015-05-051-1/+0
|\
| * cmMakefile: Inline Intialize method in constructorBrad King2015-05-041-1/+0
* | cmMakefile: Extract an accessor for the global generator.Stephen Kelly2015-05-031-0/+1
|/
* cmState: Store the Current directories.Stephen Kelly2015-04-281-2/+0
* Introduce cmState::Snapshot.Stephen Kelly2015-04-281-1/+1
* cmMakefile: Require the localGenerator in the constructor.Stephen Kelly2015-04-281-8/+1
* cmMakefile: Inline SetHome* methods into last remaining caller.Stephen Kelly2015-04-281-11/+0
* cmMakefile: Delegate storage of Home dirs to the cmake class.Stephen Kelly2015-04-281-2/+0
* Merge topic 'clean-up-cmMakefile'Brad King2015-04-211-54/+5
|\
| * cmMakefile: Out-of-line the directory methods.Stephen Kelly2015-04-211-37/+4
| * cmMakefile: Rename SetStart* directory API to SetCurrent*.Stephen Kelly2015-04-201-2/+2
| * cmMakefile: Remove redundant method duplication.Stephen Kelly2015-04-201-8/+0
| * cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-1/+1
| * cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-1/+1
| * cmMakefile: Initialize dir definitions early.Stephen Kelly2015-04-201-8/+0
| * cmMakefile: Fix wrong parameter names.Stephen Kelly2015-04-201-3/+3
* | cmMakefile: Disable copy constructor.Stephen Kelly2015-04-201-1/+2
|/
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-1/+0
* cmMakefile: Determine the file to read before calling Internal.Stephen Kelly2015-04-181-2/+2
* cmMakefile: Delegate ListFile reading to internal method.Stephen Kelly2015-04-181-0/+6
* cmMakefile: Add wrapper for reading listfiles which have an origin.Stephen Kelly2015-04-181-0/+2
* cmMakefile: Add a method for processing buildsystem files.Stephen Kelly2015-04-181-1/+4
* cmMakefile: Remove fullPath parameter from ReadListFile.Stephen Kelly2015-04-181-1/+0
* Port cmCommand consumers to cmState.Stephen Kelly2015-04-151-8/+0
* Move property definition to cmState.Stephen Kelly2015-04-131-3/+0
* Merge topic 'introduce-cmState'Brad King2015-04-131-3/+3
|\
| * cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-1/+2
| * cmMakefile: Remove unused CacheManager accessor.Stephen Kelly2015-04-131-2/+0
| * Introduce cmState class.Stephen Kelly2015-04-131-0/+1
* | cmMakefile: Remove unused method.Stephen Kelly2015-04-121-1/+0
* | cmMakefile: Out-of-line Home directory accessors.Stephen Kelly2015-04-121-8/+2
|/
* cmMakefile: Remove cache version accessors.Stephen Kelly2015-04-071-8/+0
* Revert topic 'refactor-cache-api'Brad King2015-04-071-0/+8
* cmMakefile: Remove cache version accessors.Stephen Kelly2015-04-061-8/+0
* cmCacheManager: Remove unused methodStephen Kelly2015-04-051-3/+0
* cmMakefile: Remove one wrong and one insufficiently helpful comment.Stephen Kelly2015-04-041-3/+2
* cmMakefile: Remove bogus comment.Stephen Kelly2015-04-041-4/+0
* cmMakefile: Remove unused PreOrder member.Stephen Kelly2015-04-011-10/+2
* cmMakefile: Remove unused Prefix member.Stephen Kelly2015-04-011-2/+0
* cmMakefile: Remove unused SubDirectoryOrder member.Stephen Kelly2015-04-011-2/+0
* cmMakefile: Remove AddExtraDirectory method.Stephen Kelly2015-04-011-6/+0
* cmMakefile: Remove unused method.Stephen Kelly2015-04-011-6/+0
* cmMakefile: Remove bogus comment.Stephen Kelly2015-04-011-4/+0
* cmMakefile: Store macro list in a vector not in a map.Stephen Kelly2015-02-211-3/+2
* Merge topic 'cmStandardIncludes-cleanup'Brad King2015-02-101-0/+1
|\
| * cmStandardIncludes: Remove deque include.Stephen Kelly2015-02-061-0/+1
* | cmMakefile: Remove ExpandSourceListArguments.Stephen Kelly2015-02-051-11/+0
|/
* Merge topic 'fix-COMPILE_FEATURES-genex'Brad King2015-01-151-3/+3
|\