Commit Graph

  • 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
  • fb24a1aeaf Suppressed VC warnings with /permissive- kiwixz 2018-06-02 03:32:28 +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
  • 3a5e88306a Add singularity check and re-use LH for RH Tobias Gurdan 2018-05-28 17:56:04 +0200
  • f5572344f5 Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2018-05-28 10:33:30 +0200
  • a71dacdd86
    Merge fa1045daf5 into 20b3f4bd42 j-p 2018-05-28 07:44:35 +0000
  • 20b3f4bd42
    Merge pull request #767 from jimvonmoon/extract_euler_angle_fix Christophe 2018-05-28 09:44:27 +0200
  • fa1045daf5 use right handed projection matrix from https://github.com/PacktPublishing/Vulkan-Cookbook/ Jean-Philippe Bruyère 2018-05-26 18:04:43 +0200
  • 59e15deb6d Fixed potential narrowing conversion in extractEulerAngleXYZ JimVonMoon 2018-05-25 20:03:32 +0200
  • fe7c7b5ac1 Updated 0.9.9.0 release date 0.9.9.0 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
  • 89e52e327d Updated GLM version 0.9.8 Christophe Riccio 2018-05-07 14:22:45 +0200
  • 4daf7df078 Updated release note Christophe Riccio 2018-05-07 14:22:13 +0200
  • d8f69ab2f7 Fixed build with GCC 7.3 #751 Christophe Riccio 2018-05-07 14:18:05 +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
  • 7e80fa1d65 Convert non-simd vec const operator[] to constexpr Nabil M 2018-04-15 14:34:37 -0230
  • 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
  • bde361f757
    Merge pull request #1 from nTopology/dev/mbf/linux igfraga 2018-04-01 21:16:18 -0400
  • a3618316ec Fix for gcc compiler 7.3 Martin Fraga 2018-04-01 21:12:39 -0400
  • 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
  • 6fd3994180
    Merge 7fdd36d749 into 1a3f1f22cd Andreas Müller 2018-03-25 16:12:33 +0000
  • 4bea682233
    Merge dfe28ab87d into 1a3f1f22cd Daniel 2018-03-25 16:12:28 +0000
  • 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
  • 2fd7333dd3
    Merge pull request #725 from elect86/master Christophe 2018-03-17 10:59:03 +0100
  • 7fdd36d749 glm: install headers only Andreas Müller 2018-03-16 15:44:48 +0100
  • 99a9676a01 Make GLM_ENABLE_EXPERIMENTAL a configurable option Andreas Müller 2018-03-16 13:55:29 +0100
  • 2fd96c36c1 vec3: added methods to work with OpenMesh Ignacio Fraga 2018-03-07 01:14:02 -0500
  • d0286c869a Replaced CMakeLists.txt with simple nTopology version Ignacio Fraga 2018-03-07 01:13:01 -0500
  • 3aebd8f8fd added GLM_CONSTEXPR_CXX14 flag to vec<>::operator= and mat<>::operator= Chris Helmich 2018-01-22 11:29:04 +0900
  • dee4f81bc7 added GLM_CONSTEXPR_CTOR_CXX14 flags to mat<>::ctors() Chris Helmich 2018-01-22 11:29:00 +0900
  • abb7fecc5e
    Update type_vec4.hpp devmane144 2018-02-01 15:01:30 -0600
  • 9b621ee4db
    Added the other 3 const & to the file devmane144 2018-02-01 14:48:35 -0600
  • f30f012d37
    Adding a const & here for consistency reasons devmane144 2018-02-01 14:41:44 -0600
  • dfe28ab87d Updates conan recipe and test_package danimtb 2018-02-01 16:35:47 +0100
  • b2a1d7a293
    Update core_func_common.cpp Giuseppe Barbieri 2018-01-26 15:08:02 +0100
  • 4a4af0b80e added flags GLM_CONSTEXPR_CXX14 and GLM_CONSTEXPR_CTOR_CXX14 Chris Helmich 2018-01-22 11:28:55 +0900
  • 4a6577e555 made col_type value[] public reason: direct access required in certain use-cases (e.g. parsers) Chris Helmich 2018-01-22 11:06:42 +0900
  • be53cebcd3 Tentative fix of TravisCI Christophe Riccio 2018-01-09 22:33:39 +0100
  • 7b5756d673 Tentative fix of TravisCI Christophe Riccio 2018-01-09 20:19:01 +0100
  • 44da53f4a1 Tentative fix of TravisCI Christophe Riccio 2018-01-09 20:15:24 +0100
  • 5e8ab46d0a Tentative fix of TravisCI Christophe Riccio 2018-01-09 20:13:07 +0100
  • 2335be5f84 Tentative fix of TravisCI Christophe Riccio 2018-01-09 20:04:56 +0100
  • 4a27705328 Improved travisCI support Christophe Riccio 2018-01-09 20:01:02 +0100
  • d9710786e5 Tentative fix of Travis CI Christophe Riccio 2018-01-09 19:46:05 +0100
  • 18e413940a
    Merge pull request #720 from yuri-kilochek/master Christophe 2018-01-09 19:34:56 +0100
  • d214fbaaf1 Removed Clang 4.0 that is not supported anymore by Travis CI Christophe Riccio 2018-01-08 22:11:56 +0100
  • 0afc784511 Add definitions for glm::type<T> members, so that they can be used outside of constant expressions. Yuri Kilochek 2018-01-07 00:05:12 +0300
  • 5441bc7a93 Merge remote-tracking branch 'upstream/master' Yuri Kilochek 2018-01-07 00:02:24 +0300
  • c585cb9d6c Added quat left and right handed tests #703 Christophe Riccio 2018-01-06 19:58:39 +0100
  • c4453c7cc4 Merge 59f52e3bcc into 7725407b2d CaptainCarrot 2018-01-06 18:47:23 +0000
  • 7725407b2d Added missing quat minus operator #703 Christophe Riccio 2018-01-06 19:47:01 +0100
  • 6390805e6d Fixed zero as null pointer constant Christophe Riccio 2018-01-05 00:03:29 +0100
  • 26c395c78b Fixed build Christophe Riccio 2018-01-04 17:14:27 +0100
  • 85811f3860 Fixed test Christophe Riccio 2018-01-04 15:54:49 +0100
  • 43179a4bc1 Fixed typo Christophe Riccio 2018-01-04 15:33:17 +0100