Commit Graph

  • 34193818f9 support sudo make uninstall jasjuang 2017-08-02 22:09:42 -0700
  • d0cad04a99 Merge branch 'master' of github.com:g-truc/glm into improvement/buck-build-pr njlr 2017-07-26 09:12:30 +0100
  • ce2a4f7849 * Added Buck builds njlr 2017-07-26 09:07:54 +0100
  • 6c70e74f3c Fixed quatLookAt #659 Christophe Riccio 2017-07-26 02:32:40 +0200
  • 950d226154 Fixed vec4 SIMD constexpr #653 Christophe Riccio 2017-07-26 02:06:33 +0200
  • aa026cc0da Removed glm::uninitialize Christophe Riccio 2017-07-25 22:50:31 +0200
  • c933f6e591 Clean up GLM_FORCE_NO_CTOR_INIT and fixed tests Christophe Riccio 2017-07-25 22:15:55 +0200
  • f2cb4a3fdf Fixed vec1 test Christophe Riccio 2017-07-25 21:23:25 +0200
  • 819039447c Update README.md dimitri 2017-07-25 12:07:56 +0200
  • bfdee5f201 Update README.md dimitri 2017-07-25 12:06:54 +0200
  • 5d9bdbaded Merge remote-tracking branch 'upstream/master' dimitri 2017-07-25 06:28:51 +0200
  • 2f36000a4d Only exporting glm directory to export_source. dimitri 2017-07-25 06:15:31 +0200
  • 2c617b45aa Corrected relative path. dimitri 2017-07-24 22:58:22 +0200
  • 9443d8d9ca Added length constexpr test #657 Christophe Riccio 2017-07-24 13:17:00 +0200
  • 4cf8a10af2 No more default initialization of vector, matrix and quaternion types Christophe Riccio 2017-07-24 12:46:54 +0200
  • c834d06c27 Fixed Visual C++ 2017.2 warning regarding __has_feature definision #655 Christophe Riccio 2017-07-24 12:20:58 +0200
  • 3c7bd2eb53 Fixed quat normalize build error #656 Christophe Riccio 2017-07-24 12:09:20 +0200
  • 55d6d2c35c Udpated readme with Added quatLookAt to GTX_quaternion #659 Christophe Riccio 2017-07-24 12:07:04 +0200
  • a61483b34a Merge pull request #659 from CaptainCarrot/QuatLookAt Christophe 2017-07-24 12:05:18 +0200
  • 1b78e2b681 length() member functions are constexpr #657 Christophe Riccio 2017-07-24 12:01:44 +0200
  • 50a527c97d - Fixed integer pow from GTX_integer with null exponent #658 Christophe Riccio 2017-07-24 11:39:16 +0200
  • ad744735f6 Fixed build #660 Christophe Riccio 2017-07-24 11:10:20 +0200
  • bb63aa9e9b Modifications suggested by conan team. dimitri 2017-07-24 07:17:37 +0200
  • c184671583 Update quaternion.hpp CaptainCarrot 2017-07-23 09:27:25 +0200
  • df7f6cc03c Update gtx_quaternion.cpp CaptainCarrot 2017-07-22 17:20:45 +0200
  • 580f368365 Update quaternion.hpp CaptainCarrot 2017-07-22 17:16:49 +0200
  • 9a21766906 Update gtx_quaternion.cpp CaptainCarrot 2017-07-22 17:10:31 +0200
  • 3ee83a15ef Add files via upload CaptainCarrot 2017-07-22 17:09:21 +0200
  • 7223cd1b47 Add files via upload CaptainCarrot 2017-07-22 17:08:49 +0200
  • 1ad55c5016 Reduced warnings when using very strict compilation flags #646 Christophe Riccio 2017-07-07 11:26:12 +0430
  • 27f8e5b0a1 Slight optimization by avoiding an unnecessary initialization #654 Christophe Riccio 2017-07-07 11:20:40 +0430
  • 759a1d8ef2 Added GTX_matrix_factorisation to factor matrices in various forms #654 Christophe Riccio 2017-07-07 10:01:20 +0430
  • 566d20e8cf Fixed GTX_matrix_factorisation tests to return the number of errors #654 Christophe Riccio 2017-07-07 09:58:34 +0430
  • 64cfbc0451 Updated GTX_matrix_factorisation to be more consistency with the rest of the codebase #654 Christophe Riccio 2017-07-07 09:34:34 +0430
  • 1ce38b4fad Merge pull request #654 from unordinateur/master Christophe 2017-07-07 09:15:45 +0430
  • a4a6ea2825 std::abs instead of just abs. Fixes compilation issues with gcc. Vincent Aymong 2017-07-06 19:17:55 -0400
  • da47fac384 Make C++98 compliant, part 2 Vincent Aymong 2017-07-06 17:54:13 -0400
  • f9962054d9 Make C++98 compliant Vincent Aymong 2017-07-06 17:45:40 -0400
  • edde2bcf60 Fix a comment Vincent Aymong 2017-07-06 15:04:00 -0400
  • 80bd3f16c1 More comments Fix RQ test Slight optimisation in QR Vincent Aymong 2017-07-06 15:01:19 -0400
  • d6abdb7935 Implements QR and RQ matrix decomposition functions. Vincent Aymong 2017-07-05 18:52:46 -0400
  • 31b92947fb Merge pull request #647 from dimi309/0.9.8 Christophe 2017-07-04 18:00:45 +0200
  • 2dc6196467 Merge pull request #649 from Sillamacka/FixSimdSignConversionWarnings Christophe 2017-07-04 17:56:14 +0200
  • 34b5c4623b Merge pull request #648 from Sillamacka/FixStrayParenthesis Christophe 2017-07-04 17:54:16 +0200
  • e90615e0a5 Merge 4340ed9ffb into 26b3e3ed78 adrianstephens 2017-07-01 04:01:41 +0000
  • 4340ed9ffb I suppose some compilers didn't like that... Adrian Stephens 2017-06-30 21:02:37 -0700
  • 3cde6862e5 shadowing template parameter Adrian Stephens 2017-06-30 20:17:37 -0700
  • 187f37b29d ...and some more... ugh Adrian Stephens 2017-06-30 20:08:07 -0700
  • 54c9b0d825 missed some tvec's Adrian Stephens 2017-06-30 19:49:02 -0700
  • 2cbe001d34 inherit from vec<> Adrian Stephens 2017-06-30 19:40:53 -0700
  • f9531c1524 Fix -Wsign-conversion warnings in simd/common.h. Magnus Bergsten 2017-07-01 03:13:25 +0900
  • 0ca6a44454 Fixed stray ')' that was breaking gtx/matrix_interpolation. Magnus Bergsten 2017-07-01 02:51:31 +0900
  • a23a46f4d5 Adding conan packaging config to v0.9.8 dimitri 2017-06-30 08:15:29 +0200
  • 26b3e3ed78 Fixed axisAngle NaN #638 Christophe Riccio 2017-06-24 12:43:00 +0200
  • 631fd1703f Added conan packaging configuration #643 #641, updated readme Christophe Riccio 2017-06-24 12:16:51 +0200
  • feff2c8096 Merge pull request #643 from dimi309/master Christophe 2017-06-24 12:14:24 +0200
  • 412b562200 Added packing functions for integer vectors #639 Christophe Riccio 2017-06-24 12:12:00 +0200
  • 37857b02fe Added conan packaging configuration. dimitri 2017-06-24 09:20:14 +0200
  • 98ffc6562c Fixed glm::fastInverseSqrt to use fast inverse square #640 Christophe Riccio 2017-06-23 19:53:14 +0200
  • 23a7c7897b Merge pull request #640 from miselin/fix-inversesqrt-precision Christophe 2017-06-23 19:50:41 +0200
  • 4e6574749d Fixed references to GLM_FORCE_RADIANS which was removed #642 Christophe Riccio 2017-06-23 19:39:11 +0200
  • bff8379a29 Use correct precision in fastInverseSqrt to ensure the fast compute_inversesqrt is used. Matthew Iselin 2017-06-20 09:35:41 -0700
  • bf0be1ab2d Merge 9da11ffdb1 into cad2c545f6 Russell Greene 2017-06-08 10:56:46 +0000
  • 39b36b9601 Merge f41254cb58 into cad2c545f6 Jesse Talavera-Greenberg 2017-06-08 10:56:46 +0000
  • cd3a66f641 Merge 348aba01a9 into cad2c545f6 Daniel Cousens 2017-06-08 10:56:46 +0000
  • cad2c545f6 Fixed bitfield test failure #631 Christophe Riccio 2017-06-04 12:28:55 +0200
  • 0c3134a52d Fixed usused variable warning in GTX_spline #618 Christophe Riccio 2017-06-04 11:42:05 +0200
  • a9a832e187 - Added error for including of different versions of GLM #619 - Added GLM_FORCE_IGNORE_VERSION to ignore error caused by including different version of GLM #619 Christophe Riccio 2017-06-04 11:36:13 +0200
  • 83602bdea4 - Fixed GLM_FORCE_SIZE_T_LENGTH and add test coverage #624 Christophe Riccio 2017-06-04 10:50:47 +0200
  • 2834d7376a Fixed dual quaternion != operator #629 Christophe Riccio 2017-06-04 10:09:18 +0200
  • 77f1c73ca5 Merge b63ba72afa into 40398d67cd Josh Gargus 2017-05-16 04:09:57 +0000
  • b63ba72afa Avoid problems if countof() is already defined as a macro. Josh Gargus 2017-05-15 21:06:07 -0700
  • 9adeb60596 Merge 85993759b5 into 40398d67cd Guus Sliepen 2017-04-19 11:20:59 +0000
  • 85993759b5 Fix potential infinite loop in float_distance(). Guus Sliepen 2017-04-19 13:12:06 +0200
  • d74aec687a Merge ab2853e9d1 into 40398d67cd bitminer49er 2017-04-09 18:19:12 +0000
  • ab2853e9d1 request to add version info to include, package install, and project name Brian J. Davis 2017-04-09 13:16:43 -0500
  • 3501dfa0a6 Merge c351089e9f into 40398d67cd Miro Knejp 2017-04-09 17:22:56 +0000
  • 40398d67cd Added vec2 cross #621 Christophe Riccio 2017-04-08 19:37:20 +0200
  • 96adec5f5e Added Z-order experiments Christophe Riccio 2017-04-08 19:36:54 +0200
  • ff64d51a1c Merge 0.9.8 branch Christophe Riccio 2017-03-26 23:55:15 +0200
  • 6cfa57cf86 Fixed build error min and max specializations with integer #616 Christophe Riccio 2017-03-26 23:55:15 +0200
  • e36368273b Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2017-03-26 23:51:33 +0200
  • 5459e93446 Added bitfield interleave implementation Christophe Riccio 2017-03-26 23:51:13 +0200
  • 93f858503c Merge pull request #617 from elect86/patch-4 Christophe 2017-03-24 21:00:14 +0100
  • a55a72322f Merge 94cc84e6d8 into bb4f6dc9d4 Joshua Moerman 2017-03-16 15:36:30 +0000
  • 6d72ce042f Update func_common.hpp Giuseppe Barbieri 2017-03-14 09:53:59 +0100
  • bb4f6dc9d4 Removed support of boost static_assrt Christophe Riccio 2017-03-10 21:40:48 +0100
  • 9f4971289c Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2017-03-04 00:55:56 +0100
  • 7fdf3c34df Added packing tests Christophe Riccio 2017-03-04 00:55:36 +0100
  • a813c3f291 Merge pull request #615 from Sillamacka/FixShadowWarnings Christophe 2017-03-02 20:03:26 +0100
  • 0ffaea051e Fix some more shadowing warnings that had slipped through. Magnus Bergsten 2017-03-03 01:25:26 +0900
  • 149a6c4258 Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2017-02-28 22:22:46 +0100
  • c42376625a Merge branch '0.9.8' Christophe Riccio 2017-02-28 22:22:08 +0100
  • c6a8b4464b - Fixed packF3x9_E1x5 exponent packing #614 Christophe Riccio 2017-02-28 22:19:26 +0100
  • d53e36782b - Fixed packF3x9_E1x5 exponent packing #614 Christophe Riccio 2017-02-28 22:19:26 +0100
  • ff790f3593 Merge pull request #613 from blahgeek/cuda-compiler-version Christophe 2017-02-28 10:09:04 +0100
  • 0b48eecae8 properly set cuda compiler version BlahGeek 2017-02-28 10:30:50 +0800
  • f269730d4b Merge pull request #611 from kveretennicov/patch-1 Christophe 2017-02-20 01:27:22 +0100
  • eda0b27f23 Fix some style and typos in Manual Konstantin Veretennicov 2017-02-19 18:26:06 +0100
  • aeccbf1792 Added reference to cglm in GLM manual #609 Christophe Riccio 2017-02-16 01:37:30 +0100