2310 Commits (118be2fe8d3cd97e606f450cb8bdaa15c9953f07)

Author SHA1 Message Date
Carsten Neumann 2ee6151a40 Use unions for type punning ago%!(EXTRA string=10 years)
morgan d69aa08187 Small documentation mistake in intersect.hpp, plane instead of triangle. ago%!(EXTRA string=10 years)
Christophe Riccio ea36f44294 Fixed perspective fovy argument documentation #327 ago%!(EXTRA string=10 years)
Christophe Riccio 303a523325 Fixed C++98 build ago%!(EXTRA string=10 years)
Christophe Riccio df8cd22706 Fixed specifier removal by 'std::make_pair<>' #333 ago%!(EXTRA string=10 years)
Christophe Riccio 7f291cdbeb Renamed readme.md ago%!(EXTRA string=10 years)
jan p springer e590111375 added: 'operator<<(std::pair<tmat4x4<T,P>, tmat4x4<T,P>>)' routed to 'operator<<(std::pair<tmat4x4<T,P> const, tmat4x4<T,P> const>)' to avoid specifier removal by 'std::make_pair<>' and follow-up type-deduction problems; see [http://stackoverflow.com/questions/29985791/] ago%!(EXTRA string=10 years)
Christophe Riccio e1c3c531dd Fixed warnings ago%!(EXTRA string=11 years)
Christophe Riccio f51bcc70cc Added <glm/gtx/hash.hpp> to perform to perform std::hash on GLM types #320 ago%!(EXTRA string=11 years)
Christophe Riccio a8203ac034 Fixed multi-line comment warning in g++. #315 ago%!(EXTRA string=11 years)
Thom de Villa b1c45d3ce3 add precision support to std::hash glm specializations ago%!(EXTRA string=11 years)
Thom de Villa 36e2bdd294 comment fix ago%!(EXTRA string=11 years)
Thom de Villa 44c3453c84 std::hash support for glm types ago%!(EXTRA string=11 years)
BryceMehring 47116d8c28 Fixed multi-line comment warning in g++. ago%!(EXTRA string=11 years)
Aaron Cooper 982e395331 Accidentally changed spaces to tabs. Reverting that change. ago%!(EXTRA string=11 years)
Aaron Cooper 490cfbea3a Added left handed functions for perspective, perspectiveFov, and lookAt. ago%!(EXTRA string=11 years)
Christophe Riccio 7e6b502639 Fixed default precision for quat and dual_quat type #312 ago%!(EXTRA string=11 years)
plasmacel b94aa556c5 add default precision to quat type ago%!(EXTRA string=11 years)
plasmacel 62658e8dce add default precision to quat type ago%!(EXTRA string=11 years)
Jonathan Zrake d3313421c6 Add functions eulerAngleXYZ and extractEulerAngleXYZ ago%!(EXTRA string=11 years)
Christophe Riccio 7b9c7008eb Updated version ago%!(EXTRA string=11 years)
Christophe Riccio 567157fc8c Updated version ago%!(EXTRA string=11 years)
Christophe Riccio 9a8cffd83a Fixed Android doesn't have C++ 11 STL #284 ago%!(EXTRA string=11 years)
Christophe Riccio 042270d049 Added 'fmod' overload to GTX_common with tests, Removed integer specification for 'mod' in GTC_integer #308 ago%!(EXTRA string=11 years)
Christophe Riccio 7844332816 Fixed memory corruption (undefined behaviour) #303 ago%!(EXTRA string=11 years)
Christophe Riccio f1d4c39622 Fixed memory corruption (undefined behaviour) #303 ago%!(EXTRA string=11 years)
Christophe Riccio 49cf8d8964 Disable GLM_HAS_TRIVIAL_QUERIES ago%!(EXTRA string=11 years)
Christophe Riccio 7751bd4af4 Fixed MinGW32 build ago%!(EXTRA string=11 years)
Christophe Riccio d33974afa6 Fixed warning ago%!(EXTRA string=11 years)
Pavel Krajcevski 2ba1ae95c2 Remove testing #ifdefs ago%!(EXTRA string=11 years)
Pavel Krajcevski a53696a2dc Specialize template for integer YCoCgR conversion to use bitshifts ago%!(EXTRA string=11 years)
Christophe Riccio 387df50459 Updated GTC_color ago%!(EXTRA string=11 years)
Christophe Riccio 3ea110b44d Added GTC_color documentation ago%!(EXTRA string=11 years)
Christophe Riccio 40d0bc2e85 Added GTC_color, rgbToSrgb and srgbToRgb with tests ago%!(EXTRA string=11 years)
Christophe Riccio 2fc4532931 Fixed functions not inlined with Clang #302 ago%!(EXTRA string=11 years)
Christophe Riccio 19066e9940 Added partial constexpr support detection ago%!(EXTRA string=11 years)
Aubrey R. Jones 5d421b27b2 Changed usage of __has_include to support Intel compiler. ago%!(EXTRA string=11 years)
Jakub Čajka 8977e6d010 Fixed (u)int64 MSB/LSB handling on BE archs ago%!(EXTRA string=11 years)
Christophe Riccio 387f931feb Fixed Visual C++ 2015 constexpr errors: Disabled only partial support ago%!(EXTRA string=11 years)
jan p springer d30aba45e0 added: operator<< for tvec1<> ago%!(EXTRA string=11 years)
Christophe Riccio 4eec569f92 Disabled GTX_scalar_multiplication for GCC, failing to build tests #242 ago%!(EXTRA string=11 years)
Christophe Riccio fe0de059b8 Cleaned up C++11 feature detections ago%!(EXTRA string=11 years)
Christophe Riccio 0ceb9e9394 packing function clean up #292 ago%!(EXTRA string=11 years)
Christophe Riccio d9290d7887 Fixed GTC_packing *pack*norm*x* build and added tests #292 ago%!(EXTRA string=11 years)
Christophe Riccio 025a4c79ff Fixed bug #293 ago%!(EXTRA string=11 years)
Christophe Riccio 1e0825028e Fixed Visual Studio natvis support for vec4 #288, Added Visual Studio natvis support for vec1, quat and dualqual types ago%!(EXTRA string=11 years)
Christophe Riccio ed3d8e17e4 Fixed warnings in F2x11_1x10 packing function in GTC_packing #295 ago%!(EXTRA string=11 years)
Christophe Riccio 54dbea6258 Fixed mat4x3 = mat2x3 * mat4x2 operator #297 ago%!(EXTRA string=11 years)
Christophe Riccio 1dce8bf200 Removed assert for perspective with zFar < zNear #298 ago%!(EXTRA string=11 years)
Christophe Riccio 07913880c4 - Fixed conflict with Xlib #define True 1 #293 ago%!(EXTRA string=11 years)