[Cmake-commits] CMake branch, next, updated. v3.7.0-rc3-987-g807ac5d

Brad King brad.king at kitware.com
Wed Nov 9 09:22:02 EST 2016


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  807ac5d9a3ab9ea13f8b918347cff1c18aebe66c (commit)
       via  8037cc12f59a607a6bbc7a65ede915bc31bf61b5 (commit)
      from  5b83bdc894c0501feed78ea1b86ff299ed8274a6 (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=807ac5d9a3ab9ea13f8b918347cff1c18aebe66c
commit 807ac5d9a3ab9ea13f8b918347cff1c18aebe66c
Merge: 5b83bdc 8037cc1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 9 09:22:02 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 9 09:22:02 2016 -0500

    Merge topic 'import-librhash' into next
    
    8037cc12 fixup! librhash: Remove source fragments not needed for CMake


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8037cc12f59a607a6bbc7a65ede915bc31bf61b5
commit 8037cc12f59a607a6bbc7a65ede915bc31bf61b5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 9 08:33:38 2016 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Nov 9 08:33:38 2016 -0500

    fixup! librhash: Remove source fragments not needed for CMake

diff --git a/Utilities/cmlibrhash/librhash/rhash.h b/Utilities/cmlibrhash/librhash/rhash.h
index 2437072..6d18c18 100644
--- a/Utilities/cmlibrhash/librhash/rhash.h
+++ b/Utilities/cmlibrhash/librhash/rhash.h
@@ -153,6 +153,7 @@ RHASH_API const char* rhash_get_magnet_name(unsigned hash_id); /* get name part
 /* note, that rhash_info_by_id() is not exported to a shared library or DLL */
 const rhash_info* rhash_info_by_id(unsigned hash_id); /* get hash sum info by hash id */
 
+#if 0
 /**
  * Flags for printing a hash sum
  */
@@ -185,6 +186,7 @@ enum rhash_print_sum_flags
 	/** print file size in rhash_print_magnet */
 	RHPR_FILESIZE  = 0x40,
 };
+#endif
 
 /* output hash into the given buffer */
 RHASH_API size_t rhash_print_bytes(char* output,

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

Summary of changes:
 Utilities/cmlibrhash/librhash/rhash.h |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list