summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmStandardIncludes: Remove list include.Stephen Kelly2015-02-061-0/+1
* 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
|\
| * Features: Add support for C++14 features.Stephen Kelly2014-05-221-5/+28
* | Merge topic 'dev/CMP0053-variable_watch'Brad King2014-05-271-1/+7
|\ \
| * | tests: test CMP0053 in WARN mode when watching variablesBen Boeckel2014-05-221-1/+7
| |/
* | Merge topic 'variable_watch-no-allowed-access'Brad King2014-05-271-12/+1
|\ \ | |/ |/|
| * variable_watch: Remove undocumented and redundant access typeBen Boeckel2014-05-221-12/+1
* | Features: Add COMPILE_FEATURES generator expression.Stephen Kelly2014-05-211-0/+22
* | cmMakefile: Add methods for checking availability of a feature.Stephen Kelly2014-05-201-0/+112
* | cmMakefile: Extract CheckNeeded{C,Cxx}Language methods.Stephen Kelly2014-05-201-12/+29
* | cmMakefile: Extract CompileFeaturesAvailable method.Stephen Kelly2014-05-201-26/+38
* | cmMakefile: Extract CompileFeatureKnown method.Stephen Kelly2014-05-201-29/+49
* | Features: Extend concept to C language.Stephen Kelly2014-05-141-2/+114
|/