Commit Graph

  • 456dde14f4 Fixed error: comparing floating point with == or != is unsafe Groove 2018-07-28 14:48:16 +0200
  • 6684535016 Fixed error: comparing floating point with == or != is unsafe Groove 2018-07-28 14:28:49 +0200
  • 0cd329da05 Fixed build Groove 2018-07-28 13:57:38 +0200
  • 7e6e17f410 Fixed build Groove 2018-07-28 13:28:05 +0200
  • 9299abaf9b Fixed float warnings Groove 2018-07-28 12:39:15 +0200
  • 382d3c674d Fixed error: comparing floating point with == or != is unsafe Groove 2018-07-27 01:15:58 +0200
  • 27b5ddff2b Fixed error: comparing floating point with == or != is unsafe Groove 2018-07-27 00:18:34 +0200
  • af8964a78f Fixed build Groove 2018-07-27 00:11:35 +0200
  • 76707df1f1 Fixed comparing floating point with == or != is unsafe error Groove 2018-07-27 00:02:35 +0200
  • 4dce0e338d Added vector relational tests Groove 2018-07-26 23:33:10 +0200
  • 1afa681512 - Added identity functions #765 Christophe Riccio 2018-07-26 18:00:31 +0200
  • 6afce5da27 Added missing equal and notEqual function for mat Christophe Riccio 2018-07-26 11:54:04 +0200
  • 6e7bad6bbc Fixed API doc Christophe Riccio 2018-07-26 11:22:31 +0200
  • 751bc4f7f7 - Added missing equal and notEqual with epsilon for matrix types in EXT_vector_relational Groove 2018-07-26 00:03:31 +0200
  • afde3b4645 Added identity experiment #765 Groove 2018-07-25 23:27:57 +0200
  • 8f0b7c1373 Added missing equal and notEqual with epsilon for quaternion types Groove 2018-07-25 22:16:16 +0200
  • 01f9ab5b6d Revert "- Fixed unexpected operator== behavior #723" Groove 2018-07-25 00:40:39 +0200
  • c46981b4c3 - Fixed unexpected operator== behavior #723 Groove 2018-07-25 00:23:38 +0200
  • c3c8b73c57 Use constexpr only with C++14 compiler Groove 2018-07-24 23:41:55 +0200
  • 97e189606f Added repro test for Conversion error with an aligned matrix #777 Groove 2018-07-24 21:33:31 +0200
  • 87ecf4a233 Fixed Visual C++ 2013 warnings in vector relational code #782 Groove 2018-07-24 21:04:48 +0200
  • 2b22509678 Fixed VC2015 build with GLM_FORCE_CTOR_INIT Groove 2018-07-24 20:49:38 +0200
  • bf7cc4a002 Merge branch 'master' of https://github.com/g-truc/glm Groove 2018-07-24 20:15:14 +0200
  • e1cddde7d5 Fixed VC2013 build Groove 2018-07-24 20:15:08 +0200
  • ea1fccae5e Fixed definision and declarion constexpr miss match Groove 2018-07-24 00:50:58 +0200
  • 75a711dffb Fixed tests Christophe Riccio 2018-07-23 20:59:29 +0200
  • 0b39a77057 Fixed build errors Christophe Riccio 2018-07-23 20:53:38 +0200
  • 0e11546a3d Removed unused messages Christophe Riccio 2018-07-23 20:44:11 +0200
  • 988858145c Added intersectLineTriangle tests Christophe Riccio 2018-07-23 20:42:38 +0200
  • 57b03c92ae Added force tests Christophe Riccio 2018-07-23 20:25:38 +0200
  • b0d585dc18 Clean up Christophe Riccio 2018-07-23 20:14:48 +0200
  • 7c9c8cbd6f Fixed clang build Christophe Riccio 2018-07-23 20:13:40 +0200
  • bb0f4ef324 Fixed build error Christophe Riccio 2018-07-23 20:05:12 +0200
  • b6321cb85e Clean up configuration defines Christophe Riccio 2018-07-23 19:38:57 +0200
  • 1644f0f489 Removed restriction #if defined(GLM_FORCE_UNRESTRICTED_GENTYPE) Christophe Riccio 2018-07-23 18:59:09 +0200
  • 0dcb1e8a90 Removed extra GLM_FORCE_MESSAGES Christophe Riccio 2018-07-23 18:56:23 +0200
  • 96bf3c0d95 Removed GLM_FORCE_SWIZZLE and GLM_FORCE_UNRESTRICTED_GENTYPE restriction Christophe Riccio 2018-07-23 18:53:10 +0200
  • 4e574af7ac Fixed GLM_USE_ALIGNED_GENTYPES initialization Christophe Riccio 2018-07-23 18:45:43 +0200
  • 508d0bcbb1 Fixed defaulted constructor and fixed anonymous struct detection and use Christophe Riccio 2018-07-23 16:02:21 +0200
  • ba4a4c6014 Added missing template parameters, removed GLM_DEFAULT_CTOR Christophe Riccio 2018-07-23 12:02:55 +0200
  • 7e3f42eeda Fixed initialisation Groove 2018-07-21 18:07:24 +0200
  • 848800b5c4 Fixed glm::ortho #790 Groove 2018-07-21 17:52:40 +0200
  • 9a0311f327 Fixed Visual C++ language detection Groove 2018-07-20 00:40:49 +0200
  • 3b98e220bc Added /permissive- Groove 2018-07-15 19:35:36 +0200
  • fbefc359c1
    Merge 4a6577e555 into 1183d39f43 Christian Helmich 2018-07-15 17:32:00 +0000
  • 45dc15d1ff
    Merge 7e80fa1d65 into 1183d39f43 Nabil M 2018-07-15 17:30:30 +0000
  • 1183d39f43 Fixed VC12 build, added VC 14 test Groove 2018-07-15 19:15:49 +0200
  • 7f9cb53c54 Fixed Visual C++ 2013 Groove 2018-07-15 11:47:32 +0200
  • 61e68f2667 Fixed swizzle functions and operators tests Christophe Riccio 2018-07-14 19:56:13 +0200
  • a23dd2f800 Clean up CMake project, added arithmetic operators to swizzle operators types Christophe Riccio 2018-07-14 19:14:08 +0200
  • ac1f60997c Fixed GCC and Cland build Christophe Riccio 2018-07-14 18:29:49 +0200
  • 9029ac9315 Removed dead file Christophe Riccio 2018-07-14 18:28:43 +0200
  • 6acd30c6c5 Fixed Clang build Christophe Riccio 2018-07-14 17:58:29 +0200
  • 4db3abe6b5 Refactored GLM_FORCE_MESSAGES, added swizzle operators and functions tests Christophe Riccio 2018-07-14 17:56:40 +0200
  • d50c699515 Fixed SIMD support detection Christophe Riccio 2018-07-14 16:38:42 +0200
  • 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
  • 54917f6498
    Merge fb24a1aeaf into ce644e01bb kiwixz 2018-07-10 17:31:25 +0000
  • 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