[Cmake-commits] CMake branch, next, updated. v3.0.0-rc5-3307-gad20834
Brad King
brad.king at kitware.com
Thu May 22 10:26:10 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via ad20834344d28921a4d2c8435b559ae8a1447495 (commit)
via f29708540269e731160678630ca232fff81bff97 (commit)
from b935b5b56bac7ec0925e88da64248eb8d41076c7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ad20834344d28921a4d2c8435b559ae8a1447495
commit ad20834344d28921a4d2c8435b559ae8a1447495
Merge: b935b5b f297085
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu May 22 10:26:09 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 22 10:26:09 2014 -0400
Merge topic 'variable_watch-no-allowed-access' into next
f2970854 Help: Revise notes for topic 'variable_watch-no-allowed-access'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f29708540269e731160678630ca232fff81bff97
commit f29708540269e731160678630ca232fff81bff97
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu May 22 10:25:36 2014 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu May 22 10:26:18 2014 -0400
Help: Revise notes for topic 'variable_watch-no-allowed-access'
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..2ed2cca
--- /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_VARIABLE_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_VARIABLE_READ_ACCESS``.
diff --git a/Help/release/dev/watch-variable-policy.rst b/Help/release/dev/watch-variable-policy.rst
deleted file mode 100644
index ab495ab..0000000
--- a/Help/release/dev/watch-variable-policy.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-watch-variable-policy
----------------------
-
-* Remove ALLOWED_UNKNOWN_VARIABLE_READ_ACCESS access type in variable_watch.
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/variable_watch-no-allowed-access.rst | 8 ++++++++
Help/release/dev/watch-variable-policy.rst | 4 ----
2 files changed, 8 insertions(+), 4 deletions(-)
create mode 100644 Help/release/dev/variable_watch-no-allowed-access.rst
delete mode 100644 Help/release/dev/watch-variable-policy.rst
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list