Merge topic 'update-kwiml'

f2c98e12 Merge branch 'upstream-KWIML' into update-kwiml
e83b96b7 KWIML 2016-09-08 (d564b3c7)
aa668280 kwiml: Update import script for new upstream URL
This commit is contained in:
Brad King 2016-09-09 11:17:58 -04:00 committed by CMake Topic Stage
commit 7c05f1371c
5 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Kitware Information Macro Library Kitware Information Macro Library
Copyright 2010-2015 Kitware, Inc. Copyright 2010-2016 Kitware, Inc.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/*============================================================================ /*============================================================================
Kitware Information Macro Library Kitware Information Macro Library
Copyright 2010-2015 Kitware, Inc. Copyright 2010-2016 Kitware, Inc.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without 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__) #elif defined(__XTENSA_EL__)
# define KWIML_ABI_ENDIAN_ID KWIML_ABI_ENDIAN_ID_LITTLE # 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 */ /* Unknown CPU */
#elif !defined(KWIML_ABI_NO_ERROR_ENDIAN) #elif !defined(KWIML_ABI_NO_ERROR_ENDIAN)
# error "Byte order of target CPU unknown." # error "Byte order of target CPU unknown."

View File

@ -1,6 +1,6 @@
/*============================================================================ /*============================================================================
Kitware Information Macro Library Kitware Information Macro Library
Copyright 2010-2015 Kitware, Inc. Copyright 2010-2016 Kitware, Inc.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
/*============================================================================ /*============================================================================
Kitware Information Macro Library Kitware Information Macro Library
Copyright 2010-2015 Kitware, Inc. Copyright 2010-2016 Kitware, Inc.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -7,7 +7,7 @@ shopt -s dotglob
readonly name="KWIML" readonly name="KWIML"
readonly ownership="KWIML Upstream <kwrobot@kitware.com>" readonly ownership="KWIML Upstream <kwrobot@kitware.com>"
readonly subtree="Utilities/KWIML" 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 tag="master"
readonly shortlog=true readonly shortlog=true
readonly paths=" readonly paths="