[Cmake-commits] CMake branch, next, updated. v3.0.2-5570-gbf3796f

Robert Maynard robert.maynard at kitware.com
Fri Oct 3 14:13:39 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  bf3796f41a88b99065df708f7c719fead8c0a60a (commit)
       via  f4f13d34730585cd095eeced45f55d0be7afae85 (commit)
      from  3d5dd7db1f41269b266f76bf6e01c5490f57b22d (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=bf3796f41a88b99065df708f7c719fead8c0a60a
commit bf3796f41a88b99065df708f7c719fead8c0a60a
Merge: 3d5dd7d f4f13d3
Author:     Robert Maynard <robert.maynard at kitware.com>
AuthorDate: Fri Oct 3 14:13:38 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 3 14:13:38 2014 -0400

    Merge topic 'clarify_size_t_docs' into next
    
    f4f13d34 Clarify the size_t developer documentation.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f4f13d34730585cd095eeced45f55d0be7afae85
commit f4f13d34730585cd095eeced45f55d0be7afae85
Author:     Robert Maynard <robert.maynard at kitware.com>
AuthorDate: Fri Oct 3 14:13:13 2014 -0400
Commit:     Robert Maynard <robert.maynard at kitware.com>
CommitDate: Fri Oct 3 14:13:13 2014 -0400

    Clarify the size_t developer documentation.

diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst
index cd979c9..625dac0 100644
--- a/Help/manual/cmake-developer.7.rst
+++ b/Help/manual/cmake-developer.7.rst
@@ -188,8 +188,8 @@ size_t
 
 Various implementations have differing implementation of ``size_t``.  When
 assigning the result of ``.size()`` on a container for example, the result
-should not be assigned to an ``unsigned int`` or similar. ``std::size_t`` must
-not be used.
+should be assigned to ``size_t`` not to ``std::size_t``, ``unsigned int`` or
+similar types.
 
 Templates
 ---------

-----------------------------------------------------------------------

Summary of changes:
 Help/manual/cmake-developer.7.rst |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list