summaryrefslogtreecommitdiff
path: root/Source/cmVariableWatchCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Trace: include `line_end` field in json-v1 formatBraulio Valdivielso Martinez2022-02-091-1/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* cmListFileCache: Make cmListFileFunction a shared pointerOleksandr Koval2020-10-011-4/+5
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-2/+3
* cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-1/+1
* cmMakefile: Delay CheckTargetProperties and FinalPass to generate timeDaniel Eiband2019-11-241-2/+4
* Refactor: Modernize `cmVariableWatchCommand` a littleAlex Turbov2019-10-171-34/+31
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-14/+10
* clang-tidy: Resolve performance-unnecessary-value-param diagnosticsBrad King2019-09-091-0/+1
* cmCommand refactor: cmVariableWatchCommandGabor Bencze2019-08-201-6/+8
* cmCommand: deprecate functions GetMakefile and SetErrorDaniel Pfeifer2019-07-211-1/+1
* cmVariableWatchCommand: Port away from FinalPassDaniel Pfeifer2019-07-181-8/+33
* Merge topic 'tidy-use-equals-default'Brad King2019-01-291-3/+1
|\
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* | cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-1/+1
|/
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-1/+2
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-10/+8
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-4/+2
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-0/+7
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-54/+42
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-6/+0
* cmListFile: Remove FilePath member from cmListFileContext.Stephen Kelly2015-07-061-1/+0
* cmListFileArgument: Remove FilePath member.Stephen Kelly2015-06-211-6/+6
* cmVariableWatchCommand: Simplify error reporting.Stephen Kelly2015-06-031-4/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* Merge branch 'dev/fix-variable-watch-crash' into cmake-syntaxBrad King2013-08-081-56/+85
|\
| * variable_watch: Check newValue for NULLBen Boeckel2013-08-081-1/+1
| * variable_watch: Don't share memory for callbacksBen Boeckel2013-08-081-54/+83
| * variable_watch: Fix a typo in the error messageBen Boeckel2013-08-081-1/+1
* | cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enumBrad King2013-08-081-5/+10
|/
* variable_watch: Print accesses as "CMake Debug Log" messagesBrad King2013-06-031-5/+3
* variable_watch: Remove leftover debugging code (#14187)Brad King2013-06-031-13/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+4
* STYLE: Fix line lengthsAndy Cedilnik2007-04-121-7/+14
* ENH: Add variable watch commandAndy Cedilnik2007-04-111-0/+136