Commit Graph

  • e584028e6f
    Merge pull request #710 from elect86/patch-3 Christophe 2018-01-04 14:18:27 +0100
  • 129fab1bd9
    Merge pull request #711 from elect86/patch-4 Christophe 2018-01-04 09:24:32 +0100
  • 6a9370ffa1 Merge e634f5b2e4 into fa668e26b6 Mark Garcia 2018-01-04 08:12:52 +0000
  • fa668e26b6
    Merge pull request #708 from corporateshark/master Christophe 2018-01-04 09:12:41 +0100
  • 1ef3e5a200 components, cols, rows are no longer defined as members of anonymous enums and are now instead static integral constants of type glm::length_t (this appears to be current approach). Yuri Kilochek 2017-12-26 19:42:12 +0300
  • 7f162ff4e8 Remove redundant specializations of glm::type<mat</*...*/>> Yuri Kilochek 2017-12-26 19:37:25 +0300
  • 83697febeb
    Update intersect.hpp Giuseppe Barbieri 2017-12-19 16:18:10 +0100
  • 5d0fa00c39
    Update gtx_matrix_interpolation.cpp Giuseppe Barbieri 2017-12-19 14:47:02 +0100
  • e634f5b2e4 Ignore warning C4201 in MSVC. Mark Garcia 2017-12-19 14:43:51 +0800
  • 84e6d82051 Fixed #692: sphericalRand() is doing correct distribution on a sphere Sergey Kosarevsky 2017-12-11 18:09:07 +0100
  • 1190ae0b0e Added test Christophe Riccio 2017-11-22 18:36:36 +0100
  • 529de50383 Fixed acsch #698 Christophe Riccio 2017-11-22 17:36:31 +0100
  • 59f52e3bcc
    Update gtx_quaternion.cpp CaptainCarrot 2017-11-21 21:35:42 +0100
  • b4e49055d5
    Update quaternion.inl CaptainCarrot 2017-11-21 20:10:54 +0100
  • 7ba519491e
    Add files via upload CaptainCarrot 2017-11-21 20:05:40 +0100
  • 6912f621d5
    Update quaternion.inl CaptainCarrot 2017-11-21 19:59:08 +0100
  • 6d3d07d3c1
    Add files via upload CaptainCarrot 2017-11-21 19:54:15 +0100
  • 0f54a84748
    Update quaternion.inl CaptainCarrot 2017-11-21 19:27:11 +0100
  • fa208abef9
    Update quaternion.inl CaptainCarrot 2017-11-21 19:23:25 +0100
  • 98baa26e11
    Add files via upload CaptainCarrot 2017-11-21 19:15:23 +0100
  • f81f3678af
    Add files via upload CaptainCarrot 2017-11-21 19:14:01 +0100
  • c4cd84c09e
    Add files via upload CaptainCarrot 2017-11-21 19:13:35 +0100
  • fe14ef60e3 Merge b17d3668a2 into 5bcb204cde stfx 2017-11-20 17:21:20 +0000
  • b17d3668a2
    Partly revert last commit stfx 2017-11-20 18:21:18 +0100
  • 5bcb204cde
    Merge pull request #697 from elect86/patch-2 Christophe 2017-11-20 17:59:24 +0100
  • 915fbe0827
    Microoptimize quatLookAt stfx 2017-11-20 16:07:13 +0100
  • 23676a991b
    Update manual.md Giuseppe Barbieri 2017-11-08 11:06:46 +0100
  • 0f956f6dbc
    Merge pull request #693 from cleeus/fix-exp2-precision-with-cxx11 Christophe 2017-11-06 17:35:27 +0100
  • 97c1774429
    Merge pull request #695 from csukuangfj/patch-1 Christophe 2017-11-06 17:35:00 +0100
  • 538b6b6d57
    fix a typo. KUANG Fangjun 2017-11-06 15:13:04 +0100
  • c79dfbc925 Use std::exp2 to implement glm::exp2 when available Kai Dietrich 2017-10-26 09:43:47 +0200
  • 708a886bb0 Add a CXX11-conditional test for exp2 precision with larger exponents Kai Dietrich 2017-10-26 09:41:15 +0200
  • 9e0c716372 Removed VC 2015 that time out for some reasons... :/ Christophe Riccio 2017-10-22 17:26:42 +0200
  • fcbedf5058 Fixed glm::step that didn't work with scalars #684 0.9.9-a2 Christophe Riccio 2017-10-22 16:58:09 +0200
  • 5dbb4470e7 Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2017-10-22 16:40:48 +0200
  • ad82970101 Fixed warning #685 Christophe Riccio 2017-10-22 16:32:05 +0200
  • a4061b1897 Merge pull request #689 from akaltar/master Christophe 2017-10-22 16:26:15 +0200
  • 9d7e79de6e Merge pull request #691 from OlivierSohn/master Christophe 2017-10-22 16:24:15 +0200
  • 25e7bef346 Resolved uninitialized return value warnings #685 Christophe Riccio 2017-10-22 15:31:47 +0200
  • ddb93dcdc2 fix build Olivier Sohn 2017-10-21 21:50:36 +0200
  • 6bd81b8fbc use quat_identity Olivier Sohn 2017-10-21 21:43:47 +0200
  • 6f61bb4d2e Fix rotation when vectors are in the same direction #690 Olivier Sohn 2017-10-21 21:17:55 +0200
  • 04819ecaae Fix #679 akaltar 2017-10-20 18:42:46 +0200
  • 8fd6436e07 Merge 99b6d6e798 into 7733266417 Cort 2017-10-04 21:07:04 +0000
  • 99b6d6e798 Fix potentially uninitialized return value warnings Cort 2017-10-04 16:47:04 -0400
  • 7733266417 Fixed Visual C++ automated tests Christophe Riccio 2017-09-23 23:06:27 +0200
  • 2e43c201cd Fixed warning C4309 #679 Christophe Riccio 2017-09-23 22:58:51 +0200
  • dc3e0b5ccb Added GLM_FORCE_SINGLE_ONLY to use GLM on platforms that don't support double #627 Christophe Riccio 2017-09-23 16:32:25 +0200
  • aa38362b2c Added spearate functions to use both nagative one and zero near clip plans #680 Christophe Riccio 2017-09-23 15:55:18 +0200
  • 083782185e Added openBounded and closeBounded Christophe Riccio 2017-09-20 23:10:52 +0200
  • bfa6c9e192 - Added EXT_vector_relational: openBounded and closeBounded Christophe Riccio 2017-09-20 17:57:44 +0200
  • 30ee2cd1bb - Added GTX_texture: levels function Christophe Riccio 2017-09-20 15:32:29 +0200
  • a2497e6174 Fixed glm::to_string on quaternions wrong components order #681 Christophe Riccio 2017-09-20 14:29:22 +0200
  • 1bf24f8344 Fixed glm::log2<int>() returns wrong value, missing static assert #683 Christophe Riccio 2017-09-20 14:17:42 +0200
  • 5606dd1aac Merge pull request #682 from CaptainCarrot/Quaternion-Look-At Christophe 2017-09-20 14:03:30 +0200
  • 5360662d77 Fixed test Christophe Riccio 2017-09-20 13:42:13 +0200
  • 62433e1f40 Update gtx_quaternion.cpp CaptainCarrot 2017-09-14 09:33:49 +0200
  • e28dd1db59 Update gtx_quaternion.cpp CaptainCarrot 2017-09-14 09:08:44 +0200
  • 3669256fd1 Update quaternion.inl CaptainCarrot 2017-09-14 09:05:09 +0200
  • 1fe48f0d09 Update quaternion.hpp CaptainCarrot 2017-09-14 09:04:09 +0200
  • 13ccb5154f Merge pull request #676 from therocode/master Christophe 2017-08-31 12:57:21 +0200
  • c07050ef9d Fixed incorrect indentation Tobias Widlund 2017-08-31 12:42:59 +0200
  • ec5b3fd897 Fixed build #675 Christophe Riccio 2017-08-30 10:28:02 +0200
  • e8e8d3607c Fixed test build Christophe Riccio 2017-08-25 21:14:23 +0200
  • 5cf8765656 Added GTX_texture Christophe Riccio 2017-08-25 15:55:41 +0200
  • 5c5cfa5b66 Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2017-08-25 15:11:40 +0200
  • ba4e508e98 Added make_vec* Christophe Riccio 2017-08-25 15:11:24 +0200
  • 793f2fe9f2 Merge pull request #674 from feng-lab/fixMismatchedPandQ Christophe 2017-08-25 10:25:04 +0200
  • a6e27e8079 fix mismatched template argument (P to Q) Linqing Feng 2017-08-25 10:50:05 +0900
  • b5eb654ff0 Fixed Visual C++ /W4 warnings Christophe Riccio 2017-08-22 23:58:31 +0200
  • 6932058f59 Fixed quaternion constructor from two vectors special cases #469 Christophe Riccio 2017-08-22 22:47:36 +0200
  • 4e0c87683c Merge pull request #672 from amc522/master Christophe 2017-08-21 21:41:48 +0200
  • 8150e4848b Added more testing for fmin/fmax nan cases Aaron 2017-08-21 11:40:37 -0700
  • d75ef41bdb Checking if either argument is nan in fmin and fmax Aaron 2017-08-21 11:16:46 -0700
  • d550798ca0 Added EXT_vec1: *vec1 types Christophe Riccio 2017-08-21 10:36:27 +0200
  • de28722e36 Added EXT_vector_relational: extend equal and notEqual to take an epsilon argument Christophe Riccio 2017-08-20 21:38:33 +0200
  • 68a829e7ed Added fmin, fmax and fclamp to GTX_extended_min_max #372 Christophe Riccio 2017-08-20 18:42:48 +0200
  • fc53581c68 Fixed Better follow GLSL min and max specification #372 Christophe Riccio 2017-08-20 16:53:50 +0200
  • 3358f33870 Fixed Visual C++ warnings Christophe Riccio 2017-08-18 20:09:46 +0200
  • 7466c4a9e7 Fixed Visual C++ warnings Christophe Riccio 2017-08-18 20:08:36 +0200
  • d0ed6aef21 Fixed Visual C++ /W4 warnings Christophe Riccio 2017-08-18 18:41:04 +0200
  • a2253436c7 Fixed warnings Christophe Riccio 2017-08-18 16:56:57 +0200
  • f654900a01 Fixed warnings Christophe Riccio 2017-08-18 16:54:53 +0200
  • c4794851aa Fixed /W4 warnings Christophe Riccio 2017-08-18 13:48:47 +0200
  • 2c2d3931ee Fixed Visual C++ /W4 warnings Christophe Riccio 2017-08-18 12:59:16 +0200
  • e1dc14ddd4 Fixed doxygen warnings Christophe Riccio 2017-08-18 12:37:44 +0200
  • bace93d798 Fixed API documentation reference Christophe Riccio 2017-08-18 12:27:47 +0200
  • 72e6b8973f Updated API documentation Christophe Riccio 2017-08-17 21:00:32 +0200
  • dfd700e44b Fixed API doc image Christophe Riccio 2017-08-17 20:40:23 +0200
  • c013b4e58f Updated API doc Christophe Riccio 2017-08-17 20:39:22 +0200
  • 8a8a6c2b76 Updated API doc 0.9.9-a1 Christophe Riccio 2017-08-17 19:53:21 +0200
  • e9f210c85f Enable /WX, warning as error on Visual Studio Christophe Riccio 2017-08-17 19:51:03 +0200
  • 23db2cd8b9 Show core feature first in the API doc modules Christophe Riccio 2017-08-17 17:52:22 +0200
  • 2240849164 Improve API documentation Christophe Riccio 2017-08-17 17:36:40 +0200
  • d93a3be4ac - Improved API documentation #668 Christophe Riccio 2017-08-17 16:24:32 +0200
  • b9936ac0ca Clean up white space Christophe Riccio 2017-08-17 15:21:13 +0200
  • fdf92ba340 Avoid duplicated code Christophe Riccio 2017-08-17 15:20:23 +0200
  • 4bc87efa09 Fixed build on GCC 7.1 Christophe Riccio 2017-08-17 15:12:31 +0200
  • c23162a62a Using GCC 7.0 instead of GCC 7.1 Christophe Riccio 2017-08-17 14:20:31 +0200
  • d74732f985 Using GCC 7.1 instead of 6.0 Christophe Riccio 2017-08-17 14:16:45 +0200