summaryrefslogtreecommitdiffstats
path: root/Source/cmVariableWatch.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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