2161 Commits (0e5abf923204150dbab17c4817322167767a34a3)

Author SHA1 Message Date
Christophe Riccio b14e39b4cf Added target to build optional static and dynamic GLM library ago%!(EXTRA string=9 years)
Christophe Riccio 86c58b8b8b Added iround and uround to GTC_integer, fast round on positive values ago%!(EXTRA string=9 years)
Christophe Riccio c853df1638 Added uround to GTC_integer, fast round on positive values ago%!(EXTRA string=9 years)
Christophe Riccio 6e5f42bd28 Fixed error message type ago%!(EXTRA string=10 years)
Christophe Riccio f48fe286ad Consolidate setup options in setup.hpp ago%!(EXTRA string=10 years)
Christophe Riccio a391bc1be6 Clean up GTX_matrix_transform coding style ago%!(EXTRA string=10 years)
Christophe Riccio ecfebe640f Clean up to close model matrix decompose #227 ago%!(EXTRA string=10 years)
Christophe Riccio fe18a36c10 - Added right and left handed projection and clip control support #447 #119 ago%!(EXTRA string=10 years)
Paul Konstantin Gerke 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 ago%!(EXTRA string=10 years)
Paul Konstantin Gerke b3b72527b1 Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues) ago%!(EXTRA string=10 years)
sippeangelo 2d813b587a This fixes #461 ago%!(EXTRA string=10 years)
Christophe Riccio 251ad15b68 Improved GLM_FORCE_EXPLICIT_CTOR coverage #481 ago%!(EXTRA string=10 years)
NouberNou b189cb2f29 Fix polar coordinates function latitude. ago%!(EXTRA string=10 years)
Christophe Riccio 045aa8e541 Fixed atanh warning #484 ago%!(EXTRA string=10 years)
Christophe Riccio 0d48c43385 Fixed asinh warning with C++98 STL #484 ago%!(EXTRA string=10 years)
Christophe Riccio 500a955d45 Fixed 64 bits constants warnings on GCC #463 ago%!(EXTRA string=10 years)
Christophe Riccio 54ad263974 Fixed Clang on Windows build #479 ago%!(EXTRA string=10 years)
Christophe Riccio 14e0a5576a Fixed Clang on Windows build #479 ago%!(EXTRA string=10 years)
Christophe Riccio 907cb9d968 Fixed bad merge #483 ago%!(EXTRA string=10 years)
Christophe Riccio cc2f15803e Added AVX512 detection ago%!(EXTRA string=10 years)
Christophe Riccio 407a7598aa Improved new version of GCC detection #477 ago%!(EXTRA string=10 years)
Joonas Sarajärvi bc09ecf898 setup: detect GCC 6.0 ago%!(EXTRA string=10 years)
Hendrik Sollich 0476be3e74 fixed a typo ago%!(EXTRA string=10 years)
Joonas Sarajärvi f0acbbd4ac setup: detect GCC 6.0 ago%!(EXTRA string=10 years)
Paul Konstantin Gerke 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 ago%!(EXTRA string=10 years)
Paul Konstantin Gerke 2c7430e9bc Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues) ago%!(EXTRA string=10 years)
Christophe Riccio 1709e9abca Added unary + operator #435 ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg 7db048b851 Move dependencies from intersect.inl to intersect.hpp ago%!(EXTRA string=10 years)
Christophe Riccio 268af877ab Cygwin GCC doesn't have a C++11 STL library ago%!(EXTRA string=10 years)
Sven-Hendrik Haase 4ea72b3128 Fix docs ago%!(EXTRA string=10 years)
Stephen Hill c83add59b3 Fixed various 'X is not defined' warnings ago%!(EXTRA string=10 years)
Stephen Hill ba46e0500e Fixed 'GLM_COMPILER_VC2005 is not defined' warning ago%!(EXTRA string=10 years)
Stephen Hill 4bb352b628 Fixed "Declaration shadows a field" warning ago%!(EXTRA string=10 years)
Adrian Krupa c9400562ec Fixed build ago%!(EXTRA string=10 years)
humbletim 52c9f124e3 Fixed ldexp and frexp compilation errors ago%!(EXTRA string=10 years)
Christophe Riccio 1936921ec7 Fixed log from GTX_lob_base build error with tests #470, #471 ago%!(EXTRA string=10 years)
Sven-Hendrik Haase a827b248ef Fix wrong docs ago%!(EXTRA string=10 years)
Christophe Riccio a754ab2e7e Fixed ICC on Linux build errors #449 ago%!(EXTRA string=10 years)
Christophe Riccio adb03bee5c Fixed ICC on Linux build errors #449 ago%!(EXTRA string=10 years)
Christophe Riccio df39980121 Tentative fix for 64 bits on GCC ago%!(EXTRA string=10 years)
Christophe Riccio 7a1c042d8b Fixed ICC on Linux build errors #449 ago%!(EXTRA string=10 years)
Christophe Riccio 2f2782d72a Fixed ICC on Linux build errors #449 ago%!(EXTRA string=10 years)
Christophe Riccio e9febd9ee7 Fixed log from GTX_lob_base build error with tests #470, #471 ago%!(EXTRA string=10 years)
Stephen Hill 47a2a6adfb Fixed various 'X is not defined' warnings ago%!(EXTRA string=10 years)
Stephen Hill 89cecd373a Fixed 'GLM_COMPILER_VC2005 is not defined' warning ago%!(EXTRA string=10 years)
Stephen Hill 22467f00f8 Fixed "Declaration shadows a field" warning ago%!(EXTRA string=10 years)
Sven-Hendrik Haase 816b6b8c34 Fix wrong docs ago%!(EXTRA string=10 years)
humbletim 8c55a64fdd Fixed ldexp compilation error ago%!(EXTRA string=10 years)
sippeangelo 014a7f8404 This fixes #461 ago%!(EXTRA string=10 years)
Adrian Krupa 8fd8c56074 Fixed frexp compilation error ago%!(EXTRA string=10 years)