108 Commits (d666b5e533ac832241fc0dca2a6954ac2c0805d6)

Author SHA1 Message Date
Christophe Riccio 638d49b549 Added static assert to test the argument 'a' type of 'mix' function ago%!(EXTRA string=12 years)
Christophe Riccio 926c8d159c Fixed mix function link error ago%!(EXTRA string=12 years)
Christophe Riccio dd272c52ee Fixed non power of two matrix products ago%!(EXTRA string=12 years)
Christophe Riccio c3e4881833 Fixed warnings with the Android NDK 9c (#156) ago%!(EXTRA string=12 years)
Christophe Riccio ccb25c84c7 Update copyright year ago%!(EXTRA string=12 years)
Christophe Riccio 6b2ecaaf42 Clean up ago%!(EXTRA string=12 years)
Christophe Riccio 6f7eb97b87 Move content of core directory into detail directory. Reduced dependencies to glm.hpp. ago%!(EXTRA string=12 years)
Christophe Riccio 086706caa5 Improved static assert messages ago%!(EXTRA string=12 years)
Christophe Riccio f911117407 Replace glm::detail::type traits by std::numerical_limits traits ago%!(EXTRA string=12 years)
Christophe Riccio f228d42910 Fixed template parameter name ago%!(EXTRA string=12 years)
Christophe Riccio f6277af56f Replaced detail::type by std::numerical_limits ago%!(EXTRA string=12 years)
Christophe Riccio 5dc52c722c Added mat4 initializer experiment ago%!(EXTRA string=12 years)
Felix Ungman 19808e30e2 Fixed static_assert errors ago%!(EXTRA string=12 years)
Christophe Riccio 08c95429fe Fixed build on GCC ago%!(EXTRA string=12 years)
Christophe Riccio aa0b2a5e28 Fixed ldexp and frexp implementations ago%!(EXTRA string=12 years)
Christophe Riccio dddcbe58e6 Factorized float to uint and co function code. ago%!(EXTRA string=12 years)
Christophe Riccio d37d3539ed - Fixed ldexp implementation ago%!(EXTRA string=12 years)
Christophe Riccio f9b944bd31 Fixed an overload resolution bug generating chains of convertions. ago%!(EXTRA string=12 years)
Christophe Riccio 0ff1026dbb Removed value_type and size_type ago%!(EXTRA string=12 years)
Christophe Riccio b9266c07b0 Using C++ casts ago%!(EXTRA string=12 years)
Christophe Riccio 25a5c21a24 Initial build with half types removed ago%!(EXTRA string=12 years)
tszirr 216ad4c34d Add more missing GLM_FUNC_QUALIFIERs ago%!(EXTRA string=12 years)
Christophe Riccio c14e2d7fbc Added precision template parameter ago%!(EXTRA string=12 years)
Christophe Riccio dab66f81e5 Fixed mix function for bool and bvec* type third parameter, issue #59 ago%!(EXTRA string=13 years)
Christophe Riccio 003c547e43 Fixed isnan and isinf on Android with Clang, issue #54 ago%!(EXTRA string=13 years)
Christophe Riccio 2a4434786e Updated date ago%!(EXTRA string=13 years)
Christophe Riccio a4aa39f9bd Fixed 0x2013 dash character in comments that cause issue in Windows ago%!(EXTRA string=13 years)
Christophe Riccio 115c7fc64a Added specific code path to isnan and isinf for CUDA, issue #35 ago%!(EXTRA string=13 years)
Christophe Riccio 82832839c2 Resolved issue #24, incorrect assert messages for step and smoothstep ago%!(EXTRA string=13 years)
Christophe Riccio 931b7bcdd6 Fixed issue #18 glm::clamp and NaN's ago%!(EXTRA string=13 years)
Christophe Riccio 4d3af10700 Fixed space characters ago%!(EXTRA string=13 years)
Christophe Riccio 1fb8bec873 Fixed abs function for half based types ago%!(EXTRA string=13 years)
Christophe Riccio 1dda2390e5 Fixed warnings on MacOS X ago%!(EXTRA string=13 years)
Christophe Riccio 8c4ea6ebb2 Fixed isnan on GCC ago%!(EXTRA string=13 years)
Christophe Riccio 1eac545656 Fixed Intel compiler detection ago%!(EXTRA string=13 years)
Christophe Riccio b012c80771 Fixed isnan for Intel compiler ago%!(EXTRA string=13 years)
Christophe Riccio c2eea6da26 Removed floor_log2, comment that isnan and isinf are not working on MinGW ago%!(EXTRA string=13 years)
Christophe Riccio 1822f9dd04 Added Intel compiler support ago%!(EXTRA string=13 years)
Christophe Riccio ac0c938442 Fixed VC warning ago%!(EXTRA string=13 years)
Christophe Riccio a5fdf3c1bf Fixed ticket #182, isnan and isinf conflicts ago%!(EXTRA string=13 years)
Christophe Riccio 88d3927558 Updated copyright date ago%!(EXTRA string=14 years)
Christophe Riccio 099a37205d Fixed ticket #160, using isnan for isinf impl ago%!(EXTRA string=14 years)
Christophe Riccio f18ad6bf2e Updated doxygen documentation ago%!(EXTRA string=14 years)
Christophe Riccio dd244d8d25 Fixed MinGW roundEven bug ago%!(EXTRA string=14 years)
Christophe Riccio c516145130 Fixed ticket #144 < instead of <= ago%!(EXTRA string=14 years)
Christophe Riccio 7f153a2b62 Fixed modf ago%!(EXTRA string=14 years)
Christophe Riccio 173b009d1f Fixed isnan and isinf on Android ago%!(EXTRA string=14 years)
Christophe Riccio a11aa14e86 Added platform detection ago%!(EXTRA string=14 years)
Christophe Riccio 6525d84e3b Fixed android build ago%!(EXTRA string=14 years)
Christophe Riccio 6c00ffa1b4 Fixed roundEven implementation, tests are now passing ago%!(EXTRA string=14 years)