Brad King
|
71fbebd1dc
IWYU: Fix handling of <memory> standard header
|
6 years ago |
Albert Astals Cid
|
ae5e97a005
Delete some default constructors and assignment operators
|
6 years ago |
Regina Pfeifer
|
094f01d0f0
cleanup: Prefer compiler provided special member functions
|
6 years ago |
Regina Pfeifer
|
55671b41d2
clang-tidy: Use `= default`
|
6 years ago |
Regina Pfeifer
|
b2aa3aedea
clang-tidy: Use default member initialization
|
7 years ago |
Justin Berger
|
4c0edbd725
variable_watch: Made it safe to add/remove watches in access callbacks
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
a2af850ba6
fix a batch of include-what-you-use violations
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Yves Frederix
|
c610402825
Avoid occasional use-after-free when a variable watch is executed
|
9 years ago |
Ben Boeckel
|
d849800351
variable_watch: Remove undocumented and redundant access type
|
11 years ago |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 years ago |
Ben Boeckel
|
34b397e8de
variable_watch: Allow specifying the data to match in RemoveWatch
|
12 years ago |
Ben Boeckel
|
e43e207c7b
variable_watch: Match client_data when finding duplicates
|
12 years ago |
Ben Boeckel
|
0d6acb1df8
variable_watch: Add a deleter for the client data
|
12 years ago |
Ben Boeckel
|
fc7c3b4dc8
variable_watch: Store client data as pointers
|
12 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
9a5b4eba97
BUG: All variable accesses should produce watch callbacks, including IF(DEFINED <var>) ones. Instead we define a new access type for IF(DEFINED) so that the error does not show up for backward compatibility variables.
|
18 years ago |
Andy Cedilnik
|
f9f1ccadb3
ENH: Add variable watch command
|
18 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Bill Hoffman
|
89e5fc63fe
STYLE: fix line lengths
|
19 years ago |
Bill Hoffman
|
6b47b28867
ENH: fix line length style stuff
|
19 years ago |
Andy Cedilnik
|
ffaaedc7c6
ENH: Add remove watch
|
22 years ago |
Ken Martin
|
bd217452cd
more option on var watches
|
23 years ago |
Bill Hoffman
|
eff6a20432
use cmstdstring in maps
|
23 years ago |
Bill Hoffman
|
57c97f62f6
fix syntax for addwatch
|
23 years ago |