[glm] branch debian/master updated (e8d9258 -> 3002956)

Guus Sliepen guus at moszumanska.debian.org
Wed Dec 7 15:30:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

guus pushed a change to branch debian/master
in repository glm.

      from  e8d9258   Release 0.9.8.0-1
      adds  6aa2387   New upstream version 0.9.8.3
       new  c8bf7ea   Merge tag 'upstream/0.9.8.3' into debian/master
       new  e1889cb   Bump debian/compat.
       new  3002956   Release 0.9.8.3-1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |  4 +-
 debian/changelog                                   |  7 ++
 debian/compat                                      |  2 +-
 debian/control                                     |  2 +-
 glm/detail/func_common.inl                         | 47 +++++------
 glm/detail/func_integer_simd.inl                   |  4 +-
 glm/detail/func_matrix.hpp                         |  2 +-
 glm/detail/func_matrix.inl                         | 10 +--
 glm/detail/setup.hpp                               | 90 +++++++++++++--------
 glm/detail/type_mat2x2.hpp                         |  2 +-
 glm/detail/type_mat2x2.inl                         |  6 --
 glm/detail/type_mat2x3.hpp                         |  2 +-
 glm/detail/type_mat2x3.inl                         |  6 --
 glm/detail/type_mat2x4.hpp                         |  2 +-
 glm/detail/type_mat2x4.inl                         |  6 --
 glm/detail/type_mat3x2.hpp                         |  2 +-
 glm/detail/type_mat3x2.inl                         |  6 --
 glm/detail/type_mat3x3.hpp                         |  2 +-
 glm/detail/type_mat3x3.inl                         |  6 --
 glm/detail/type_mat3x4.hpp                         |  2 +-
 glm/detail/type_mat3x4.inl                         |  6 --
 glm/detail/type_mat4x2.hpp                         |  2 +-
 glm/detail/type_mat4x2.inl                         |  6 --
 glm/detail/type_mat4x3.hpp                         |  2 +-
 glm/detail/type_mat4x3.inl                         |  6 --
 glm/detail/type_mat4x4.hpp                         |  2 +-
 glm/detail/type_mat4x4.inl                         | 52 ++++++------
 glm/detail/type_vec1.hpp                           |  2 +-
 glm/detail/type_vec1.inl                           |  6 --
 glm/detail/type_vec2.hpp                           |  2 +-
 glm/detail/type_vec2.inl                           |  6 --
 glm/detail/type_vec3.hpp                           |  2 +-
 glm/detail/type_vec3.inl                           |  6 --
 glm/detail/type_vec4.hpp                           | 12 +--
 glm/detail/type_vec4.inl                           | 16 ++--
 glm/detail/type_vec4_simd.inl                      |  6 +-
 glm/gtc/matrix_transform.inl                       |  2 +-
 glm/gtc/quaternion.hpp                             |  2 +-
 glm/gtc/quaternion.inl                             |  6 --
 glm/gtc/random.inl                                 |  2 +-
 glm/gtx/dual_quaternion.hpp                        |  2 +-
 glm/gtx/dual_quaternion.inl                        |  6 --
 glm/gtx/transform2.inl                             | 16 ++--
 glm/mat4x3.hpp                                     |  2 +-
 glm/simd/platform.h                                | 50 +++++++-----
 readme.md                                          | 23 ++++++
 test/core/CMakeLists.txt                           |  1 +
 test/core/core_force_pure.cpp                      |  4 +-
 ...x98.cpp => core_force_unrestricted_gentype.cpp} |  5 +-
 test/core/core_func_noise.cpp                      | 17 +++-
 test/core/core_setup_message.cpp                   | 94 ++++++++++++----------
 test/core/core_type_mat2x2.cpp                     | 15 ++++
 test/core/core_type_mat2x3.cpp                     | 15 ++++
 test/core/core_type_mat2x4.cpp                     | 15 ++++
 test/core/core_type_mat3x2.cpp                     | 15 ++++
 test/core/core_type_mat3x3.cpp                     | 15 ++++
 test/core/core_type_mat3x4.cpp                     | 15 ++++
 test/core/core_type_mat4x2.cpp                     | 15 ++++
 test/core/core_type_mat4x3.cpp                     | 15 ++++
 test/core/core_type_mat4x4.cpp                     | 15 ++++
 test/core/core_type_vec1.cpp                       |  6 +-
 test/core/core_type_vec2.cpp                       |  2 +
 test/core/core_type_vec3.cpp                       |  3 +
 test/core/core_type_vec4.cpp                       |  2 +
 test/gtc/gtc_bitfield.cpp                          |  8 +-
 test/gtc/gtc_quaternion.cpp                        | 17 +++-
 test/gtx/gtx_dual_quaternion.cpp                   | 17 +++-
 test/gtx/gtx_quaternion.cpp                        |  2 +-
 68 files changed, 475 insertions(+), 293 deletions(-)
 copy test/core/{core_setup_force_cxx98.cpp => core_force_unrestricted_gentype.cpp} (55%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/glm.git



More information about the debian-science-commits mailing list