[Cmake-commits] CMake branch, next, updated. v3.6.1-1681-g24e158b

Brad King brad.king at kitware.com
Thu Sep 1 11:23:28 EDT 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  24e158baed042535c40ec9d19edf7b5326269861 (commit)
       via  24658dbbe973d747c9ca85471e5391fd830d3fcb (commit)
      from  3ebb968dbc9ddd3fbadde1f251aaf2c3165a4512 (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=24e158baed042535c40ec9d19edf7b5326269861
commit 24e158baed042535c40ec9d19edf7b5326269861
Merge: 3ebb968 24658db
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Sep 1 11:23:27 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 1 11:23:27 2016 -0400

    Merge topic 'autogen-base32' into next
    
    24658dbb fixup! Add cmBase32Encoder class


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=24658dbbe973d747c9ca85471e5391fd830d3fcb
commit 24658dbbe973d747c9ca85471e5391fd830d3fcb
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Sep 1 11:22:53 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Sep 1 11:22:53 2016 -0400

    fixup! Add cmBase32Encoder class

diff --git a/Source/cmBase32.h b/Source/cmBase32.h
index 38c955b..66ff8ba 100644
--- a/Source/cmBase32.h
+++ b/Source/cmBase32.h
@@ -14,6 +14,7 @@
 
 #include <cmConfigure.h> // IWYU pragma: keep
 
+#include <stddef.h>
 #include <string>
 
 /** \class cmBase32Encoder

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

Summary of changes:
 Source/cmBase32.h |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list