
Added 'fmod' overload to GTX_common with tests #308.Added GTC_color_space: convertLinearToSRGB and convertSRGBToLinear functions.Deprecated GLM_MESSAGES, use GLM_FORCE_MESSAGES instead.Deprecated GLM_SWIZZLE, use GLM_FORCE_SWIZZLE instead.Fixed quaterion to mat3 cast function mat3_cast from GTC_quaternion #542.Fixed GLM test '/fp:fast' and '/Za' command-line options are incompatible.Fixed missing vec1 overload to length2 and distance2 functions #431.Fixed sign with signed integer function on non-x86 architecture.Fixed long long warnings when using C++98 on GCC and Clang #482.Fixed intersectRayTriangle to not do any unintentional backface culling.Fixed GTX_extended_min_max filename typo #386.Added more information to build messages.Factorized GLM_COMPILER_LLVM and GLM_COMPILER_APPLE_CLANG into GLM_COMPILER_CLANG.Use Cuda built-in function for abs function implementation with Cuda compiler.Added constexpr for vec, mat, quat and dual_quat types #493.Improved GTX_wrap for SIMD friendliness.Improved OpenMP support detection for Clang, GCC, ICC and VC.Improved GLM_FORCE_EXPLICIT_CTOR coverage #481.Improved GTC_random linearRand documentation.Improved SIMD and swizzle operators interactions with GCC and Clang #474.Added GLM_FORCE_UNRESTRICTED_GENTYPE allowing non basic genType #543.Added quaternion version of isnan and isinf #521.



