summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * cmMakefile: Rename a method to what it really does.Stephen Kelly2015-01-121-5/+6
* | Merge topic 'join-algorithm'Brad King2015-01-121-11/+1
|\ \
| * | Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-11/+1
* | | Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-39/+39
|\ \ \
| * | | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-39/+39
| |/ /
* | | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-15/+3
* | | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-6/+1
|/ /
* | Merge topic 'cached-regex-clear-fixed'Brad King2014-12-041-0/+58
|\ \
| * | cmMakefile: store the number of last matches in a CMake varBen Boeckel2014-12-031-0/+58
* | | file: Add LOCK subcommand to do file and directory lockingRuslan Baratov2014-12-031-0/+10
|/ /