glm/test
Charles Huber 4b6284e39d GCC: Fix noexcept warnings on hash functions
Fix warnings on hash functions with GCC and -Wnoexcept:
* Add GLM_HAS_NOEXCEPT flag & GLM_NOEXCEPT #define to setup.hpp.
* Add GLM_NOEXCEPT to hash functions in hash.hpp.
* Add GLM_NOEXCEPT to matrix operator[] accessors.
* Add gtx_hash.cpp and a test to verify all hash overloads compile.
  Configure with -DCMAKE_CXX_FLAGS="-Werror -Wnoexcept" to test.
2022-08-24 15:21:11 -05:00
..
bug Refactor configuration macros 2018-07-31 23:05:48 +02:00
cmake Add a CMake Package config 2019-11-01 16:40:45 -06:00
core feat: add shearing matrix operation on matrix_transfom 2022-01-20 21:27:30 +08:00
ext Added *GLM_EXT_matrix_integer* with tests 2020-11-30 18:10:55 +01:00
gtc Merge branch 'master' of https://github.com/g-truc/glm into matrix-int 2020-03-05 18:52:28 +01:00
gtx GCC: Fix noexcept warnings on hash functions 2022-08-24 15:21:11 -05:00
perf Fixed missing std:: namespace #898 2019-09-07 13:41:08 +02:00
CMakeLists.txt Fix AVX2 detection 2020-12-09 21:43:38 +01:00
glm.cppcheck Added CPP Check project 2012-01-03 16:22:37 +00:00