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  fc4565fcf2b7c5537c78a3f521ccff04a86fa464 (commit)
       via  322425faca3fa6dca1356cdcb4c44ea8d46bc32a (commit)
      from  ad772c20e46456021e257b87b9c405b026f0f3a4 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fc4565fcf2b7c5537c78a3f521ccff04a86fa464
commit fc4565fcf2b7c5537c78a3f521ccff04a86fa464
Merge: ad772c2 322425f
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Mar 7 15:09:22 2017 +0000
Commit:     Kitware Robot <kwro...@kitware.com>
CommitDate: Tue Mar 7 10:09:24 2017 -0500

    Stage topic 'target-type-ordering-comment'
    
    Topic-id: 22907
    Topic-url: https://gitlab.kitware.com/cmake/cmake/merge_requests/560


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=322425faca3fa6dca1356cdcb4c44ea8d46bc32a
commit 322425faca3fa6dca1356cdcb4c44ea8d46bc32a
Author:     Ben Boeckel <ben.boec...@kitware.com>
AuthorDate: Tue Mar 7 09:30:07 2017 -0500
Commit:     Ben Boeckel <ben.boec...@kitware.com>
CommitDate: Tue Mar 7 09:30:07 2017 -0500

    cmStateTypes: document that the ordering of targets is important
    
    The ordering is assumed in many places throughout the code and
    modification of the enumeration should be done carefully.

diff --git a/Source/cmStateTypes.h b/Source/cmStateTypes.h
index 2c974c1..da14cdb 100644
--- a/Source/cmStateTypes.h
+++ b/Source/cmStateTypes.h
@@ -27,6 +27,9 @@ enum SnapshotType
   VariableScopeType
 };
 
+// There are multiple overlapping ranges represented here. Be aware that adding
+// a value to this enumeration may cause failures in numerous places which
+// assume details about the ordering.
 enum TargetType
 {
   EXECUTABLE,

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

Summary of changes:
 Source/cmStateTypes.h |    3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to