Commit Graph

  • f6f3596a6b Revert "Fix construction of identity quaternion" Gaoyang Zhang 2021-05-06 14:12:22 +08:00
  • 43b81f49fc Revert "Fix test due to change of default constructor of qua" Gaoyang Zhang 2021-05-06 14:12:16 +08:00
  • e800c41c0a Fix test due to change of default constructor of qua Gaoyang Zhang 2021-05-03 00:32:17 +08:00
  • 37842c7400 Fix construction of identity quaternion Gaoyang Zhang 2021-05-03 00:31:09 +08:00
  • f931c4996a Fix constructor of struct qua to honor macro "GLM_FORCE_QUAT_DATA_WXYZ" Gaoyang Zhang 2021-05-02 21:36:05 +08:00
  • 761a842a59
    Merge pull request #1062 from tksuoran/fix-cmake Christophe 2021-04-05 13:27:48 +02:00
  • 820607ad2b
    Merge pull request #1064 from SergeyKrivohatskiy/fix-axisAngle-for-small-angles Christophe 2021-04-05 13:25:56 +02:00
  • 50fdc42f13
    Merge pull request #1065 from psychocoderHPC/fix-cudaClangCompile Christophe 2021-04-05 13:23:00 +02:00
  • 59fbd31552 fix clang CUDA compile René Widera 2021-03-31 14:13:53 +02:00
  • b5d4757580 compilation fix Sergey Krivohatskiy 2021-03-23 15:22:16 +03:00
  • e81a9c4baa compilation fixes Sergey Krivohatskiy 2021-03-23 15:03:38 +03:00
  • 2010c883d5 formatting fix Sergey Krivohatskiy 2021-03-23 14:33:11 +03:00
  • 2b766d5303 a few more tests for axisAngle Sergey Krivohatskiy 2021-03-23 14:30:52 +03:00
  • df7b5bda7c axisAngle epsilon changed to work as expected on small angles Sergey Krivohatskiy 2021-03-23 14:28:36 +03:00
  • c9c656ce31 axisAngle refactoring Sergey Krivohatskiy 2021-03-23 14:27:00 +03:00
  • 57c3be0b9f Added axisAngle tests Sergey Krivohatskiy 2021-03-23 14:24:41 +03:00
  • 1771b1127f Fix CMake FetchContent usage Timo Suoranta 2021-03-11 13:20:56 +02:00
  • ace16e4778
    Merge pull request #1060 from imgly/fix/simd-vec4-compare Christophe 2021-03-08 11:01:35 +01:00
  • 9203edd741
    Merge pull request #1054 from kiroma/master Christophe 2021-03-08 10:55:19 +01:00
  • ca1f397fe9
    Merge pull request #1 from jaimedelreyg/feature/add_uninstall_to_cmake kiroma 2021-03-07 17:23:49 +01:00
  • fe9bb21f1f
    Merge pull request #1058 from SergeyKrivohatskiy/patch-1 Christophe 2021-03-07 09:37:42 +01:00
  • 5e243a8efa
    Merge pull request #1061 from g-truc/revert-1012-master Christophe 2021-03-07 09:36:25 +01:00
  • bbedf96c16
    Revert "Fix quaternion orientation in glm::decompose" Christophe 2021-03-06 17:12:03 +01:00
  • 87de7f3f10 Add target make uninstall in cmake files Jaime Del Rey Garcia 2021-03-06 08:58:58 +01:00
  • 64be09e1b1
    Merge pull request #1057 from nick-dumas/master Christophe 2021-03-02 22:49:53 +01:00
  • a6fcdd0cbc Fixed the SIMD implementation of compute_vec4_equal for floats Keiwan Donyagard 2021-02-24 10:51:20 +01:00
  • acab24129d
    Fixed axisAngle implementation Sergey Krivohatskiy 2021-02-20 20:16:31 +03:00
  • 2fc22e3f3e Fix squered typo Nick Dumas 2021-02-16 09:56:30 +08:00
  • 6347f62261
    Merge pull request #1056 from nowakowsk/adjugate_fix Christophe 2021-02-15 14:12:06 +01:00
  • eabaf2338b Fixed unit tests for pre-C++11 compilers nowakowsk 2021-02-14 13:03:57 +01:00
  • 6437133cd2 fix: add missing transposition to adjugate for mat2 and mat4 nowakowsk 2021-02-14 12:14:59 +01:00
  • 887827b762
    Adjust CI to use the newly generated config files Krzysztof Kurek 2021-01-31 16:13:05 +01:00
  • 3a4b55020e
    Make sure installed glm::glm has the includes Krzysztof Kurek 2021-01-31 14:50:00 +01:00
  • dd457459b2
    Update manual to reflect changes Krzysztof Kurek 2021-01-31 14:10:15 +01:00
  • 5797373dc2
    Fix an issue with CMake versions 3.14 and earlier Krzysztof Kurek 2021-01-31 00:49:58 +01:00
  • e936ed35ea
    Resolve issues with CMake versions 3.13 and earlier Krzysztof Kurek 2021-01-30 23:59:37 +01:00
  • 631faffab3
    Export targets from top-level CMake file Krzysztof Kurek 2021-01-30 23:35:37 +01:00
  • 3e99386b6f
    Include CPack if project is built as standalone Krzysztof Kurek 2021-01-30 23:00:41 +01:00
  • f64239743e
    Remove the cmake dir superseded by generated files Krzysztof Kurek 2021-01-30 22:33:55 +01:00
  • 6c9d74c3e0
    Generate glmConfigVersion, move glmConfig to its own folder Krzysztof Kurek 2021-01-30 22:26:46 +01:00
  • 6059c5767b
    Export the GLM target Krzysztof Kurek 2021-01-30 21:08:48 +01:00
  • 3a25105d86
    Merge pull request #1047 from gottfriedleibniz/patch/is_identity Christophe 2020-12-27 16:26:39 +01:00
  • bfd439bea5
    Merge pull request #1051 from 06needhamt/patch-1 Christophe 2020-12-12 10:18:18 +01:00
  • eb0dafd972 C.I. SIMD works fine locally but not on Travis.. Christophe 2020-12-10 16:13:21 +01:00
  • ef1a60e1d7 C.I. more SSE3 tests christophe-lunarg 2020-12-10 12:00:42 +01:00
  • 8ba1d34a9b C.I. Increase configuration converage christophe-lunarg 2020-12-10 11:38:23 +01:00
  • 41ce855d1e C.I. Updated macOS travis configurations christophe-lunarg 2020-12-10 11:09:32 +01:00
  • 091ba3f788 C.I. Add coverage for more rescent compilers christophe-lunarg 2020-12-10 10:32:21 +01:00
  • d1a585ebf1 C.I. No more SIMD instruction build on GCC christophe-lunarg 2020-12-10 09:45:00 +01:00
  • 9dca1667fe Merge branch 'master' of github.com:g-truc/glm christophe-lunarg 2020-12-09 21:44:11 +01:00
  • bec41ffe51 Fix AVX2 detection christophe-lunarg 2020-12-09 21:43:38 +01:00
  • 9da06f73d6
    Fix Typo in readme.md Tom Needham 2020-12-09 15:58:26 +00:00
  • d950f17161 C.I.: Reduce number of build Christophe 2020-12-08 16:56:39 +01:00
  • a465b0e0d1 C.I. Upgraded osx images Christophe 2020-12-08 10:44:14 +01:00
  • ccec730246 C.I. reduced the number of travis configurations Christophe 2020-12-08 10:38:54 +01:00
  • 15f4a448c4 C.I. fix travis build with Clang 3.6 Christophe 2020-12-08 09:34:52 +01:00
  • 9fcec4bbfa Upgrading Travis C.I. distribution Christophe 2020-12-07 22:28:11 +01:00
  • 9f3d876120 Upgrading Travis C.I. distribution Christophe 2020-12-07 22:13:42 +01:00
  • e5a16329c7 C.I.: Fix Travis C.I. xcode build Christophe 2020-12-07 21:12:45 +01:00
  • 4c419832a6 C.I.: Fix Travis C.I. xcode build Christophe 2020-12-07 20:44:12 +01:00
  • 00c4720305 fix: isIdentity for non-symmetric matrices Gottfried Leibniz 2020-12-06 11:26:14 -04:00
  • 24a4befe80 Fix build Christophe 2020-12-01 08:57:06 +01:00
  • e6e73e5e0c Only run Travis C.I. on master branch Christophe 2020-12-01 08:43:56 +01:00
  • 6dedba1b94
    Merge pull request #1044 from g-truc/build_only_master Christophe 2020-11-30 20:31:04 +01:00
  • e011a57cf6
    Merge pull request #1043 from g-truc/GLM_EXT_matrix_integer Christophe 2020-11-30 20:30:46 +01:00
  • 6c76f78298 Build appveyor C.I. only on master branch Christophe 2020-11-30 20:06:23 +01:00
  • 561fbbd94c Added *GLM_EXT_matrix_integer* with tests Christophe 2020-11-30 18:10:55 +01:00
  • 8693d06297 Fix glm::acsch tests Christophe 2020-11-26 11:14:54 +01:00
  • db8b101617 verbose Christophe 2020-11-24 14:17:07 +01:00
  • 5f0baa29b9 Fix build when CMake 2.6 is used not supporting --parallel Christophe 2020-11-24 14:13:10 +01:00
  • e24c88cf38 travis ci parallel build and tests Christophe 2020-11-24 13:40:21 +01:00
  • 2be2119a2b travis ci parallel build and tests Christophe 2020-11-24 13:05:18 +01:00
  • 315e8d2dba Verbose test Christophe 2020-11-24 12:54:17 +01:00
  • 03ef41c27a appveyor parallel build and tests Christophe 2020-11-24 12:39:54 +01:00
  • 25344118d6 appveyor parallel build and tests Christophe 2020-11-24 12:35:42 +01:00
  • c31b5aecaa fix reciprocal test Christophe 2020-11-24 12:19:30 +01:00
  • da542d6354 fix reciprocal test Christophe 2020-11-24 12:12:33 +01:00
  • 23dcea8995 Fix warnings Christophe 2020-11-24 12:00:31 +01:00
  • f3887d2053 Release not ready yet... Christophe 2020-11-23 22:59:00 +01:00
  • 2a8664fe50 Added and to *GLM_EXT_scalar_common* and *GLM_EXT_vector_common* Christophe 2020-11-23 17:02:32 +01:00
  • c59117ebd0 Updated readme Christophe 2020-11-23 16:35:45 +01:00
  • ee96051e86 Updated readme Christophe 2020-11-23 16:12:30 +01:00
  • 2593c9c8b3 Added GLM_EXT_scalar_reciprocal and GLM_EXT_vector_reciprocal with tests Christophe 2020-11-23 15:33:36 +01:00
  • 1cf91a1009
    Merge pull request #1012 from bosmacs/master Christophe 2020-11-21 22:27:46 +01:00
  • b033c73b42
    Merge pull request #1019 from dscharrer/master Christophe 2020-11-21 22:19:21 +01:00
  • e8f2e98050
    Merge pull request #1027 from amaury-ml/ctor_init Christophe 2020-11-21 22:16:46 +01:00
  • f52f232f59
    Merge pull request #1038 from EZForever/patch-angle Christophe 2020-11-21 22:06:08 +01:00
  • 4ae59db254
    Merge pull request #1041 from lpisha/master Christophe 2020-11-21 21:59:09 +01:00
  • 5a34b3a2d8
    Merge pull request #1040 from RohacekD/patch-constexpr Christophe 2020-11-20 14:12:20 +01:00
  • 97ab936305 Use pull request to contribute Christophe 2020-11-20 10:49:26 +01:00
  • 051781e265
    Remove ban on using string_cast with CUDA host code lpisha 2020-11-18 11:09:53 -08:00
  • ae6fa0872f Adding constexpr qualifier for cross product RohacekD 2020-11-17 16:58:12 +01:00
  • 6ce6cd9e26 Adding constexpr qualifier for dot product RohacekD 2020-11-16 20:04:06 +01:00
  • 596577f200
    Merge pull request #1035 from koladonia/adjugate-fix Christophe 2020-11-09 18:10:54 +01:00
  • 2c36db9cf7
    Merge pull request #1033 from gottfriedleibniz/patch-fastnormalize Christophe 2020-11-09 18:06:07 +01:00
  • f6574ccf71
    Merge pull request #1034 from gottfriedleibniz/patch-ismultiple Christophe 2020-11-09 17:56:22 +01:00
  • 9e1b2dd8bf
    Merge pull request #1029 from gottfriedleibniz/patch-quat Christophe 2020-11-09 17:54:46 +01:00
  • 59ae1dd57a
    Merge pull request #1030 from gottfriedleibniz/patch-types Christophe 2020-11-09 17:53:59 +01:00
  • cc34bc7d49
    Merge pull request #1032 from gottfriedleibniz/patch-scalebias Christophe 2020-11-09 17:52:56 +01:00
  • 0fe622b020
    Merge pull request #1028 from gottfriedleibniz/patch-axisangle Christophe 2020-11-09 17:51:53 +01:00