Commit Graph

  • af8964a78f Fixed build Groove 2018-07-27 00:11:35 +02:00
  • 76707df1f1 Fixed comparing floating point with == or != is unsafe error Groove 2018-07-27 00:02:35 +02:00
  • 4dce0e338d Added vector relational tests Groove 2018-07-26 23:33:10 +02:00
  • 1afa681512 - Added identity functions #765 Christophe Riccio 2018-07-26 18:00:31 +02:00
  • 6afce5da27 Added missing equal and notEqual function for mat Christophe Riccio 2018-07-26 11:54:04 +02:00
  • 6e7bad6bbc Fixed API doc Christophe Riccio 2018-07-26 11:22:31 +02:00
  • 751bc4f7f7 - Added missing equal and notEqual with epsilon for matrix types in EXT_vector_relational Groove 2018-07-26 00:03:31 +02:00
  • afde3b4645 Added identity experiment #765 Groove 2018-07-25 23:27:57 +02:00
  • 8f0b7c1373 Added missing equal and notEqual with epsilon for quaternion types Groove 2018-07-25 22:16:16 +02:00
  • 01f9ab5b6d Revert "- Fixed unexpected operator== behavior #723" Groove 2018-07-25 00:40:39 +02:00
  • c46981b4c3 - Fixed unexpected operator== behavior #723 Groove 2018-07-25 00:23:38 +02:00
  • c3c8b73c57 Use constexpr only with C++14 compiler Groove 2018-07-24 23:41:55 +02:00
  • 97e189606f Added repro test for Conversion error with an aligned matrix #777 Groove 2018-07-24 21:33:31 +02:00
  • 87ecf4a233 Fixed Visual C++ 2013 warnings in vector relational code #782 Groove 2018-07-24 21:04:48 +02:00
  • 2b22509678 Fixed VC2015 build with GLM_FORCE_CTOR_INIT Groove 2018-07-24 20:49:38 +02:00
  • bf7cc4a002 Merge branch 'master' of https://github.com/g-truc/glm Groove 2018-07-24 20:15:14 +02:00
  • e1cddde7d5 Fixed VC2013 build Groove 2018-07-24 20:15:08 +02:00
  • ea1fccae5e Fixed definision and declarion constexpr miss match Groove 2018-07-24 00:50:58 +02:00
  • 75a711dffb Fixed tests Christophe Riccio 2018-07-23 20:59:29 +02:00
  • 0b39a77057 Fixed build errors Christophe Riccio 2018-07-23 20:53:38 +02:00
  • 0e11546a3d Removed unused messages Christophe Riccio 2018-07-23 20:44:11 +02:00
  • 988858145c Added intersectLineTriangle tests Christophe Riccio 2018-07-23 20:42:38 +02:00
  • 57b03c92ae Added force tests Christophe Riccio 2018-07-23 20:25:38 +02:00
  • b0d585dc18 Clean up Christophe Riccio 2018-07-23 20:14:48 +02:00
  • 7c9c8cbd6f Fixed clang build Christophe Riccio 2018-07-23 20:13:40 +02:00
  • bb0f4ef324 Fixed build error Christophe Riccio 2018-07-23 20:05:12 +02:00
  • b6321cb85e Clean up configuration defines Christophe Riccio 2018-07-23 19:38:57 +02:00
  • 1644f0f489 Removed restriction #if defined(GLM_FORCE_UNRESTRICTED_GENTYPE) Christophe Riccio 2018-07-23 18:59:09 +02:00
  • 0dcb1e8a90 Removed extra GLM_FORCE_MESSAGES Christophe Riccio 2018-07-23 18:56:23 +02:00
  • 96bf3c0d95 Removed GLM_FORCE_SWIZZLE and GLM_FORCE_UNRESTRICTED_GENTYPE restriction Christophe Riccio 2018-07-23 18:53:10 +02:00
  • 4e574af7ac Fixed GLM_USE_ALIGNED_GENTYPES initialization Christophe Riccio 2018-07-23 18:45:43 +02:00
  • 508d0bcbb1 Fixed defaulted constructor and fixed anonymous struct detection and use Christophe Riccio 2018-07-23 16:02:21 +02:00
  • ba4a4c6014 Added missing template parameters, removed GLM_DEFAULT_CTOR Christophe Riccio 2018-07-23 12:02:55 +02:00
  • 7e3f42eeda Fixed initialisation Groove 2018-07-21 18:07:24 +02:00
  • 848800b5c4 Fixed glm::ortho #790 Groove 2018-07-21 17:52:40 +02:00
  • 9a0311f327 Fixed Visual C++ language detection Groove 2018-07-20 00:40:49 +02:00
  • 3b98e220bc Added /permissive- Groove 2018-07-15 19:35:36 +02:00
  • 1183d39f43 Fixed VC12 build, added VC 14 test Groove 2018-07-15 19:15:49 +02:00
  • 7f9cb53c54 Fixed Visual C++ 2013 Groove 2018-07-15 11:47:32 +02:00
  • 61e68f2667 Fixed swizzle functions and operators tests Christophe Riccio 2018-07-14 19:56:13 +02:00
  • a23dd2f800 Clean up CMake project, added arithmetic operators to swizzle operators types Christophe Riccio 2018-07-14 19:14:08 +02:00
  • ac1f60997c Fixed GCC and Cland build Christophe Riccio 2018-07-14 18:29:49 +02:00
  • 9029ac9315 Removed dead file Christophe Riccio 2018-07-14 18:28:43 +02:00
  • 6acd30c6c5 Fixed Clang build Christophe Riccio 2018-07-14 17:58:29 +02:00
  • 4db3abe6b5 Refactored GLM_FORCE_MESSAGES, added swizzle operators and functions tests Christophe Riccio 2018-07-14 17:56:40 +02:00
  • d50c699515 Fixed SIMD support detection Christophe Riccio 2018-07-14 16:38:42 +02:00
  • 657ca108ed Fixed Visual C++ language detection Christophe Riccio 2018-07-14 16:22:17 +02:00
  • cb3436886e Fixed Clang build Christophe Riccio 2018-07-14 15:56:30 +02:00
  • f27a24de0e Refactor GLM messages and build targets Groove 2018-07-14 00:17:46 +02:00
  • c432dfaad8 Enable MS language extension on Clang and GCC Groove 2018-07-13 15:12:39 +02:00
  • 1ad1edf315 Fixed clang warning Groove 2018-07-12 21:18:44 +02:00
  • 5c543e65f8 Fixed build Groove 2018-07-12 21:03:14 +02:00
  • 5273e1001c Fixed test Groove 2018-07-12 20:18:18 +02:00
  • 802532de0f Fixed build Groove 2018-07-12 00:47:38 +02:00
  • c7b6cf56e3 Fixed swizzle functions and tests Groove 2018-07-12 00:36:59 +02:00
  • e30685ef96 Fixed build Groove 2018-07-11 23:01:24 +02:00
  • 5620858a14 Fixed build Groove 2018-07-11 22:45:18 +02:00
  • b76f938505 Added C++2a detection and fixed constexpr tests Groove 2018-07-11 21:59:25 +02:00
  • 1381e0b4c1 Fixed build errors Groove 2018-07-11 20:20:14 +02:00
  • 10d7a5dc30 Fixed build Groove 2018-07-11 20:11:03 +02:00
  • 0f2e1fa493 Fixed build Christophe Riccio 2018-07-11 17:49:15 +02:00
  • 2098b073ff Tentative fix build Christophe Riccio 2018-07-11 11:44:38 +02:00
  • 710e95fb08 Fixed build Groove 2018-07-11 03:44:15 +02:00
  • e280eb9d6c Fixed build Groove 2018-07-11 03:38:29 +02:00
  • da8b136419 Fixed build Groove 2018-07-11 03:30:01 +02:00
  • 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 +02:00
  • bd2c7070d7 Fixed build Groove 2018-07-10 23:04:19 +02:00
  • c5386c05f9 More constexpr experiments Groove 2018-07-10 22:49:48 +02:00
  • 5ddfa3f8a9 More constexpr test Groove 2018-07-10 22:17:31 +02:00
  • 50bd4b0711 Initial work on more constexpr support in GLM Groove 2018-07-10 22:07:03 +02:00
  • ce644e01bb Removed useless copy assignment operators Christophe Riccio 2018-07-10 19:01:09 +02:00
  • 7ed97b4cab Fixed GCC build Christophe Riccio 2018-07-10 18:45:48 +02:00
  • dee806ea3f Use initializer lists for matrix constructor Christophe Riccio 2018-07-10 18:23:59 +02:00
  • d746c1eba9 Fixed default and constexpr build issues Christophe Riccio 2018-07-10 14:28:13 +02:00
  • e48c5ae892 More use of initializer lists Christophe Riccio 2018-07-10 11:52:00 +02:00
  • 3308b75836 Use initializer lists constructors for mat2 Christophe Riccio 2018-07-10 10:52:47 +02:00
  • 65f1fb25bb Redesigned constexpr support which excludes both SIMD and constexpr #783 Groove 2018-07-10 01:00:47 +02:00
  • e264f3f17c Fixed test build Groove 2018-07-10 00:32:51 +02:00
  • baca827371 Redesigned constexpr support which supports both SIMD and constexpr on Clang #783 Groove 2018-07-10 00:28:05 +02:00
  • f95abf2c27 Added more constexpr tests #783 Groove 2018-07-10 00:06:28 +02:00
  • d3a2542c77 Fixed build Groove 2018-07-09 23:55:25 +02:00
  • c06993191f Added initial constexpr tests #783 Groove 2018-07-09 23:54:10 +02:00
  • 13ef0f92bc Added detection of Visual C++ 2017 toolsets Groove 2018-07-09 23:23:24 +02:00
  • f889ac0bfe Added initial constexpr tests #783 Groove 2018-07-09 21:55:19 +02:00
  • 398e66ac32 Redesigned constexpr support which requires disable GLM SIMD on Visual C++ #783 Groove 2018-07-09 21:44:28 +02:00
  • cdcc9467d0 Fixed core_type_vec4 tests Groove 2018-07-09 17:45:55 +02:00
  • 3a1787795e Fixed warning Groove 2018-07-09 09:19:42 +02:00
  • 213a66f9bf - Added missing vec1 based constructors Groove 2018-07-07 12:04:27 +02:00
  • ec261bd21b Added vec1 based constructors to vec4 with tests and fixed build Groove 2018-07-06 22:22:09 +02:00
  • f5e27805af Added vec1 based constructors to vec3 with tests and fixed build Groove 2018-07-06 21:08:06 +02:00
  • 97ad14cf82 Added vec1 based constructors to vec2 zith tests and started vec3 Groove 2018-07-05 15:21:34 +02:00
  • 0d973b40a4 Fixed int mod Christophe Riccio 2018-06-18 14:25:14 +02:00
  • 11c26f9edb Fixed build problems due to printf and std::clock_t #778 Christophe Riccio 2018-06-18 12:40:00 +02:00
  • 5da834b725 Fixed warnings Christophe Riccio 2018-06-18 12:02:49 +02:00
  • 620c951501 Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2018-06-02 00:26:27 +02:00
  • 1139f10a59 Fixed build Christophe Riccio 2018-06-02 00:25:58 +02:00
  • 56ed906320 Merge pull request #772 from thechosenone124/patch-1 Christophe 2018-06-01 23:49:02 +02:00
  • c0e2aa0223 Merge pull request #773 from mosra/dualquat-to-string Christophe 2018-06-01 23:46:35 +02:00
  • 2a332ac098 Fixed build Christophe Riccio 2018-06-01 23:32:57 +02:00
  • a772bb3fd1 Added missing bitfieldInterleave overload Christophe Riccio 2018-06-01 18:08:11 +02:00