Opened 5 years ago

Closed 5 years ago

#12505 closed enhancement (fixed)

glm-0.9.9.6

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 9.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New micro version.

Change History (5)

comment:1 by Bruce Dubbs, 5 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 years ago

GLM 0.9.9.6

Features:

  • Added Neon support to glm #945
  • Added SYCL support #914
  • Added EXT_scalar_integer extension with power of two and multiple scalar functions
  • Added EXT_vector_integer extension with power of two and multiple vector functions

Improvements:

  • Added Visual C++ 2019 detection
  • Added Visual C++ 2017 15.8 and 15.9 detection
  • Added missing genType check for bitCount and bitfieldReverse #893

Fixes:

  • Fixed for g++6 where -std=c++1z sets cplusplus to 201500 instead of 201402 #921
  • Fixed hash hashes qua instead of tquat #919
  • Fixed .natvis as structs renamed #915
  • Fixed ldexp and frexp declaration #895
  • Fixed missing const to quaternion conversion operators #890
  • Fixed EXT_scalar_ulp and EXT_vector_ulp API coding style
  • Fixed quaternion componant order: w, {x, y, z} #916
  • Fixed GLM_HAS_CXX11_STL broken on Clang with Linux #926
  • Fixed Clang or GCC build due to wrong GLM_HAS_IF_CONSTEXPR definition #907
  • Fixed CUDA 9 build #910

comment:3 by Bruce Dubbs, 5 years ago

Putting this on hold for now:

https://github.com/g-truc/glm/issues/947

comment:4 by Bruce Dubbs, 5 years ago

This package seems to expect that packages that use it will just include files and the functionality is in the *.hpp files. Using Arch's instructions:

As root:

cp -r glm /usr/include/ &&
cp -r doc /usr/share/doc/glm-0.9.9.6

comment:5 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22140.

Note: See TracTickets for help on using tickets.