Commit Graph

  • 2fd7333dd3
    Merge pull request #725 from elect86/master Christophe 2018-03-17 10:59:03 +0100
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 5bcb204cde
    Merge pull request #697 from elect86/patch-2 Christophe 2017-11-20 17:59:24 +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 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
  • 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 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