Commit Graph

  • 9caadbdf86 Added CMake GLM interface #963 Christophe Riccio 2019-11-02 16:47:21 +0100
  • a4b4db24bd Fixed test target Christophe Riccio 2019-11-02 16:34:18 +0100
  • 919e72f5dd Fixed equal ULP variation when using negative sign #965 Christophe Riccio 2019-11-02 12:46:15 +0100
  • 11089f6d7e Move CMake tests configuration in the test directory CMakeLists.txt Christophe Riccio 2019-11-02 11:57:42 +0100
  • 46670b794b
    Merge pull request #963 from kiroma/master Christophe 2019-11-02 11:27:28 +0100
  • c11944cf02
    Merge pull request #950 from amaury-ml/neon-func Christophe 2019-11-02 11:17:26 +0100
  • 1e971676ca
    Merge pull request #964 from tnixeu/use_all_variables Christophe 2019-11-02 10:25:33 +0100
  • 224433b9ae Add a CMake Package config Will Usher 2019-11-01 11:16:31 -0600
  • 15158e8aa9 Add a CMake Package config Will Usher 2019-11-01 11:16:31 -0600
  • 49d89a0009 uses all variables in test tnixeu 2019-10-26 14:58:02 +0200
  • 11b88192e8
    Actually fix the tests Krzysztof Kurek 2019-10-17 16:41:13 +0200
  • 75c5e6e0b2
    Un-breakify tests Krzysztof Kurek 2019-10-16 17:03:31 +0200
  • e791090589
    Re-add the glm interface library in cmake Krzysztof Kurek 2019-10-15 14:49:30 +0200
  • ea678faff9
    Merge pull request #953 from sma-github/ray-plane-intersection Christophe 2019-09-30 09:57:37 +0200
  • 8a173352e4 More simd/Neon functions Amaury Le Leyzour 2019-09-18 09:47:52 -0700
  • 88a7aee27b More simd/Neon functions Amaury Le Leyzour 2019-09-10 10:55:59 -0700
  • e7d51a3838 bugfix intersection ray/plane, added related tests Stefan Maass 2019-09-14 23:38:44 +0200
  • 7c07544b34
    Merge pull request #952 from UniQP/fixReturnValue Christophe 2019-09-12 21:42:51 +0200
  • 4ff530b2a5
    Merge pull request #949 from amaury-ml/neon Christophe 2019-09-12 12:59:33 +0200
  • 7b06a984af Let test return the number of errors Sebastian Buchwald 2019-09-11 19:12:39 +0200
  • fff50cae00 Modernize cmake files to use target_include_directries and add alias targets AMS21 2019-09-11 12:52:05 +0200
  • 9b0a0535ce Fixing GLM_MODEL for Windows compilers targeting ARM Amaury Le Leyzour 2019-09-10 11:28:50 -0700
  • e508cc604f More simd/Neon functions Amaury Le Leyzour 2019-09-10 10:55:59 -0700
  • c35bc3d576 Fix Arm 64bit detection Amaury Le Leyzour 2019-09-09 17:25:05 -0700
  • 5868657413
    Merge pull request #946 from qsantos/patch-1 Christophe 2019-09-09 12:31:24 +0200
  • 4179da9d29
    Merge pull request #948 from vkhandus/patch-1 Christophe 2019-09-09 12:28:42 +0200
  • ead9a9104a
    Request to update licence. Vadim Khandus 2019-09-09 13:21:30 +0300
  • 3a41107d10 Fix precision loss on small angles in qua's angle Quentin Santos 2019-08-31 19:57:46 +0200
  • c597094980 Fix precision loss on small angles in qua's pow Quentin Santos 2019-08-31 19:36:20 +0200
  • 4db8f89aac Fixed quaternion array access #942 0.9.9.6 Christophe Riccio 2019-09-08 15:58:42 +0200
  • 9ffa3f8a3d Added GLM 0.9.9.6 release version in release notes Christophe Riccio 2019-09-07 22:51:46 +0200
  • 73df95205f Fixed doxygen doc Christophe Riccio 2019-09-07 17:39:53 +0200
  • 50dfd18b91 Updated API doc Christophe Riccio 2019-09-07 17:38:31 +0200
  • b8e5f55368 Added missing genType check for bitCount and bitfieldReverse #893 Christophe Riccio 2019-09-07 14:54:21 +0200
  • f4b3fc7733 Added missing genType check for bitCount and bitfieldReverse #893 Christophe Riccio 2019-09-07 14:53:58 +0200
  • bfa028ed13 Fixed build Christophe Riccio 2019-09-07 14:34:49 +0200
  • 943529eef6 Fixed CUDA 9 build #910 Christophe Riccio 2019-09-07 14:32:06 +0200
  • 7565378ef7 Only test in 32 bits with VC 2019 Christophe Riccio 2019-09-07 14:19:09 +0200
  • 5f352ecce2 Removed CMake install and uninstall scripts Christophe Riccio 2019-09-07 14:13:56 +0200
  • 2bd4217685 Fixed build Christophe Riccio 2019-09-07 14:09:36 +0200
  • a5fd70aed8 Fixed Clang or GCC build due to wrong GLM_HAS_IF_CONSTEXPR definition #907 Christophe Riccio 2019-09-07 13:52:41 +0200
  • 61b2a73e21 Fixed missing std:: namespace #898 Christophe Riccio 2019-09-07 13:41:08 +0200
  • 823125a6cd Fixed script Christophe Riccio 2019-09-07 13:24:51 +0200
  • 2e25674af5 Updated configuration list Christophe Riccio 2019-09-07 12:43:24 +0200
  • 8a6b928478 Reduced number of configuration Christophe Riccio 2019-09-07 12:28:35 +0200
  • 35a4c01e7a Added Visual Studio 2019 testing Christophe Riccio 2019-09-07 12:25:06 +0200
  • 9d18fc8221 Fixed warning Christophe Riccio 2019-09-07 12:21:47 +0200
  • 3bec6f1801 Updated XCode version tested, 6.4 is deprecated Christophe Riccio 2019-09-07 12:19:42 +0200
  • 87bed133e7 Fixed warning Christophe Riccio 2019-09-07 12:15:00 +0200
  • 9ca99751f0 Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2019-09-07 11:16:41 +0200
  • 247beeb5bf Bring back quaternion to xyzw storage to remain backward compatible #942 Christophe Riccio 2019-09-07 11:16:05 +0200
  • bd32be3ebd
    Merge pull request #928 from l90lpa/lMaxNorm-proposal Christophe 2019-09-07 11:10:10 +0200
  • 9a32317065 - Added Neon support to glm #945 Christophe Riccio 2019-09-07 11:08:20 +0200
  • d2c60e08c0 Merge branch 'neon' of https://github.com/amaury-ml/glm Christophe Riccio 2019-09-07 11:06:19 +0200
  • 79787bbff6 Fixed GLM_HAS_CXX11_STL broken on Clang with Linux #926 Christophe Riccio 2019-09-07 10:51:19 +0200
  • 0d0638e7e7 Bring back quaternion to xyzw storage to remain backward compatible #942 Christophe Riccio 2019-09-07 10:40:06 +0200
  • 6ec2354cae Tentative fix of travis Christophe Riccio 2019-09-07 10:36:31 +0200
  • 3d833fe20a Fixed Clang build Christophe Riccio 2019-09-07 10:06:25 +0200
  • 4446f783d4 Updated Travis CI to use Clang 7 Christophe Riccio 2019-09-07 08:52:27 +0200
  • d2aa30fe92 Remove debug warnings Amaury Le Leyzour 2019-09-03 10:14:30 -0700
  • cd3cc166b4 Add Neon to glm Amaury Le Leyzour 2019-08-27 11:42:48 -0700
  • dfb0266319 FIX TEST #6 Amaury Le Leyzour 2019-08-28 10:44:20 -0700
  • 54e30284c8 FIX TEST #5 Amaury Le Leyzour 2019-08-28 09:51:23 -0700
  • 6800928b64 FIX TEST #4 Amaury Le Leyzour 2019-08-27 19:34:44 -0700
  • 6841d55822 FIX TEST #3 Amaury Le Leyzour 2019-08-27 18:36:54 -0700
  • 7200a2e8b9 TEST FIX #2 Amaury Le Leyzour 2019-08-27 16:03:45 -0700
  • b0fe3813fd FIX TEST Amaury Le Leyzour 2019-08-27 14:55:15 -0700
  • 4878070bb2 Re-enables code for pre-aarch64 (arm64) Amaury Le Leyzour 2019-08-27 11:51:40 -0700
  • 0b0d0bc7f7 Add Neon to glm Amaury Le Leyzour 2019-08-27 11:42:48 -0700
  • 2c3bdccb01
    Merge branch 'master' into lMaxNorm-proposal Liam 2019-08-25 09:03:13 +0100
  • ca52121e1b
    Merge pull request #937 from pierremoreau/fix_documenation_typo Christophe 2019-08-19 22:47:47 +0200
  • 7fe0849277
    Merge pull request #938 from pierremoreau/add_missing_keyword_symbol Christophe 2019-08-19 22:46:26 +0200
  • 9a682a583d cmake: installing process rework, added warnings to GNU GCC compiler, fixed CI. Ivan Stepanov 2019-08-04 20:56:09 +0300
  • 5bbbb460d3
    Add missing '@' in the documentation Pierre Moreau 2019-08-08 12:20:23 +0200
  • 6b1e7c6418
    Fix typo in Doxygen documentation Pierre Moreau 2019-08-08 12:01:39 +0200
  • 67d647ae46 Fixed version Christophe 2019-08-08 11:25:08 +0200
  • 163f0d162d Tentative fix build Christophe 2019-08-08 11:09:59 +0200
  • 29987a3100 Fixed prevPowerOfTwo build Christophe 2019-08-08 10:51:19 +0200
  • 8bf26a2bb3 Fixed C++ 98 build Christophe 2019-08-07 15:00:50 +0200
  • a87784c125 Fixed C++98 build Christophe 2019-08-07 14:25:12 +0200
  • 22af215da4 Merge branch 'master' of https://github.com/g-truc/glm Christophe 2019-08-07 14:13:16 +0200
  • 1e2972f2d7
    Merge pull request #933 from Hinara/patch-1 Christophe 2019-08-07 14:12:43 +0200
  • 083dfdcb91 Fixed build Christophe 2019-08-07 14:11:22 +0200
  • 1e558b21c6
    Merge pull request #932 from ClobberXD/patch-1 Christophe 2019-08-07 13:51:40 +0200
  • 23b184f64d
    Merge pull request #927 from l90lpa/fix-lxNorm Christophe 2019-08-07 13:49:34 +0200
  • e620adac1b Fixed build Christophe 2019-08-07 13:46:52 +0200
  • 7cb9607ffb Fixed quaternion initialization Christophe 2019-08-07 13:39:36 +0200
  • 39d4adea8c correct compilation error on macOS with LLVM 9.0 David Geldreich 2019-08-05 15:10:47 +0200
  • 163b57c319
    Fix compilation under xcode 6.4 Hinara 2019-07-29 17:21:44 +0200
  • 3fe07c3cda
    Delete .vscode/settings.json ANAND 2019-07-27 11:09:57 +0530
  • a78024d2bf Add testing of lMaxNorm. Liam Adams 2019-07-19 18:11:07 +0100
  • 2400954df2 Add lMaxNorm for computing the max norm. Liam Adams 2019-07-19 18:10:29 +0100
  • 8f7d378116 Add testing of lxNorm. Liam Adams 2019-07-19 18:28:31 +0100
  • 7d20bc8104 Take the absolute vaue of the components to avoid possible negative norm values. Liam Adams 2019-07-19 17:53:19 +0100
  • 947527d3ac Fixed string_cast, broken after fixing #916 Christophe 2019-07-12 23:11:27 +0200
  • 69622b2954 Fixed perf test results Christophe 2019-07-12 22:59:18 +0200
  • cb9cd7ccb8 Fixed GTC_round build Christophe 2019-07-12 22:20:57 +0200
  • 2423d607fe Fixed GCC warning about member initialization order Christophe 2019-07-12 22:11:42 +0200
  • 4074dfcf07 Added findNSB functions and tests Christophe 2019-07-12 21:50:30 +0200
  • 72f776b280 Fixed build integer Christophe 2019-07-12 19:40:59 +0200