Commit Graph

  • 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
  • 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 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 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
  • 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
  • 750d426473 CMake: add the option GLM_INSTALL_ENABLE to control installation. ranjak 2016-12-07 16:22:44 +0100
  • 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
  • bb1debc9e1 Fixed GLM test warning Christophe Riccio 2016-11-24 21:16:02 +0100
  • d39749d1d6 Fixed GLM test warning Christophe Riccio 2016-11-24 21:12:37 +0100
  • ca0dcce544 Fixed TravisCI on OSX Christophe Riccio 2016-11-24 21:00:17 +0100
  • 5e310b51cd Merge branch '0.9.8' Christophe Riccio 2016-11-24 20:48:57 +0100
  • 8d2db38e7d Fixed TravisCI on OSX Christophe Riccio 2016-11-24 20:48:06 +0100
  • 7ba8f673ac Fixed GLM_FORCE_SWIZZLE #575 Christophe Riccio 2016-11-24 19:47:53 +0100
  • b494c64de3 Merge pull request #575 from JesseTG/jtg/manual-section-2 Christophe 2016-11-24 19:44:57 +0100
  • b8077c1809 Merge branch '0.9.8' Christophe Riccio 2016-11-24 19:41:48 +0100
  • a88584f572 Fixed GCC 6.2 compiler warnings #580 Christophe Riccio 2016-11-24 19:41:06 +0100
  • 0472c3f4d6 Fixed Travis-CI crahing on OSX, doesn't support AVX it seems Christophe Riccio 2016-11-24 19:39:28 +0100
  • 3f906960db Fixed compiler warnings for g++ 6.2 Martin Gerhardy 2016-11-24 13:56:30 +0100
  • 9d411922ed Merge pull request #580 from mgerhardy/patch-1 Christophe 2016-11-24 19:28:17 +0100
  • 12d42a2dac Fixed compiler warnings for g++ 6.2 Martin Gerhardy 2016-11-24 13:56:30 +0100
  • 029f1c4738 Merge branch '0.9.8' Christophe Riccio 2016-11-24 01:27:48 +0100
  • ef4425a61d Fixed intersectRayPlane returns true in parallel case #578 Christophe Riccio 2016-11-24 01:27:17 +0100
  • 098bf5c746 Merge 0.9.8 Christophe Riccio 2016-11-24 01:22:09 +0100
  • ba73c5a976 Merge branch '0.9.8' Christophe Riccio 2016-11-24 01:21:22 +0100
  • ff0b1674f4 Fixed POPCNT optimization build in Clang #512 Christophe Riccio 2016-11-24 01:20:49 +0100
  • 1cbe3dfa60 Added tests on OSX and release and debug mode Christophe Riccio 2016-11-24 00:59:20 +0100
  • 4ba6ef9046 Fixed SIMD instruction set selection with Clang Christophe Riccio 2016-11-23 23:39:51 +0100
  • 74378ce1b9 Display instruction set used on CMake prepare Christophe Riccio 2016-11-23 23:34:39 +0100
  • b5766d1514 Tentative fix for #512 Christophe Riccio 2016-11-23 23:13:54 +0100
  • 2c3afed6de Added tests on OSX and release and debug mode Christophe Riccio 2016-11-24 00:59:20 +0100
  • 2be54c9759 Fixed SIMD instruction set selection with Clang Christophe Riccio 2016-11-23 23:39:51 +0100
  • 50a52756f2 Display instruction set used on CMake prepare Christophe Riccio 2016-11-23 23:34:39 +0100
  • 234d442e0a Tentative fix for #512 Christophe Riccio 2016-11-23 23:13:54 +0100