Commit Graph

  • c853df1638 Added uround to GTC_integer, fast round on positive values Christophe Riccio 2016-03-10 21:17:46 +0100
  • cf2868181f Add contribution to readme Jesse Talavera-Greenberg 2016-03-06 19:44:22 -0500
  • 1e63a1a426 Add constructor tests Jesse Talavera-Greenberg 2016-03-06 19:44:12 -0500
  • b60047fa16 Templatize unary conversions from glm types to quat and dualquat Jesse Talavera-Greenberg 2016-03-06 19:43:43 -0500
  • 7ed3456ca3 Add templated conversions from smaller vector types to larger ones Jesse Talavera-Greenberg 2016-03-06 19:42:35 -0500
  • 185e9e257b Add tests for generalized matrix conversions Jesse Talavera-Greenberg 2016-03-06 19:42:10 -0500
  • 6c8aa229ce Template conversions between matrices Jesse Talavera-Greenberg 2016-03-06 19:41:37 -0500
  • b42947d8d8 Merge 14da0e7c8f into 6e5f42bd28 Jesse Talavera-Greenberg 2016-03-06 16:13:59 +0000
  • 6e5f42bd28 Fixed error message type Christophe Riccio 2016-03-06 12:52:34 +0100
  • 14da0e7c8f You missed a spot Jesse Talavera-Greenberg 2016-03-05 22:29:57 -0500
  • f48fe286ad Consolidate setup options in setup.hpp Christophe Riccio 2016-03-06 03:36:20 +0100
  • a391bc1be6 Clean up GTX_matrix_transform coding style Christophe Riccio 2016-03-06 02:28:21 +0100
  • ecfebe640f Clean up to close model matrix decompose #227 Christophe Riccio 2016-03-06 02:13:45 +0100
  • 58f432b76d Updated release note to mention #415 Christophe Riccio 2016-03-06 00:18:05 +0100
  • fe18a36c10 - Added right and left handed projection and clip control support #447 #119 Christophe Riccio 2016-03-06 00:16:09 +0100
  • 45d18796e3 merge 0.9.7 branch Christophe Riccio 2016-03-05 23:58:38 +0100
  • 66f37220c9 Merge branch '0.9.7' Christophe Riccio 2016-03-05 23:57:42 +0100
  • 239cf70ade Fixed: outerProduct was defined incorrectly for unmatched vecX types. E.g. outerProduct(vec2, vec4) did not succeed because the matrix return types were wrong. The computing function seemed fine. I used https://en.wikipedia.org/wiki/Outer_product as reference on what the number of columns/rows ''should'' be and fixed it so that it matches the description from wikipedia Added: tests for outerProduct with unmatched vector dimensions (actually testing all combinations now) Paul Konstantin Gerke 2016-01-24 21:14:25 +0100
  • b3b72527b1 Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues) Paul Konstantin Gerke 2016-01-24 19:34:26 +0100
  • 8e411733b2 - Fixed eulerAngles precision error, returns NaN #451 Christophe Riccio 2016-03-05 23:49:07 +0100
  • 2d813b587a This fixes #461 sippeangelo 2015-12-16 15:57:29 +0100
  • eb33d9c188 - Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475 Christophe Riccio 2016-03-05 23:20:12 +0100
  • 30ab2ee25b Fixed polar coordinates function latitude #485 Christophe Riccio 2016-03-05 23:36:18 +0100
  • 62717b5159 - Fixed polar coordinates function latitude #485 Christophe Riccio 2016-03-05 23:36:18 +0100
  • c9720a7f40 Merge pull request #485 from NouberNou/NouberNou-Polar-Coordinates-Fix Angelica Wrangler 2016-03-05 23:35:14 +0100
  • 8647d60086 Merge pull request #462 from sippeangelo/issue-461 Angelica Wrangler 2016-03-05 23:27:51 +0100
  • 44d773ad5e Merge pull request #480 from ReadmeCritic/master Angelica Wrangler 2016-03-05 23:24:37 +0100
  • bd68af60bd - Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475 Christophe Riccio 2016-03-05 23:20:12 +0100
  • 72a8ba473d Merge pull request #475 from MrApplejuice/master Angelica Wrangler 2016-03-05 23:18:21 +0100
  • 2783a490da Merge pull request #478 from hoodie/master Angelica Wrangler 2016-03-05 23:12:26 +0100
  • 251ad15b68 Improved GLM_FORCE_EXPLICIT_CTOR coverage #481 Christophe Riccio 2016-03-05 23:01:01 +0100
  • 5af6a04645 Merge f29129509c into 57bf985fe5 Jesse Talavera-Greenberg 2016-03-05 21:30:17 +0000
  • 57bf985fe5 Fixed build Christophe Riccio 2016-03-05 22:29:52 +0100
  • 082272421a Fixed long long warnings when using C++98 on GCC and Clang #482 Christophe Riccio 2016-03-05 22:25:17 +0100
  • 5fad3f437d Added more tests for ceilMultiple Christophe Riccio 2016-03-02 21:44:59 +0100
  • 57316860a1 Fixed ceilMultiple test Christophe Riccio 2016-03-02 21:42:13 +0100
  • c6aa981e2a Added ceilMultiple test with integers Christophe Riccio 2016-03-02 21:32:44 +0100
  • b189cb2f29 Fix polar coordinates function latitude. NouberNou 2016-02-25 18:18:02 -0800
  • cb71d2376d Merge branch '0.9.7' Christophe Riccio 2016-02-21 19:40:47 +0100
  • 045aa8e541 Fixed atanh warning #484 Christophe Riccio 2016-02-21 19:40:24 +0100
  • 4945ec7471 Merge 0.9.7 branch Christophe Riccio 2016-02-21 19:00:36 +0100
  • 0d48c43385 Fixed asinh warning with C++98 STL #484 Christophe Riccio 2016-02-21 18:59:26 +0100
  • 1ec8ab365e Merge 0.9.7 Christophe Riccio 2016-02-21 14:38:50 +0100
  • 5809830f64 Get ready for 0.9.7.3 release 0.9.7.3 Christophe Riccio 2016-02-21 14:36:38 +0100
  • 162fad6a31 Merge branch '0.9.7' Christophe Riccio 2016-02-21 14:29:31 +0100
  • 500a955d45 Fixed 64 bits constants warnings on GCC #463 Christophe Riccio 2016-02-21 14:29:07 +0100
  • 904db64afd Updated readme for fixed Clang build on Windows #479 Christophe Riccio 2016-02-21 14:22:19 +0100
  • 54ad263974 Fixed Clang on Windows build #479 Christophe Riccio 2016-02-21 14:15:17 +0100
  • 14e0a5576a Fixed Clang on Windows build #479 Christophe Riccio 2016-02-21 14:15:17 +0100
  • 907cb9d968 Fixed bad merge #483 Christophe Riccio 2016-02-21 13:24:29 +0100
  • ae39d9054d Fix a typo Jesse Talavera-Greenberg 2016-02-20 12:27:45 -0500
  • 234a3ebd39 Shorten a sentence Jesse Talavera-Greenberg 2016-02-20 12:22:23 -0500
  • e6f368b120 Update stable release to 0.9.7.2 Jesse Talavera-Greenberg 2016-02-20 12:21:02 -0500
  • ce537b8943 Add some newlines Jesse Talavera-Greenberg 2016-02-20 12:16:49 -0500
  • fd1980ebf2 Update copyright year Jesse Talavera-Greenberg 2016-02-20 12:05:24 -0500
  • f41254cb58 Yes, gcc, I am quite aware of the fact that long long is a C++11 extension Jesse Talavera-Greenberg 2016-02-19 18:22:14 -0500
  • f29129509c Introduce the ability to allow most explicit conversions to be implicit Jesse Talavera-Greenberg 2016-02-19 17:06:35 -0500
  • 449f785a60 Correct the spelling of Xcode in README ReadmeCritic 2016-02-16 13:40:43 -0800
  • 65e88d9f9d Merge 0.9.7 Christophe Riccio 2016-02-15 21:13:42 +0100
  • cc2f15803e Added AVX512 detection Christophe Riccio 2016-02-15 21:11:55 +0100
  • 407a7598aa Improved new version of GCC detection #477 Christophe Riccio 2016-02-15 20:29:55 +0100
  • bc09ecf898 setup: detect GCC 6.0 Joonas Sarajärvi 2016-02-04 19:42:25 +0200
  • 4afc6b723a Merge pull request #477 from muep/master Angelica Wrangler 2016-02-15 20:24:54 +0100
  • 191e2d715b Removed CDash config Christophe Riccio 2016-02-11 00:06:05 +0100
  • 1ee2f3219e Merged 0.9.7 Christophe Riccio 2016-02-11 00:05:27 +0100
  • 32cf0817dc Fix a a typo Jesse Talavera-Greenberg 2016-02-09 18:28:46 -0500
  • 7c7c421a3e Add a directory to .gitignore Jesse Talavera-Greenberg 2016-02-09 18:09:27 -0500
  • bd165c4b2f Find another quoting library that MikTeX provides Jesse Talavera-Greenberg 2016-02-09 18:08:41 -0500
  • 0476be3e74 fixed a typo Hendrik Sollich 2016-02-09 12:40:06 +0100
  • 6ee8b03063 Fixed CMake policy warning Christophe Riccio 2016-02-09 01:18:24 +0100
  • f0acbbd4ac setup: detect GCC 6.0 Joonas Sarajärvi 2016-02-04 19:42:25 +0200
  • fb309e0eff Fixed: outerProduct was defined incorrectly for unmatched vecX types. E.g. outerProduct(vec2, vec4) did not succeed because the matrix return types were wrong. The computing function seemed fine. I used https://en.wikipedia.org/wiki/Outer_product as reference on what the number of columns/rows ''should'' be and fixed it so that it matches the description from wikipedia Added: tests for outerProduct with unmatched vector dimensions (actually testing all combinations now) Paul Konstantin Gerke 2016-01-24 21:14:25 +0100
  • 2c7430e9bc Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues) Paul Konstantin Gerke 2016-01-24 19:34:26 +0100
  • eb4a19805a Fixed release note 0.9.7.2 Christophe Riccio 2016-01-03 18:56:10 +0100
  • 8f0d854605 Release 0.9.7.2 Christophe Riccio 2016-01-03 18:50:08 +0100
  • 8bcc4e0045 merge 0.9.7 Christophe Riccio 2016-01-03 18:46:43 +0100
  • ebdb7aa45b Added unary + operator #435 Christophe Riccio 2016-01-03 18:39:40 +0100
  • 1709e9abca Added unary + operator #435 Christophe Riccio 2015-10-17 04:11:52 +0200
  • 7db048b851 Move dependencies from intersect.inl to intersect.hpp Jesse Talavera-Greenberg 2015-09-28 19:33:35 -0400
  • 268af877ab Cygwin GCC doesn't have a C++11 STL library Christophe Riccio 2015-10-22 00:27:10 +0200
  • 4ea72b3128 Fix docs Sven-Hendrik Haase 2015-11-22 06:48:23 +0100
  • 5d46e5186d remove extraneous test block humbletim 2015-12-19 19:30:00 -0500
  • fc1e45bbde Updated readme Christophe Riccio 2016-01-03 18:30:08 +0100
  • c83add59b3 Fixed various 'X is not defined' warnings Stephen Hill 2015-12-23 12:19:13 -0500
  • ba46e0500e Fixed 'GLM_COMPILER_VC2005 is not defined' warning Stephen Hill 2015-12-23 12:18:14 -0500
  • 4bb352b628 Fixed "Declaration shadows a field" warning Stephen Hill 2015-12-23 12:16:31 -0500
  • c9400562ec Fixed build Adrian Krupa 2015-11-29 20:53:04 +0100
  • 52c9f124e3 Fixed ldexp and frexp compilation errors humbletim 2015-12-19 19:22:33 -0500
  • 1936921ec7 Fixed log from GTX_lob_base build error with tests #470, #471 Christophe Riccio 2016-01-01 14:30:14 +0100
  • a827b248ef Fix wrong docs Sven-Hendrik Haase 2015-12-23 01:24:48 +0100
  • a754ab2e7e Fixed ICC on Linux build errors #449 Christophe Riccio 2016-01-03 17:10:24 +0100
  • adb03bee5c Fixed ICC on Linux build errors #449 Christophe Riccio 2016-01-03 16:03:30 +0100
  • 846e88a147 Updated version Christophe Riccio 2016-01-03 18:01:56 +0100
  • df39980121 Tentative fix for 64 bits on GCC Christophe Riccio 2016-01-03 17:36:31 +0100
  • 7a1c042d8b Fixed ICC on Linux build errors #449 Christophe Riccio 2016-01-03 17:10:24 +0100
  • 2f2782d72a Fixed ICC on Linux build errors #449 Christophe Riccio 2016-01-03 16:03:30 +0100
  • 8d4d9d1877 Merge pull request #466 from humbletim/master Christophe R 2016-01-01 14:34:04 +0100
  • e9febd9ee7 Fixed log from GTX_lob_base build error with tests #470, #471 Christophe Riccio 2016-01-01 14:30:14 +0100
  • c49f4198bc Merge branch 'master' of https://github.com/g-truc/glm Christophe Riccio 2016-01-01 12:52:27 +0100
  • d94b0b7971 Merge pull request #467 from svenstaro/patch-2 Christophe R 2016-01-01 12:50:59 +0100