summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Move property definition to cmState.Stephen Kelly2015-04-131-15/+0
* Merge topic 'introduce-cmState'Brad King2015-04-131-23/+24
|\
| * cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-8/+7
| * cmMakefile: Remove unused CacheManager accessor.Stephen Kelly2015-04-131-5/+0
| * Port to cmState.Stephen Kelly2015-04-131-13/+14
| * Introduce cmState class.Stephen Kelly2015-04-131-0/+6
* | cmMakefile: Remove unused method.Stephen Kelly2015-04-121-27/+0
* | cmMakefile: Remove bad comment.Stephen Kelly2015-04-121-1/+0
* | cmMakefile: Internalize setting of CMakeInstance on Properties.Stephen Kelly2015-04-121-0/+1
* | cmMakefile: Out-of-line Home directory accessors.Stephen Kelly2015-04-121-0/+10
|/
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-8/+6
* cmMakefile: Port away from CacheEntry.Initialized.Stephen Kelly2015-04-081-6/+7
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-071-4/+5
* cmMakefile: Remove cache version accessors.Stephen Kelly2015-04-071-10/+0
* cmMakefile: Simplify GetDefinitions implementation.Stephen Kelly2015-04-071-6/+6
* Revert topic 'refactor-cache-api'Brad King2015-04-071-22/+32
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-8/+6
* cmMakefile: Port away from CacheEntry.Initialized.Stephen Kelly2015-04-061-6/+7
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-061-4/+5
* cmMakefile: Remove cache version accessors.Stephen Kelly2015-04-061-10/+0
* cmMakefile: Simplify GetDefinitions implementation.Stephen Kelly2015-04-061-6/+6
* cmCacheManager: Remove unused methodStephen Kelly2015-04-051-5/+0
* Do not treat DEFINITIONS as a built-in directory propertyStephen Kelly2015-04-021-2/+13
* cmMakefile: Remove unused PreOrder member.Stephen Kelly2015-04-011-6/+3
* cmMakefile: Remove unused Prefix member.Stephen Kelly2015-04-011-1/+0
* cmMakefile: Remove unused SubDirectoryOrder member.Stephen Kelly2015-04-011-1/+0
* cmMakefile: Remove AddExtraDirectory method.Stephen Kelly2015-04-011-6/+0
* Fix warnings from clang scanbuild.Bill Hoffman2015-03-251-2/+6
* Merge topic 'cmAlgorithms-cleanup'Brad King2015-03-121-0/+1
|\
| * Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* | add_custom_command: Diagnose MAIN_DEPENDENCY limitation.Nils Gladitz2015-03-091-0/+27
|/
* Merge topic 'minor-cleanups'Brad King2015-02-231-16/+6
|\
| * cmMakefile: Store macro list in a vector not in a map.Stephen Kelly2015-02-211-16/+6
| * cmMakefile: Fix list of macros generation.Stephen Kelly2015-02-211-1/+1
* | Convert some raw loops to cmWrap.Stephen Kelly2015-02-201-7/+1
* | cmMakefile: Add flag to result and manipulate in place.Stephen Kelly2015-02-181-5/+5
* | cmMakefile: Replace two loops with std::replace.Stephen Kelly2015-02-181-13/+2
* | cmMakefile: Replace loop with composed algorithm.Stephen Kelly2015-02-181-12/+5
|/
* Replace common loop pattern with cmJoinStephen Kelly2015-02-111-27/+3
* Convert loops into the commonly used pattern.Stephen Kelly2015-02-111-21/+13
* Merge topic 'cmStandardIncludes-cleanup'Brad King2015-02-101-0/+1
|\
| * cmStandardIncludes: Remove list include.Stephen Kelly2015-02-061-0/+1
* | cmMakefile: Remove ExpandSourceListArguments.Stephen Kelly2015-02-051-13/+0
|/
* Features: Define meaning for no language standard defaultBrad King2015-01-291-2/+44
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-4/+4
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Merge topic 'delete-algorithm'Brad King2015-01-151-39/+7
|\
| * Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-39/+7
* | Merge topic 'fix-COMPILE_FEATURES-genex'Brad King2015-01-151-5/+6
|\ \ | |/ |/|