summaryrefslogtreecommitdiffstats
path: root/Source/cmVariableWatch.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-161-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