1. e7970a8 Fix releases being updated automagically by Christophe · 5 weeks ago master
  2. b1fed40 Make min, max, mix and clamp constexpr by 0xf00ff00f · 6 weeks ago
  3. 2436fe7 SIMD dot product and normalization changes (#1427) by Forward-Fax3 · 6 weeks ago
  4. 8f6213d Update CMake minimum version and policy range by Alfredo Tupone · 10 weeks ago
  5. e282990 Implement g-truc#1370 (reflection matrix calculation) by mariob92 · 10 weeks ago
  6. 5f9187f Implement #1370 (reflection matrix calculation) by mariob92 · 10 weeks ago
  7. a583c59 Fix initialization of vec in unary operator- by Francisco Facioni · 3 months ago
  8. 36e7a9a Fix initialization of vector in convert_splat by Francisco Facioni · 3 months ago
  9. d34c19e Ensure swizzle compatibility with GLM_FORCE_SIZE_T_LENGTH by T3hD0gg · 4 months ago
  10. 8a57c6e More clean up by christophe · 4 months ago
  11. 745a96d Clean up by christophe · 4 months ago
  12. a97b747 Use noexcept by christophe · 4 months ago
  13. a624f74 Use C++14 deprecate attribute by christophe · 4 months ago
  14. 9ecd2c0 Add C++ 23 detection by christophe · 4 months ago
  15. 24a1471 Removed initializer list C++98 workarounds by christophe · 4 months ago
  16. c33f2fa Remove integer C++11 workaround by christophe · 4 months ago
  17. b2ae990 Remove int64 custom implementation by christophe · 4 months ago
  18. ef7c6e0 Remove custom make_unsigned by christophe · 4 months ago
  19. 07bc4e1 Remove C++11 feature checks by christophe · 4 months ago
  20. ab5c4c6 Remove GLM_HAS_STATIC_ASSERT C++11 workarounds by christophe · 4 months ago
  21. 1da632d Remove has C++11 STL by christophe · 4 months ago
  22. 18a1c9d Build GLM with minimum the use of C++17 by christophe · 4 months ago
  23. 9ce89d6 Revert Quaternion rotation order by christophe · 4 months ago
  24. cfec725 Deprecate C++98 to 14 by christophe · 4 months ago
  25. b0a359c Enable GLM_FORCE_EXPLICIT_CTOR in test for xyz and friends by Adam Lusch · 4 months ago
  26. c95f725 Fix convert_vec4_to_vec3 by Adam Lusch · 4 months ago
  27. 5913e3f Updated API doc for 1.0.2 by Christophe · 4 months ago
  28. e577e1c Fixed quaternion rotate by Tea · 4 months ago
  29. 4b6e9a5 Enable test for NEON by Adam Lusch · 4 months ago
  30. 0990b42 NEON mask order is flipped by Adam Lusch · 4 months ago
  31. 279f55d Avoid "implicit conversion increases floating-point precision: 'float' to 'double'" by Adam Lusch · 4 months ago
  32. 7e4b80e Fix windows warning for div by 0 in test by Adam Lusch · 4 months ago
  33. 2bd65b1 Make test more specific by Adam Lusch · 4 months ago
  34. 3aed772 isfinite support for quaternions by Adam Lusch · 4 months ago
  35. 8bed9b3 Update tests for uSubBorrow by Francisco José Letterio · 4 months ago
  36. 7ff85fc Update func_integer.inl by Francisco José Letterio · 4 months ago
  37. 12bfe68 Revert "Update func_integer.inl" by Christophe · 4 months ago
  38. 4962d27 Update func_integer.inl by Francisco José Letterio · 4 months ago
  39. a5d56f9 update api documentation link in manual.md by chenjiannan · 4 months ago
  40. 89d15b7 Organize includes by YaaZ · 4 months ago
  41. be1fb4d Add packed/aligned quat types by Adam Lusch · 4 months ago
  42. 3058381 The returned value of a quaternion scalar division and multiplication must be a quaternion by SamiMD · 4 months ago
  43. 35f93ad Fix tag typo in CMake section of readme.md by Oleg Morozov · 4 months ago
  44. 65a83c9 Add begin,end support for glm by ZXShady · 4 months ago
  45. 2a12657 some more min/max wrappings 2 by Steven French · 4 months ago
  46. 8c55406 some more min/max wrappings by Steven French · 4 months ago
  47. 5926815 wrap min/max calls in brackets by Steven French · 4 months ago
  48. 5db3b61 Add GLM_FUNC_QUALIFIER to TMin and TMax operator overloads by 1neskk · 4 months ago
  49. 78049f1 Add constexpr to normalize by cmd05 · 4 months ago
  50. c10f4f2 Fixing github C.I. by Christophe · 4 months ago
  51. e771488 Update qualifier.hpp by Ayush Sharma · 5 months ago
  52. 2d4c4b4 Update ci.yml to run CI on master branch PRs by Christophe · 1 year ago
  53. 69b130c Fix uninitialized in constexpr warning by Jeff Burnett · 1 year, 1 month ago
  54. af86309 Fix missing newline by christophe · 1 year, 1 month ago
  55. e54e16f Add C++17 structureed binding support by ZXShady · 1 year, 1 month ago
  56. 5847dd9 Merge pull request #1305 from steimich96/master by Christophe · 1 year, 1 month ago
  57. edc3607 Fixed nvcc compile warnings for default constructor by steimich96 · 1 year, 1 month ago
  58. 624090a Merge pull request #1339 from g-truc/rebase-1.0.2 by Christophe · 1 year, 1 month ago
  59. af69cb1 Fix macOS C.I. by christophe · 1 year, 1 month ago
  60. c11bff7 Fix macOS latest by christophe · 1 year, 1 month ago
  61. 6dddbfb Merge pull request #1322 from ivansouzamf/master by Christophe · 1 year, 1 month ago
  62. 5773887 msvc now supports sse4.2 by Payn · 1 year, 1 month ago
  63. fe26a52 Fix macOS C.I. by christophe · 1 year, 1 month ago
  64. 242233e Fix macOS C.I. test by christophe · 1 year, 1 month ago
  65. 97995f4 Fix intrinsics test by christophe · 1 year, 1 month ago
  66. 08a6421 Fix macOS C.I. issue by Christophe · 1 year, 1 month ago
  67. 44c0039 Revert "Fix a wrong macro for tdualquat ctor" by Christophe · 1 year, 1 month ago
  68. abcc96b Fix macOS C.I. by christophe · 1 year, 1 month ago
  69. a036baa Fix MacOS C.I. by christophe · 1 year, 1 month ago
  70. 303a9d7 Fix C.I. failure by christophe · 1 year, 1 month ago
  71. 9e6f0ec Disable GTX test failing on Ubuntu latest GCC 13.3.0 by Christophe · 1 year, 1 month ago
  72. c8132b3 Prepare 1.0.2 release by Marcin Konowalczyk · 1 year, 1 month ago
  73. 7a878c2 link to newer version by Marcin Konowalczyk · 1 year, 1 month ago
  74. e7d5bda updated paper link too by Marcin Konowalczyk · 1 year, 1 month ago
  75. f27f0e0 Update noise.inl by Marcin Konowalczyk · 1 year, 1 month ago
  76. 18feaec Merge pull request #1311 from alusch/neon-compile-error by Christophe · 1 year, 1 month ago
  77. 5221557 Merge pull request #1315 from gdh1995/fix/dahan_macro_name by Christophe · 1 year, 1 month ago
  78. f6341a1 Merge pull request #1317 from Zuzu-Typ/fix-matrix-clip-space by Christophe · 1 year, 1 month ago
  79. 5b295d8 Merge pull request #1312 from qbojj/patch-1 by Christophe · 1 year, 1 month ago
  80. 3c18b0f Merge pull request #1328 from helynranta/fix-missing-functions by Christophe · 1 year, 2 months ago
  81. 86bdcc4 Merge pull request #1309 from ClemensX/master by Christophe · 1 year, 2 months ago
  82. 7d3e3cd Merge pull request #1330 from GeorgH93/fix_policy_warning by Christophe · 1 year, 2 months ago
  83. 37112e4 Merge pull request #1318 from nlutsenko/patch-1 by Christophe · 1 year, 2 months ago
  84. f748510 Specify CMake policy range to avoid deprecation warning by GeorgH93 · 1 year, 2 months ago
  85. 3adb423 Fix module interface missing some gtx quaternion functions by Lassi Helynranta · 1 year, 2 months ago
  86. 4006273 Remove Android-specific detection of GLM_HAS_CXX11_STL by Nikita Lutsenko · 1 year, 4 months ago
  87. d03194c Fixed infinitePerspective declarations and definitions by Zuzu-Typ · 1 year, 4 months ago
  88. 9b15c54 Fix a wrong macro for tdualquat ctor by gongdahan · 1 year, 4 months ago
  89. 23551ae fix levels() calculation for scalars by Janeczko Jakub · 1 year, 5 months ago
  90. b30313a Fix unused argument warning by Adam Lusch · 1 year, 6 months ago
  91. 437fe63 Add missing template parameter by Adam Lusch · 1 year, 6 months ago
  92. 1926a11 Test to reproduce build failure by Adam Lusch · 1 year, 6 months ago
  93. 0d86374 typo in natvis name by Clemens Fehr · 1 year, 6 months ago
  94. 33b4a62 Update GitHub Actions by scribam · 1 year, 8 months ago
  95. 45008b2 Fixed vec equality check function from the compute_vector_decl.hpp file by Forest Fox · 1 year, 10 months ago
  96. a2844ee Use [[deprecated]] when CXX standard is at least 14 by Tobias Markus · 1 year, 10 months ago
  97. 0904870 Fix log2 func. qualifier by Tom Kneiphof · 1 year, 10 months ago
  98. 4137519 Simd improvement by Laurent Caumont · 1 year, 11 months ago
  99. ab913bb Add value_ptr method for vec1 types by Tom Kneiphof · 2 years ago
  100. c32a481 Fix additional clang issues by Tom Kneiphof · 2 years ago