Commit Graph

  • 657ca108ed Fixed Visual C++ language detection Christophe Riccio 2018-07-14 16:22:17 +0200
  • cb3436886e Fixed Clang build Christophe Riccio 2018-07-14 15:56:30 +0200
  • f27a24de0e Refactor GLM messages and build targets Groove 2018-07-14 00:17:46 +0200
  • c432dfaad8 Enable MS language extension on Clang and GCC Groove 2018-07-13 15:12:39 +0200
  • 1ad1edf315 Fixed clang warning Groove 2018-07-12 21:18:44 +0200
  • 5c543e65f8 Fixed build Groove 2018-07-12 21:03:14 +0200
  • 5273e1001c Fixed test Groove 2018-07-12 20:18:18 +0200
  • 802532de0f Fixed build Groove 2018-07-12 00:47:38 +0200
  • c7b6cf56e3 Fixed swizzle functions and tests Groove 2018-07-12 00:36:59 +0200
  • e30685ef96 Fixed build Groove 2018-07-11 23:01:24 +0200
  • 5620858a14 Fixed build Groove 2018-07-11 22:45:18 +0200
  • b76f938505 Added C++2a detection and fixed constexpr tests Groove 2018-07-11 21:59:25 +0200
  • 1381e0b4c1 Fixed build errors Groove 2018-07-11 20:20:14 +0200
  • 10d7a5dc30 Fixed build Groove 2018-07-11 20:11:03 +0200
  • 0f2e1fa493 Fixed build Christophe Riccio 2018-07-11 17:49:15 +0200
  • 2098b073ff Tentative fix build Christophe Riccio 2018-07-11 11:44:38 +0200
  • 710e95fb08 Fixed build Groove 2018-07-11 03:44:15 +0200
  • e280eb9d6c Fixed build Groove 2018-07-11 03:38:29 +0200
  • da8b136419 Fixed build Groove 2018-07-11 03:30:01 +0200
  • 16106b2e3e Added C++17 detection, added VC language version detection, clean up alignment type, clean up swizzle operator detection Groove 2018-07-11 02:53:22 +0200
  • bd2c7070d7 Fixed build Groove 2018-07-10 23:04:19 +0200
  • c5386c05f9 More constexpr experiments Groove 2018-07-10 22:49:48 +0200
  • 5ddfa3f8a9 More constexpr test Groove 2018-07-10 22:17:31 +0200
  • 50bd4b0711 Initial work on more constexpr support in GLM Groove 2018-07-10 22:07:03 +0200
  • ce644e01bb Removed useless copy assignment operators Christophe Riccio 2018-07-10 19:01:09 +0200
  • 7ed97b4cab Fixed GCC build Christophe Riccio 2018-07-10 18:45:48 +0200
  • dee806ea3f Use initializer lists for matrix constructor Christophe Riccio 2018-07-10 18:23:59 +0200
  • d746c1eba9 Fixed default and constexpr build issues Christophe Riccio 2018-07-10 14:28:13 +0200
  • e48c5ae892 More use of initializer lists Christophe Riccio 2018-07-10 11:52:00 +0200
  • 3308b75836 Use initializer lists constructors for mat2 Christophe Riccio 2018-07-10 10:52:47 +0200
  • 65f1fb25bb Redesigned constexpr support which excludes both SIMD and constexpr #783 Groove 2018-07-10 01:00:47 +0200
  • e264f3f17c Fixed test build Groove 2018-07-10 00:32:51 +0200
  • baca827371 Redesigned constexpr support which supports both SIMD and constexpr on Clang #783 Groove 2018-07-10 00:28:05 +0200
  • f95abf2c27 Added more constexpr tests #783 Groove 2018-07-10 00:06:28 +0200
  • d3a2542c77 Fixed build Groove 2018-07-09 23:55:25 +0200
  • c06993191f Added initial constexpr tests #783 Groove 2018-07-09 23:54:10 +0200
  • 13ef0f92bc Added detection of Visual C++ 2017 toolsets Groove 2018-07-09 23:23:24 +0200
  • f889ac0bfe Added initial constexpr tests #783 Groove 2018-07-09 21:55:19 +0200
  • 398e66ac32 Redesigned constexpr support which requires disable GLM SIMD on Visual C++ #783 Groove 2018-07-09 21:44:28 +0200
  • cdcc9467d0 Fixed core_type_vec4 tests Groove 2018-07-09 17:45:55 +0200
  • 3a1787795e Fixed warning Groove 2018-07-09 09:19:42 +0200
  • 213a66f9bf - Added missing vec1 based constructors Groove 2018-07-07 12:04:27 +0200
  • ec261bd21b Added vec1 based constructors to vec4 with tests and fixed build Groove 2018-07-06 22:22:09 +0200
  • f5e27805af Added vec1 based constructors to vec3 with tests and fixed build Groove 2018-07-06 21:08:06 +0200
  • 97ad14cf82 Added vec1 based constructors to vec2 zith tests and started vec3 Groove 2018-07-05 15:21:34 +0200
  • 0d973b40a4 Fixed int mod Christophe Riccio 2018-06-18 14:25:14 +0200
  • 11c26f9edb Fixed build problems due to printf and std::clock_t #778 Christophe Riccio 2018-06-18 12:40:00 +0200
  • 5da834b725 Fixed warnings Christophe Riccio 2018-06-18 12:02:49 +0200
  • 620c951501 Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2018-06-02 00:26:27 +0200
  • 1139f10a59 Fixed build Christophe Riccio 2018-06-02 00:25:58 +0200
  • 56ed906320
    Merge pull request #772 from thechosenone124/patch-1 Christophe 2018-06-01 23:49:02 +0200
  • c0e2aa0223
    Merge pull request #773 from mosra/dualquat-to-string Christophe 2018-06-01 23:46:35 +0200
  • 2a332ac098 Fixed build Christophe Riccio 2018-06-01 23:32:57 +0200
  • a772bb3fd1 Added missing bitfieldInterleave overload Christophe Riccio 2018-06-01 18:08:11 +0200
  • b4981e56fa Added bitfieldDeinterleave with tests Christophe Riccio 2018-06-01 18:01:35 +0200
  • 89420dd1f5 Make the to_string(dualquat) test work under C++03. Vladimír Vondruš 2018-06-01 12:01:25 +0200
  • aa1728cde2 Make to_string(dualquat) actually work. Vladimír Vondruš 2018-06-01 02:27:55 +0200
  • 8bbbbfcafd
    Intermediate Function Is Improperly Done thechosenone124 2018-05-30 23:36:37 -0700
  • f5572344f5 Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2018-05-28 10:33:30 +0200
  • 20b3f4bd42
    Merge pull request #767 from jimvonmoon/extract_euler_angle_fix Christophe 2018-05-28 09:44:27 +0200
  • 59e15deb6d Fixed potential narrowing conversion in extractEulerAngleXYZ JimVonMoon 2018-05-25 20:03:32 +0200
  • fe7c7b5ac1 Updated 0.9.9.0 release date Christophe Riccio 2018-05-22 10:34:01 +0200
  • 024e94b6c4 Fixed GTX_easing on Apple Clang Christophe Riccio 2018-05-08 21:27:22 +0200
  • ef615c8d6e Tentative fix GTX_easing on Apple Clang Christophe Riccio 2018-05-08 20:57:34 +0200
  • 5c02758b15 Tentative fix GTX_easing on Apple Clang Christophe Riccio 2018-05-08 20:05:54 +0200
  • 3a7168eb55 Tentative fix Clang build Christophe Riccio 2018-05-08 17:16:35 +0200
  • 4a28af5258 Fixed clang build Christophe Riccio 2018-05-08 14:37:51 +0200
  • e2b75b6bf7 Fixed GTX_easying clang warnings Christophe Riccio 2018-05-08 14:01:29 +0200
  • c3a41b0ef8 Updated API documentation Christophe Riccio 2018-05-08 13:51:58 +0200
  • 4d4dbcade6 Moved bounded function to GTX_common from EXT_vector_relational as there are quite new Christophe Riccio 2018-05-08 13:34:22 +0200
  • 77acd2fe40 Clarify quat_cast documentation, applying on pure rotation matrices #759 Christophe Riccio 2018-05-08 12:31:05 +0200
  • 1d3f8a057f Fixed GTX_easing build on Clang Christophe Riccio 2018-05-08 12:26:07 +0200
  • 1cd7a47279 Fixed GTX_easing build on VS2013 Christophe Riccio 2018-05-08 12:16:58 +0200
  • c58b60ec2a Prepare GLM 0.9.9.0 release Christophe Riccio 2018-05-07 18:34:02 +0200
  • 62dfe7adfb Fixed isnan on CUDA #727 Christophe Riccio 2018-05-07 18:21:48 +0200
  • b3a24a0565 Fixed linearRand #762 Christophe Riccio 2018-05-07 18:12:18 +0200
  • 69f94334e0 Added GTX_easing for interpolation functions #761 Christophe Riccio 2018-05-07 15:39:25 +0200
  • e560ce01d4 Packaging with conan externally #758 Christophe Riccio 2018-05-07 14:28:08 +0200
  • 0daef60d98 Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2018-05-07 12:14:51 +0200
  • d53cd73a0e Fixed mising glm::precision Christophe Riccio 2018-05-07 12:14:32 +0200
  • c8e115f83e
    Merge pull request #756 from ghost/master Christophe 2018-05-07 10:40:49 +0200
  • 798ab30b9d Fixed Syntax error when compiling with GLM_FORCE_CTOR_INIT and GLM_ENABLE_EXPERIMENTAL #753 Christophe Riccio 2018-05-07 10:37:37 +0200
  • b5632f5a18 Added bvec3_ctor test Christophe Riccio 2018-05-03 11:49:38 +0200
  • 347e767ac4 Adaptation to latest conan version dimitri 2018-04-18 04:58:00 +0200
  • 5ba45d302c
    Merge pull request #752 from tviksand/Do-not-define-GLM_CONSTEXPR_CXX14-on-older-versions-of-MSVC-as-extended-constexpr-is-not-supported-on-these-compilers-re-issue-#749 Christophe 2018-04-10 23:26:07 +0200
  • 351155b9e1 Do not define GLM_CONSTEXPR_CXX14 on MSVC < 2017 Torbjørn Viksand 2018-04-10 11:14:22 +0200
  • b8d0681725 Fixed misspelling #738 Christophe Riccio 2018-03-27 19:04:44 +0200
  • 8390a77b3a Added GLM_FORCE_CTOR_INIT #735 #740 Christophe Riccio 2018-03-27 18:23:37 +0200
  • b1522b5178
    Merge pull request #746 from p-groarke/cleanup Christophe 2018-03-26 10:13:56 +0200
  • 2cac15849b cleanup : Remove trailing whitespaces. Philippe Groarke 2018-03-25 12:44:55 -0400
  • 47fa70c34b Merge branch 'master' into cleanup Philippe Groarke 2018-03-25 12:43:32 -0400
  • 1a3f1f22cd
    Merge pull request #712 from KageKirin/constexpr-mat-ctors Christophe 2018-03-25 18:10:37 +0200
  • fdb0e43aa0
    Merge pull request #744 from vitali-parkhomenko/feature/extension_for_euler_angles Christophe 2018-03-25 12:05:34 +0200
  • fd327cd341 cleanup : Remove trailing whitespaces. Philippe Groarke 2018-03-24 20:01:03 -0400
  • a5072f5ce5 gitignore : Ignore .DS_Store. Philippe Groarke 2018-03-24 19:58:12 -0400
  • a74cd55d8d #744 Added tests Vitali Parkhomenko 2018-03-23 14:27:35 +0300
  • 15fb58aacb Added extraction of Euler angles from rotation matrix. Vitali Parkhomenko 2018-03-19 18:48:18 +0300
  • 5361f5e4ec Added creating a rotation matrix from Euler angles Vitali Parkhomenko 2018-03-19 18:43:01 +0300
  • 5fe5f32edd Added creating a derived matrix from the rotation matrix. Vitali Parkhomenko 2018-03-19 18:25:45 +0300
  • 37c395ec77
    Merge pull request #731 from devmane144/patch-1 Christophe 2018-03-17 11:02:55 +0100