Commit Graph

  • f048b346fb Merged GLM 0.9.8 Christophe Riccio 2017-02-16 01:15:46 +0100
  • 8d3bc422e1 Fixed Clang version detection from source #608 Christophe Riccio 2017-02-16 01:07:16 +0100
  • 4a71e6a02f Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2017-02-16 00:56:04 +0100
  • 1b40d6b957 Merge pull request #610 from elect86/patch-3 Christophe 2017-02-09 23:01:34 +0100
  • af4499f3ca Update rotate_vector.hpp Giuseppe Barbieri 2017-02-09 17:53:35 +0100
  • 38b2fef162 Update rotate_vector.hpp Giuseppe Barbieri 2017-02-09 17:52:19 +0100
  • e4f768102b Fixed define Christophe Riccio 2017-02-09 00:40:37 +0100
  • f84437dc56 Merge pull request #607 from elect86/patch-2 Christophe 2017-01-26 12:20:36 +0100
  • 84792587e0 Update manual.md Giuseppe Barbieri 2017-01-26 10:11:35 +0100
  • a9389aef26 Removed Drone, service is dead Christophe Riccio 2017-01-22 12:42:09 +0100
  • 5d89006faa Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2017-01-21 22:04:24 +0100
  • f0b6ce7d75 Removed invalid FAQ 604 Christophe Riccio 2017-01-21 22:04:04 +0100
  • 7ee363c9fa Merge pull request #606 from nourikhalass/master Christophe 2017-01-21 22:00:35 +0100
  • cfbb4d9b91 Merged 0.9.8 Christophe Riccio 2017-01-21 21:58:58 +0100
  • 5dcc56489e Fixed GLM_FORCE_CXX11 with Clang and libstlc++ which wasn't using C++11 STL features. #604 0.9.8.4 Christophe Riccio 2017-01-21 21:57:10 +0100
  • 21b9096428 Fixed typo Nouri Khalass 2017-01-21 20:46:11 +0100
  • a3a8f84f6b Fix issue #600 and #605 Nouri Khalass 2017-01-21 19:47:41 +0100
  • 4875f79eb0 Removed old compiler version Christophe Riccio 2017-01-20 22:42:53 +0100
  • 89b063f15c Added FAQ 13: GLM doesn't use C++11 STL features but my compiler support C++11? #604 Christophe Riccio 2017-01-20 22:28:19 +0100
  • 9f1aae08f7 Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2017-01-13 01:17:01 +0100
  • f4130c32fd Added template alias for mat types Christophe Riccio 2017-01-10 00:02:16 +0100
  • 67e5bf004a Preparing GLM 0.9.8.4 release Christophe Riccio 2017-01-09 23:30:40 +0100
  • ad859a7b15 Merge 88e13a1e16 into e95993407c David Reid 2017-01-07 23:23:50 +0000
  • c8ddeea744 Merge pull request #599 from Matiis/master Christophe 2017-01-07 14:33:14 +0100
  • f5ab820ffe Fixed build Christophe Riccio 2017-01-07 12:49:45 +0100
  • 41cf89516e Bring back compatibility with GLM 0.9.8 for project using tvec* with C++11 compiler that support template alias Christophe Riccio 2017-01-07 12:36:25 +0100
  • 39f775fa6c Merged 0.9.8 branch Christophe Riccio 2017-01-07 12:15:08 +0100
  • c9d38fabe6 Quaternion pitch/eulerAngles singularity handling Matiis 2017-01-06 23:07:03 +0100
  • 4e267b1b4f Fixed Visual C++ internal error when declaring a global vec type with siwzzle expression enabled #594 Christophe Riccio 2017-01-04 23:56:47 +0100
  • 9134d7904a Simplier repro case for #594 Christophe Riccio 2017-01-04 23:41:35 +0100
  • 90873e607d Simplier repro case for #594 Christophe Riccio 2017-01-04 23:35:02 +0100
  • 26a013a4f8 Simplier repro case for #594 Christophe Riccio 2017-01-04 23:30:44 +0100
  • e75859cb0a Simplier repro case for #594 Christophe Riccio 2017-01-04 23:29:37 +0100
  • d9d222555f Simplier repro case for #594 Christophe Riccio 2017-01-04 23:28:07 +0100
  • 353d4ea7b7 Repro case of MS compiler crash Christophe Riccio 2017-01-04 23:19:48 +0100
  • 1df01f6b10 Updated the message: Visual C++ has a bug generating the error: fatal error C1001: An internal error has occurred in the compiler. Christophe Riccio 2017-01-04 22:54:15 +0100
  • a39a9b8eb9 Use new CMake approach to check Visual C++ Christophe Riccio 2017-01-04 22:31:25 +0100
  • bf97e168d5 Fixed build Christophe Riccio 2017-01-04 22:12:57 +0100
  • 36eda686dd Updated readme gcc-shadow-warnings Christophe Riccio 2017-01-04 21:29:37 +0100
  • eda6c93276 More consistent resolution of shadow warnings #595 Christophe Riccio 2017-01-04 21:27:43 +0100
  • e8962dda2a Merge pull request #596 from g-truc/dim Christophe 2017-01-03 22:38:34 +0100
  • 9e45b45062 Fixed more shadow warnings in vec4 simd version Martin Gerhardy 2017-01-03 20:30:31 +0100
  • d63d803e8f Fixed shadow warnings for quaternions Martin Gerhardy 2017-01-03 20:22:54 +0100
  • bc60ce8cc4 Fixed shadow warnings for gcc (vec3 and vec4) Martin Gerhardy 2017-01-03 20:19:38 +0100
  • b7dac69b6c Fixed build dim Christophe Riccio 2017-01-03 02:29:03 +0100
  • 1318f942cf Fixed build Christophe Riccio 2017-01-02 21:24:13 +0100
  • 71a519387e Updated GLI for tests Christophe Riccio 2017-01-02 20:52:57 +0100
  • 7839b862e8 Fixed build Christophe Riccio 2017-01-01 01:28:15 +0100
  • 2908ddfbaa Fixed build Christophe Riccio 2017-01-01 01:13:53 +0100
  • 5aa2dfd465 Fixed build Christophe Riccio 2016-12-31 11:46:23 +0100
  • 1671918bdb Build clang build Christophe Riccio 2016-12-30 20:45:15 +0100
  • a8785bdb7a Fixed build Christophe Riccio 2016-12-30 20:42:18 +0100
  • c2fe3fccf6 Use length_t instead of int for vec and mat lengths #584 Christophe Riccio 2016-12-30 20:05:04 +0100
  • b92fdf5a59 matrix type Parameterize on dimensions #584 Christophe Riccio 2016-12-30 16:00:25 +0100
  • 1477d323d9 Fixed build Christophe Riccio 2016-12-30 10:26:12 +0100
  • f00d666e22 Fixed Visual C++ build #584 Christophe Riccio 2016-12-30 01:35:01 +0100
  • 9a8724925a Uses L for length template argument #584 Christophe Riccio 2016-12-30 01:31:34 +0100
  • 0318de8b98 Updated manual #584 Christophe Riccio 2016-12-30 01:26:25 +0100
  • 99c19e9fc2 Clean up Christophe Riccio 2016-12-30 01:25:09 +0100
  • 947b07cbc4 remove template alias for more compiler support and simplified swizzle expression implementation #584 Christophe Riccio 2016-12-30 01:23:29 +0100
  • 4dd748f380 Renamed tvec into vec Christophe Riccio 2016-12-30 00:03:34 +0100
  • d7fd5a61da fixes VS2013 compiler errors John McFarlane 2016-12-29 07:25:18 -0800
  • 26672ab0de fixes VS2015 compiler errors John McFarlane 2016-12-29 06:57:20 -0800
  • 506a487d24 parameterize number of dimensions of vector in tvec<D, T, P> John McFarlane 2016-12-28 16:59:01 -0800
  • 53f7f6bd17 Merge fdd362656c into 06f084063f Jarda 2016-12-28 02:05:53 +0000
  • fd827ed278 Merge 1ec88ee0f1 into 06f084063f Jan Ole Vollmer 2016-12-28 02:05:53 +0000
  • 79a9f660f6 Merge 4b8ab567c8 into 06f084063f Sven-Hendrik Haase 2016-12-17 21:27:45 +0000
  • 06284248fb Merge 4df663213f into 06f084063f Jordan 2016-12-17 21:27:45 +0000
  • 06f084063f Clean up GLM_STATIC_CONST_MEMBERS #591 Christophe Riccio 2016-12-17 19:47:11 +0100
  • d73fd81812 Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2016-12-14 17:59:22 +0100
  • b09fc9cce0 Merge pull request #586 from ranjak/master Christophe 2016-12-14 17:49:36 +0100
  • ccf201c6ba Merge pull request #589 from elect86/patch-1 Christophe 2016-12-14 17:46:53 +0100
  • 6f61dd9021 Update matrix_transform.hpp Giuseppe Barbieri 2016-12-14 16:20:14 +0100
  • 0f6bb41a0a Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2016-12-13 17:49:16 +0100
  • 1ec88ee0f1 MSVC: disable warning C4201: nonstandard extension used : nameless struct/union Jan Ole Vollmer 2016-12-08 11:30:56 +0100
  • fdd362656c Ignore VC C4201 warnings. JF 2016-12-08 10:40:00 +0100
  • 750d426473 CMake: add the option GLM_INSTALL_ENABLE to control installation. ranjak 2016-12-07 16:22:44 +0100
  • 5d8ed6a2f4 Merge e97d905195 into ba68939dec Tyson Nottingham 2016-12-03 07:33:12 +0000
  • 85bd36806c Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2016-12-02 01:14:52 +0100
  • dd48b56e44 Updated list of supported compilers Christophe Riccio 2016-12-02 01:14:36 +0100
  • 2dda5af72c Fixed GCC 4.5 and older build #566 Christophe Riccio 2016-12-01 23:05:43 +0100
  • 861dce586c Merge pull request #583 from nafest/master Christophe 2016-11-30 20:34:21 +0100
  • f02ce4d6d3 Fix typo in experimental extension warnings Stefan Winkler 2016-11-30 20:26:35 +0100
  • 31475c1bb5 Merge branch '0.9.8' Christophe Riccio 2016-11-25 21:26:18 +0100
  • 57091f8553 Updated readme Christophe Riccio 2016-11-25 21:24:59 +0100
  • 8cde68aba6 Merge branch '0.9.8' Christophe Riccio 2016-11-25 21:20:26 +0100
  • 1f8fd8a106 Fixed GTX_matrix_decompose decompose #582 Christophe Riccio 2016-11-25 21:19:55 +0100
  • d48ce7da53 Update sign of all components of scale. pbruvoll 2016-11-25 16:00:05 +0100
  • 0c40430d65 Merge pull request #582 from pbruvoll/master Christophe 2016-11-25 16:50:04 +0100
  • b2afe32676 Update sign of all components of scale. pbruvoll 2016-11-25 16:00:05 +0100
  • 29f600dfbb Fixed warnings Christophe Riccio 2016-11-25 00:37:32 +0100
  • 58c5e0ef4d Fixed intersectRayTriangle #6 Christophe Riccio 2016-11-25 00:33:45 +0100
  • 07d826e185 Updated travis platforms Christophe Riccio 2016-11-24 22:59:10 +0100
  • d6ae067649 Merge branch '0.9.8' Christophe Riccio 2016-11-24 22:23:14 +0100
  • 8f7b681f7f Fixed Travis CI config Christophe Riccio 2016-11-24 22:22:17 +0100
  • 7034bbdc3d Merge pull request #581 from mgerhardy/patch-2 Christophe 2016-11-24 21:47:40 +0100
  • dadd57bf26 Removed BOM Martin Gerhardy 2016-11-24 21:36:48 +0100
  • 2ea3cd5d7b Fixed GLM test warning Christophe Riccio 2016-11-24 21:21:54 +0100
  • f26628f661 Fixed GLM test warning Christophe Riccio 2016-11-24 21:19:05 +0100
  • 3cdb61c4a0 Fixed GLM test warning Christophe Riccio 2016-11-24 21:16:43 +0100