summaryrefslogtreecommitdiff
path: root/Source/cmVariableWatch.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Modernize `cmVariableWatchCommand` a littleAlex Turbov2019-10-171-7/+7
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-6/+2
* variable_watch: Made it safe to add/remove watches in access callbacksJustin Berger2017-09-211-19/+16
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-8/+5
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-171-0/+2
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-2/+2
* cmVariableWatch: Fix potential memory leakBrad King2016-05-251-2/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-45/+29
* Avoid occasional use-after-free when a variable watch is executedYves Frederix2016-03-231-1/+3
* Split cmAlgorithms into a separate header file.Stephen Kelly2015-02-101-0/+2
* cmVariableWatch: Use the cmDeleteAll algorithm with for_each.Stephen Kelly2015-01-131-13/+8
* variable_watch: Remove undocumented and redundant access typeBen Boeckel2014-05-221-1/+0
* variable_watch: Prevent making extra entries in the watch mapBen Boeckel2013-08-081-0/+4
* variable_watch: Allow specifying the data to match in RemoveWatchBen Boeckel2013-08-081-2/+6
* variable_watch: Match client_data when finding duplicatesBen Boeckel2013-08-081-5/+6
* variable_watch: Add a deleter for the client dataBen Boeckel2013-08-081-1/+3
* variable_watch: Store client data as pointersBen Boeckel2013-08-081-6/+21
* variable_watch: Add missing string enumeration entry (#14188)Yichao Yu2013-06-031-0/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add variable watch commandAndy Cedilnik2007-04-111-2/+24
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-9/+9
* STYLE: fix line lengthsBill Hoffman2006-03-101-3/+6
* ENH: Add remove watchAndy Cedilnik2003-08-071-0/+14
* Add option of watching variablesAndy Cedilnik2003-01-081-0/+59