summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge branch 'revert-cached-regex-clear' into revert-cached-regex-clear-for-m...Brad King2014-11-261-47/+0
|\ \ | |/
| * Revert "ClearMatches: Only clear matches which were actually set" (#15261)Ben Boeckel2014-11-261-47/+0
| * Merge branch 'revert-definition-map-lookup' into releasev3.1.0-rc1Brad King2014-10-241-1/+1
| |\
* | | Track nested loop levels in CMake language with a stack of countersGregor Jasny2014-11-251-0/+39
* | | Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-8/+62
* | | Add USES_TERMINAL option for custom commandsPeter Collingbourne2014-11-141-6/+13
* | | Merge topic 'revert-definition-map-lookup'Brad King2014-10-271-1/+1
|\ \ \ | | |/ | |/|
| * | Revert "cmDefinitions: Don't store parent lookups"Ben Boeckel2014-10-241-1/+1
* | | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-14/+14
| |/ |/|
* | Merge topic 'if-sanity'Brad King2014-09-151-0/+61
|\ \
| * | If: Introduce policy CMP0054 - don't dereference quoted variables in if()Nils Gladitz2014-09-111-0/+61
* | | CMake: Add CMAKE_GENERATOR_PLATFORM optionBrad King2014-09-051-0/+1
|/ /
* | cmGlobalGenerator: Take Build output argument by referenceBrad King2014-07-311-1/+1
* | cmMakefile: fix __CMAKE_RULE property settingBen Boeckel2014-07-141-1/+1
* | cmMakefile: Defer dependency calculationsBen Boeckel2014-07-081-7/+7
* | cmMakefile: Avoid excess source filesBen Boeckel2014-07-081-23/+26
* | cmMakefile: Add a CreateSource methodBen Boeckel2014-07-081-13/+21
|/
* cmDefinitions: Don't store parent lookupsBen Boeckel2014-06-091-1/+1
* backtrace: Convert to local paths in IssueMessageBen Boeckel2014-06-051-13/+10
* cmMakefile: return a backtraceBen Boeckel2014-06-051-21/+11
* Merge topic 'cxx14-features'Brad King2014-05-291-5/+28
|\