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  efcbc372ca2b964154bcdcb7f43e382aafd22d2d (commit)
       via  f2c98e125fe0d7d59ce3ff58928d20ad41066685 (commit)
       via  e83b96b793dbe9d525fc878f7e8df8304079e35d (commit)
       via  aa6682802eecd0434088c16b51d198fea619b76d (commit)
      from  951d17d1883a8853d5054dc7bb4771e1006a78eb (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=efcbc372ca2b964154bcdcb7f43e382aafd22d2d
commit efcbc372ca2b964154bcdcb7f43e382aafd22d2d
Merge: 951d17d f2c98e1
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Thu Sep 8 09:51:32 2016 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Thu Sep 8 09:51:32 2016 -0400

    Merge topic 'update-kwiml' into next
    
    f2c98e12 Merge branch 'upstream-KWIML' into update-kwiml
    e83b96b7 KWIML 2016-09-08 (d564b3c7)
    aa668280 kwiml: Update import script for new upstream URL


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f2c98e125fe0d7d59ce3ff58928d20ad41066685
commit f2c98e125fe0d7d59ce3ff58928d20ad41066685
Merge: aa66828 e83b96b
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Thu Sep 8 09:50:05 2016 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Thu Sep 8 09:50:31 2016 -0400

    Merge branch 'upstream-KWIML' into update-kwiml
    
    * upstream-KWIML:
      KWIML 2016-09-08 (d564b3c7)
    
    Closes: #16290


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e83b96b793dbe9d525fc878f7e8df8304079e35d
commit e83b96b793dbe9d525fc878f7e8df8304079e35d
Author:     KWIML Upstream <kwro...@kitware.com>
AuthorDate: Thu Sep 8 09:28:56 2016 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Thu Sep 8 09:50:04 2016 -0400

    KWIML 2016-09-08 (d564b3c7)
    
    Code extracted from:
    
        https://gitlab.kitware.com/utils/kwiml.git
    
    at commit d564b3c71a6dcec9b1cd84afb498b14a69307780 (master).
    
    Upstream Shortlog
    -----------------
    
    Brad King (1):
          d564b3c7 Update copyright year
    
    Richard W.M. Jones (1):
          12f000d5 abi.h: Add RISC-V, a little-endian architecture.

diff --git a/Copyright.txt b/Copyright.txt
index a6204b0..515c4eb 100644
--- a/Copyright.txt
+++ b/Copyright.txt
@@ -1,5 +1,5 @@
 Kitware Information Macro Library
-Copyright 2010-2015 Kitware, Inc.
+Copyright 2010-2016 Kitware, Inc.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/include/kwiml/abi.h b/include/kwiml/abi.h
index 3626361..5ffd542 100644
--- a/include/kwiml/abi.h
+++ b/include/kwiml/abi.h
@@ -1,6 +1,6 @@
 /*============================================================================
   Kitware Information Macro Library
-  Copyright 2010-2015 Kitware, Inc.
+  Copyright 2010-2016 Kitware, Inc.
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
@@ -467,6 +467,10 @@ suppression macro KWIML_ABI_NO_VERIFY was defined.
 #elif defined(__XTENSA_EL__)
 # define KWIML_ABI_ENDIAN_ID KWIML_ABI_ENDIAN_ID_LITTLE
 
+/* RISC-V */
+#elif defined(__riscv__)
+# define KWIML_ABI_ENDIAN_ID KWIML_ABI_ENDIAN_ID_LITTLE
+
 /* Unknown CPU */
 #elif !defined(KWIML_ABI_NO_ERROR_ENDIAN)
 # error "Byte order of target CPU unknown."
diff --git a/include/kwiml/int.h b/include/kwiml/int.h
index b297ace..489c603 100644
--- a/include/kwiml/int.h
+++ b/include/kwiml/int.h
@@ -1,6 +1,6 @@
 /*============================================================================
   Kitware Information Macro Library
-  Copyright 2010-2015 Kitware, Inc.
+  Copyright 2010-2016 Kitware, Inc.
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without
diff --git a/src/version.h.in b/src/version.h.in
index e58e0dc..0ac8854 100644
--- a/src/version.h.in
+++ b/src/version.h.in
@@ -1,6 +1,6 @@
 /*============================================================================
   Kitware Information Macro Library
-  Copyright 2010-2015 Kitware, Inc.
+  Copyright 2010-2016 Kitware, Inc.
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or without

https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=aa6682802eecd0434088c16b51d198fea619b76d
commit aa6682802eecd0434088c16b51d198fea619b76d
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Thu Sep 8 09:49:01 2016 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Thu Sep 8 09:49:39 2016 -0400

    kwiml: Update import script for new upstream URL

diff --git a/Utilities/Scripts/update-kwiml.bash 
b/Utilities/Scripts/update-kwiml.bash
index 5c0d192..4497c92 100755
--- a/Utilities/Scripts/update-kwiml.bash
+++ b/Utilities/Scripts/update-kwiml.bash
@@ -7,7 +7,7 @@ shopt -s dotglob
 readonly name="KWIML"
 readonly ownership="KWIML Upstream <kwro...@kitware.com>"
 readonly subtree="Utilities/KWIML"
-readonly repo="https://github.com/Kitware/KWIML.git";
+readonly repo="https://gitlab.kitware.com/utils/kwiml.git";
 readonly tag="master"
 readonly shortlog=true
 readonly paths="

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

Summary of changes:
 Utilities/KWIML/Copyright.txt       |    2 +-
 Utilities/KWIML/include/kwiml/abi.h |    6 +++++-
 Utilities/KWIML/include/kwiml/int.h |    2 +-
 Utilities/KWIML/src/version.h.in    |    2 +-
 Utilities/Scripts/update-kwiml.bash |    2 +-
 5 files changed, 9 insertions(+), 5 deletions(-)


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

Reply via email to