Commit Graph

  • af6f1d7b8f Fixed EXT_matrix_clip_space perspectiveFov Christophe Riccio 2020-01-05 15:26:50 +01:00
  • 436579b37e Fixed Wimplicit-int-float-conversion warnings with clang 10+ #986 Christophe Riccio 2020-01-05 15:13:20 +01:00
  • 016263179c Merge branch 'master' of https://github.com/kraj/glm Christophe Riccio 2020-01-05 15:08:16 +01:00
  • de00ac4ef5 Updated tentative release date Christophe Riccio 2020-01-05 14:46:09 +01:00
  • 4fce0f0de5 Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2020-01-05 14:44:16 +01:00
  • a2e2e97a7a Updated license date #984 Christophe Riccio 2020-01-05 14:44:08 +01:00
  • 9934715232 Merge branch 'master' of github.com:Twinklebear/glm Will Usher 2020-01-01 13:15:17 -08:00
  • 6f26ac3ada Merge remote-tracking branch 'upstream/master' Will Usher 2020-01-01 13:06:33 -08:00
  • d2b9bbb911 Fix Wimplicit-int-float-conversion warnings with clang 10+ Khem Raj 2019-12-27 18:42:51 -08:00
  • 8828c3f1fd Fixed GLM_EXT_matrix_clip_space warnings #980 Christophe 2019-12-09 14:21:08 +01:00
  • d666b5e533
    Merge pull request #976 from amaury-ml/compfix Christophe 2019-11-29 11:24:25 +01:00
  • 9da0c80e26 Yet another fix as this is no longer covered by unit tests Amaury Le Leyzour 2019-11-21 13:03:22 -08:00
  • c7dbbee6a1 Fix typo Amaury Le Leyzour 2019-11-20 09:05:39 -08:00
  • 923f7222d1 Fix Neon issues Amaury Le Leyzour 2019-11-19 18:26:16 -08:00
  • 9ce038104c Fixing minor compiler issue Amaury Le Leyzour 2019-11-19 17:30:57 -08:00
  • 8a34283c87
    Merge pull request #972 from amaury-ml/mat4/inverse Christophe 2019-11-16 15:11:01 +01:00
  • 77d797bd54 respect project's coding style Amaury Le Leyzour 2019-11-12 15:49:26 -08:00
  • a2403634da glm-aarch64: Add neon's mat4 inverse Amaury Le Leyzour 2019-11-12 14:55:24 -08:00
  • 7eb810be81 Added C++14 and C++17 specific tests Christophe Riccio 2019-11-06 15:06:47 +01:00
  • 2a3894f9df Added C++14 and C++17 specific tests Christophe Riccio 2019-11-06 15:04:34 +01:00
  • 3da0e18de7 Added missing quat constexpr #955 Christophe Riccio 2019-11-06 15:03:32 +01:00
  • 95b1cdbbfe Added fma implementation based on std::fma #969 Christophe Riccio 2019-11-06 10:56:44 +01:00
  • 338bdead48 Fixed readme Christophe Riccio 2019-11-02 16:55:52 +01:00
  • 9caadbdf86 Added CMake GLM interface #963 Christophe Riccio 2019-11-02 16:47:21 +01:00
  • a4b4db24bd Fixed test target Christophe Riccio 2019-11-02 16:34:18 +01:00
  • 919e72f5dd Fixed equal ULP variation when using negative sign #965 Christophe Riccio 2019-11-02 12:46:15 +01:00
  • 11089f6d7e Move CMake tests configuration in the test directory CMakeLists.txt Christophe Riccio 2019-11-02 11:57:42 +01:00
  • 46670b794b
    Merge pull request #963 from kiroma/master Christophe 2019-11-02 11:27:28 +01:00
  • c11944cf02
    Merge pull request #950 from amaury-ml/neon-func Christophe 2019-11-02 11:17:26 +01:00
  • 1e971676ca
    Merge pull request #964 from tnixeu/use_all_variables Christophe 2019-11-02 10:25:33 +01:00
  • 224433b9ae Add a CMake Package config Will Usher 2019-11-01 11:16:31 -06:00
  • 15158e8aa9 Add a CMake Package config Will Usher 2019-11-01 11:16:31 -06:00
  • 49d89a0009 uses all variables in test tnixeu 2019-10-26 14:58:02 +02:00
  • 11b88192e8
    Actually fix the tests Krzysztof Kurek 2019-10-17 16:41:13 +02:00
  • 75c5e6e0b2
    Un-breakify tests Krzysztof Kurek 2019-10-16 17:03:31 +02:00
  • e791090589
    Re-add the glm interface library in cmake Krzysztof Kurek 2019-10-15 14:49:30 +02:00
  • ea678faff9
    Merge pull request #953 from sma-github/ray-plane-intersection Christophe 2019-09-30 09:57:37 +02:00
  • 8a173352e4 More simd/Neon functions Amaury Le Leyzour 2019-09-18 09:47:52 -07:00
  • 88a7aee27b More simd/Neon functions Amaury Le Leyzour 2019-09-10 10:55:59 -07:00
  • e7d51a3838 bugfix intersection ray/plane, added related tests Stefan Maass 2019-09-14 23:38:44 +02:00
  • 7c07544b34
    Merge pull request #952 from UniQP/fixReturnValue Christophe 2019-09-12 21:42:51 +02:00
  • 4ff530b2a5
    Merge pull request #949 from amaury-ml/neon Christophe 2019-09-12 12:59:33 +02:00
  • 7b06a984af Let test return the number of errors Sebastian Buchwald 2019-09-11 19:12:39 +02:00
  • 9b0a0535ce Fixing GLM_MODEL for Windows compilers targeting ARM Amaury Le Leyzour 2019-09-10 11:28:50 -07:00
  • e508cc604f More simd/Neon functions Amaury Le Leyzour 2019-09-10 10:55:59 -07:00
  • c35bc3d576 Fix Arm 64bit detection Amaury Le Leyzour 2019-09-09 17:25:05 -07:00
  • 5868657413
    Merge pull request #946 from qsantos/patch-1 Christophe 2019-09-09 12:31:24 +02:00
  • 4179da9d29
    Merge pull request #948 from vkhandus/patch-1 Christophe 2019-09-09 12:28:42 +02:00
  • ead9a9104a
    Request to update licence. Vadim Khandus 2019-09-09 13:21:30 +03:00
  • 3a41107d10 Fix precision loss on small angles in qua's angle Quentin Santos 2019-08-31 19:57:46 +02:00
  • c597094980 Fix precision loss on small angles in qua's pow Quentin Santos 2019-08-31 19:36:20 +02:00
  • 4db8f89aac Fixed quaternion array access #942 Christophe Riccio 2019-09-08 15:58:42 +02:00
  • 9ffa3f8a3d Added GLM 0.9.9.6 release version in release notes Christophe Riccio 2019-09-07 22:51:46 +02:00
  • 73df95205f Fixed doxygen doc Christophe Riccio 2019-09-07 17:39:53 +02:00
  • 50dfd18b91 Updated API doc Christophe Riccio 2019-09-07 17:38:31 +02:00
  • b8e5f55368 Added missing genType check for bitCount and bitfieldReverse #893 Christophe Riccio 2019-09-07 14:54:21 +02:00
  • f4b3fc7733 Added missing genType check for bitCount and bitfieldReverse #893 Christophe Riccio 2019-09-07 14:53:58 +02:00
  • bfa028ed13 Fixed build Christophe Riccio 2019-09-07 14:34:49 +02:00
  • 943529eef6 Fixed CUDA 9 build #910 Christophe Riccio 2019-09-07 14:32:06 +02:00
  • 7565378ef7 Only test in 32 bits with VC 2019 Christophe Riccio 2019-09-07 14:19:09 +02:00
  • 5f352ecce2 Removed CMake install and uninstall scripts Christophe Riccio 2019-09-07 14:13:56 +02:00
  • 2bd4217685 Fixed build Christophe Riccio 2019-09-07 14:09:36 +02:00
  • a5fd70aed8 Fixed Clang or GCC build due to wrong GLM_HAS_IF_CONSTEXPR definition #907 Christophe Riccio 2019-09-07 13:52:41 +02:00
  • 61b2a73e21 Fixed missing std:: namespace #898 Christophe Riccio 2019-09-07 13:41:08 +02:00
  • 823125a6cd Fixed script Christophe Riccio 2019-09-07 13:24:51 +02:00
  • 2e25674af5 Updated configuration list Christophe Riccio 2019-09-07 12:43:24 +02:00
  • 8a6b928478 Reduced number of configuration Christophe Riccio 2019-09-07 12:28:35 +02:00
  • 35a4c01e7a Added Visual Studio 2019 testing Christophe Riccio 2019-09-07 12:25:06 +02:00
  • 9d18fc8221 Fixed warning Christophe Riccio 2019-09-07 12:21:47 +02:00
  • 3bec6f1801 Updated XCode version tested, 6.4 is deprecated Christophe Riccio 2019-09-07 12:19:42 +02:00
  • 87bed133e7 Fixed warning Christophe Riccio 2019-09-07 12:15:00 +02:00
  • 9ca99751f0 Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2019-09-07 11:16:41 +02:00
  • 247beeb5bf Bring back quaternion to xyzw storage to remain backward compatible #942 Christophe Riccio 2019-09-07 11:16:05 +02:00
  • bd32be3ebd
    Merge pull request #928 from l90lpa/lMaxNorm-proposal Christophe 2019-09-07 11:10:10 +02:00
  • 9a32317065 - Added Neon support to glm #945 Christophe Riccio 2019-09-07 11:08:20 +02:00
  • d2c60e08c0 Merge branch 'neon' of https://github.com/amaury-ml/glm Christophe Riccio 2019-09-07 11:06:19 +02:00
  • 79787bbff6 Fixed GLM_HAS_CXX11_STL broken on Clang with Linux #926 Christophe Riccio 2019-09-07 10:51:19 +02:00
  • 0d0638e7e7 Bring back quaternion to xyzw storage to remain backward compatible #942 Christophe Riccio 2019-09-07 10:40:06 +02:00
  • 6ec2354cae Tentative fix of travis Christophe Riccio 2019-09-07 10:36:31 +02:00
  • 3d833fe20a Fixed Clang build Christophe Riccio 2019-09-07 10:06:25 +02:00
  • 4446f783d4 Updated Travis CI to use Clang 7 Christophe Riccio 2019-09-07 08:52:27 +02:00
  • d2aa30fe92 Remove debug warnings Amaury Le Leyzour 2019-09-03 10:14:30 -07:00
  • cd3cc166b4 Add Neon to glm Amaury Le Leyzour 2019-08-27 11:42:48 -07:00
  • 2c3bdccb01
    Merge branch 'master' into lMaxNorm-proposal Liam 2019-08-25 09:03:13 +01:00
  • ca52121e1b
    Merge pull request #937 from pierremoreau/fix_documenation_typo Christophe 2019-08-19 22:47:47 +02:00
  • 7fe0849277
    Merge pull request #938 from pierremoreau/add_missing_keyword_symbol Christophe 2019-08-19 22:46:26 +02:00
  • 5bbbb460d3
    Add missing '@' in the documentation Pierre Moreau 2019-08-08 12:20:23 +02:00
  • 6b1e7c6418
    Fix typo in Doxygen documentation Pierre Moreau 2019-08-08 12:01:39 +02:00
  • 67d647ae46 Fixed version Christophe 2019-08-08 11:25:08 +02:00
  • 163f0d162d Tentative fix build Christophe 2019-08-08 11:09:59 +02:00
  • 29987a3100 Fixed prevPowerOfTwo build Christophe 2019-08-08 10:51:19 +02:00
  • 8bf26a2bb3 Fixed C++ 98 build Christophe 2019-08-07 15:00:50 +02:00
  • a87784c125 Fixed C++98 build Christophe 2019-08-07 14:25:12 +02:00
  • 22af215da4 Merge branch 'master' of https://github.com/g-truc/glm Christophe 2019-08-07 14:13:16 +02:00
  • 1e2972f2d7
    Merge pull request #933 from Hinara/patch-1 Christophe 2019-08-07 14:12:43 +02:00
  • 083dfdcb91 Fixed build Christophe 2019-08-07 14:11:22 +02:00
  • 1e558b21c6
    Merge pull request #932 from ClobberXD/patch-1 Christophe 2019-08-07 13:51:40 +02:00
  • 23b184f64d
    Merge pull request #927 from l90lpa/fix-lxNorm Christophe 2019-08-07 13:49:34 +02:00
  • e620adac1b Fixed build Christophe 2019-08-07 13:46:52 +02:00
  • 7cb9607ffb Fixed quaternion initialization Christophe 2019-08-07 13:39:36 +02:00