| Commit message (Expand) | Author | Age | Files | Lines |
* | variable_watch: Made it safe to add/remove watches in access callbacks | Justin Berger | 2017-09-21 | 1 | -19/+16 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -8/+5 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-16 | 1 | -0/+2 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -2/+2 |
|
|
* | cmVariableWatch: Fix potential memory leak | Brad King | 2016-05-25 | 1 | -2/+4 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -45/+29 |
|
|
* | Avoid occasional use-after-free when a variable watch is executed | Yves Frederix | 2016-03-23 | 1 | -1/+3 |
|
|
* | Split cmAlgorithms into a separate header file. | Stephen Kelly | 2015-02-10 | 1 | -0/+2 |
|
|
* | cmVariableWatch: Use the cmDeleteAll algorithm with for_each. | Stephen Kelly | 2015-01-13 | 1 | -13/+8 |
|
|
* | variable_watch: Remove undocumented and redundant access type | Ben Boeckel | 2014-05-22 | 1 | -1/+0 |
|
|
* | variable_watch: Prevent making extra entries in the watch map | Ben Boeckel | 2013-08-08 | 1 | -0/+4 |
|
|
* | variable_watch: Allow specifying the data to match in RemoveWatch | Ben Boeckel | 2013-08-08 | 1 | -2/+6 |
|
|
* | variable_watch: Match client_data when finding duplicates | Ben Boeckel | 2013-08-08 | 1 | -5/+6 |
|
|
* | variable_watch: Add a deleter for the client data | Ben Boeckel | 2013-08-08 | 1 | -1/+3 |
|
|
* | variable_watch: Store client data as pointers | Ben Boeckel | 2013-08-08 | 1 | -6/+21 |
|
|
* | variable_watch: Add missing string enumeration entry (#14188) | Yichao Yu | 2013-06-03 | 1 | -0/+1 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -4/+4 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Add variable watch command | Andy Cedilnik | 2007-04-11 | 1 | -2/+24 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -9/+9 |
|
|
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -3/+6 |
|
|
* | ENH: Add remove watch | Andy Cedilnik | 2003-08-07 | 1 | -0/+14 |
|
|
* | Add option of watching variables | Andy Cedilnik | 2003-01-08 | 1 | -0/+59 |
|
|