summaryrefslogtreecommitdiff
path: root/Source/cmVariableWatch.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Refactor: Modernize `cmVariableWatchCommand` a littleAlex Turbov2019-10-171-2/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-5/+4
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+3
* cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-1/+0
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-9/+4
* variable_watch: Made it safe to add/remove watches in access callbacksJustin Berger2017-09-211-1/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+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-1/+5
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-16/+20
* Avoid occasional use-after-free when a variable watch is executedYves Frederix2016-03-231-1/+1
* variable_watch: Remove undocumented and redundant access typeBen Boeckel2014-05-221-1/+0
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* variable_watch: Allow specifying the data to match in RemoveWatchBen Boeckel2013-08-081-1/+2
* variable_watch: Match client_data when finding duplicatesBen Boeckel2013-08-081-1/+1
* variable_watch: Add a deleter for the client dataBen Boeckel2013-08-081-2/+11
* variable_watch: Store client data as pointersBen Boeckel2013-08-081-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: All variable accesses should produce watch callbacks, including IF(DEFIN...Brad King2007-05-171-0/+1
* ENH: Add variable watch commandAndy Cedilnik2007-04-111-8/+16
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-4/+4
* STYLE: fix line lengthsBill Hoffman2006-03-101-1/+2
* ENH: fix line length style stuffBill Hoffman2006-03-101-1/+2
* ENH: Add remove watchAndy Cedilnik2003-08-071-0/+1
* more option on var watchesKen Martin2003-01-091-0/+1
* use cmstdstring in mapsBill Hoffman2003-01-091-1/+1
* fix syntax for addwatchBill Hoffman2003-01-091-2/+2
* Add option of watching variablesAndy Cedilnik2003-01-081-0/+72