diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-05-05 21:25:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-05-22 14:36:49 (GMT) |
commit | d849800351a6ed91f3d6b149bb9e50aaa4c42a99 (patch) | |
tree | 0d5304b770ede7ac3b76189c663edb0bdf252fec /Help/release | |
parent | 96e9eb1766261605ebc97009d6ace20214eaa9a4 (diff) | |
download | CMake-d849800351a6ed91f3d6b149bb9e50aaa4c42a99.zip CMake-d849800351a6ed91f3d6b149bb9e50aaa4c42a99.tar.gz CMake-d849800351a6ed91f3d6b149bb9e50aaa4c42a99.tar.bz2 |
variable_watch: Remove undocumented and redundant access type
The ALLOWED_UNKNOWN_VARIABLE_READ_ACCESS access type was switched on an
undocumented variable and its lookup caused an unnecessary performance
impact. Remove it.
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/variable_watch-no-allowed-access.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/variable_watch-no-allowed-access.rst b/Help/release/dev/variable_watch-no-allowed-access.rst new file mode 100644 index 0000000..ba7b4a5 --- /dev/null +++ b/Help/release/dev/variable_watch-no-allowed-access.rst @@ -0,0 +1,8 @@ +variable_watch-no-allowed-access +-------------------------------- + +* Callbacks established by the :command:`variable_watch` command will no + longer receive the ``ALLOWED_UNKNOWN_READ_ACCESS`` access type when + the undocumented ``CMAKE_ALLOW_UNKNOWN_VARIABLE_READ_ACCESS`` variable is + set. Uninitialized variable accesses will always be reported as + ``UNKNOWN_READ_ACCESS``. |