summaryrefslogtreecommitdiff
path: root/Source/cmListFileCache.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-2/+2
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-2/+2
* cmListFileCache: Enforce proper nesting of flow control statementsKyle Edwards2020-10-221-0/+118
* cmListFileCache: Make cmListFileFunction a shared pointerOleksandr Koval2020-10-011-14/+9
* cmake_language: Add signature to DEFER calls to later timesBrad King2020-09-291-2/+5
* cmake_command: Add command to EVAL a CMake script as a stringCristian Adam2020-03-031-8/+43
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-5/+5
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: Resolve performance-unnecessary-value-param diagnosticsBrad King2019-09-091-0/+1
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+2
* cmListFileCache: When missing ending ) print starting line instead of last oneBartosz Kosiorek2019-06-031-5/+2
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+2
* Merge topic 'cmoutputconverter-simplify'Brad King2019-01-291-5/+3
|\
| * cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-5/+3
* | Silence -Wcomma warningBrad King2019-01-231-2/+3
* | clang-tidy: Pass by valueRegina Pfeifer2019-01-221-4/+3
|/
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-6/+7
* cmLocalGenerator::AppendDefines: Remove const char* overloadsVitaly Stakhovsky2018-10-261-1/+1
* cmListFileCache: Add ExpandListWithBacktrace helperBrad King2018-10-171-0/+13
* cmListFileCache: Add wrapper template for values with a backtraceBrad King2018-10-171-1/+6
* cmListFileCache: Add missing assertion in backtrace Top methodBrad King2018-09-261-0/+1
* cmListFileCache: Refactor cmListFileBacktrace internalsBrad King2018-09-241-89/+75
* Revise implementation of case-insensitive command namesFlorian Jacomme2018-05-221-0/+8
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-2/+1
* misc: Added utility method to allow working with stacksJustin Berger2017-11-011-0/+13
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-4/+4
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-041-3/+5
* clang-tidy: avoid copyDaniel Pfeifer2017-04-211-2/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmListFileLexer: bail out on seek-errorsGregor Jasny2017-02-271-0/+7
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-3/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Convert: Remove last uses of HOME enum valueStephen Kelly2016-09-191-4/+4
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+5
* Improve error message on unexpected end of fileBrad King2016-08-301-2/+1
* Convert: Replace trivial conversion with new methodStephen Kelly2016-08-271-2/+4
* Parser: Port away from cmMakefileStephen Kelly2016-08-251-15/+16
* Parser: Issue messages through cmake, not cmSystemToolsStephen Kelly2016-08-251-30/+40
* Parser: Store the Backtrace for use in issuing messagesStephen Kelly2016-08-241-0/+2
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-6/+4
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+3
* Parser: Out-of-line conditional code to cmMakefileStephen Kelly2016-06-131-71/+1
* Parser: Issue file open error messages through dedicated APIStephen Kelly2016-06-131-6/+9
* Parser: Merge identical conditionsStephen Kelly2016-06-081-3/+0
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-4/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-237/+164
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-8/+0