274 Commits (c1377bc360b516c2437d4e47451b10249ece3354)

Author SHA1 Message Date
Christophe Riccio b3b3069491 Updated preprocessor options ago%!(EXTRA string=11 years)
Christophe Riccio ca4ed31fb6 Fixed *vec1 scalar constructor ago%!(EXTRA string=11 years)
Christophe Riccio 3556f4ad85 Clean up ago%!(EXTRA string=11 years)
Christophe Riccio 291708ce07 Added GLM_FORCE_SIZE_FUNC to replace .length() by .size() #245 ago%!(EXTRA string=11 years)
Christophe Riccio 03a01880b0 Clean up move and initialiazer lists experiments ago%!(EXTRA string=11 years)
Christophe Riccio f9484a6e9f - Moved template types from 'detail' to 'glm' namespace #239, #244 ago%!(EXTRA string=11 years)
Christophe Riccio 1e389f8efa Fixed implicit conversion from another tvec2 type to another tvec2 #241 ago%!(EXTRA string=11 years)
Christophe Riccio a08aca94f3 Progress on vec1 support ago%!(EXTRA string=11 years)
Christophe Riccio 4649717f45 Fixed GCC build #228 ago%!(EXTRA string=11 years)
Christophe Riccio 3d399aaaca Remove useless std::move, #219 ago%!(EXTRA string=11 years)
Christophe Riccio 5f7862ebec Improved linearRand: support precision and integers (#230) ago%!(EXTRA string=11 years)
Christophe Riccio e419448539 Fixed compile problems with glm::max( vec, int ) #232 ago%!(EXTRA string=11 years)
Christophe Riccio ac3c2e37f1 Rely on STL functions for GLM functions using the same prototype #233 ago%!(EXTRA string=11 years)
Christophe Riccio f916339ca7 Rely on C++11 to implement isinf and isnan ago%!(EXTRA string=11 years)
Christophe Riccio 2b747cbbad Removed last references to GLM_FORCE_RADIANS ago%!(EXTRA string=11 years)
Christophe Riccio fa6bec2f3d Added swizzle contructor tests ago%!(EXTRA string=11 years)
Christophe Riccio a0743f94aa Added full tvec1 support to tvec2 ago%!(EXTRA string=11 years)
Christophe Riccio d722b398c9 Added scalar conversion constructor ago%!(EXTRA string=11 years)
Christophe Riccio 666475a84c Fixed VC14 compiler warnings ago%!(EXTRA string=11 years)
Christophe Riccio cff845c2b4 Use pragma once ago%!(EXTRA string=11 years)
Christophe Riccio 7459161364 Updated revision fornext release ago%!(EXTRA string=11 years)
Christophe Riccio 7fe8a1944c Fixed fastDistance ambiguity #215 ago%!(EXTRA string=11 years)
Christophe Riccio c3c180559a Fixed instruction set detection with Clang #158 ago%!(EXTRA string=11 years)
Florian Euchner f8fa1513fa Fix missing @endcond ago%!(EXTRA string=11 years)
Christophe Riccio a2f4df2b1d Fixed builtin GLM_ARCH_SSE4 #204 ago%!(EXTRA string=11 years)
Christophe Riccio affd405b37 Fixed glm::isinf and glm::isnan for with Android NDK 9d #191, take 2 ago%!(EXTRA string=11 years)
Christophe Riccio e04ded9e39 Fixed glm::isinf and glm::isnan for with Android NDK 9d #191 ago%!(EXTRA string=11 years)
Christophe Riccio 9a3d7a115c Fixed build error #190 ago%!(EXTRA string=11 years)
Christophe Riccio e5ee35323a Fixed non-utf8 character #196 ago%!(EXTRA string=11 years)
Christophe Riccio 6c22a0b82f Updated version for 0.9.5.4 ago%!(EXTRA string=11 years)
Christophe Riccio 90ad883d9e Added glm.g-truc.net code samples ago%!(EXTRA string=11 years)
Christophe Riccio a5d2a63ef3 - Added workaround for a CUDA compiler bug (#186, #185) ago%!(EXTRA string=11 years)
Christophe Riccio 3f327d5e70 Fixed usubBorrw ago%!(EXTRA string=11 years)
Christophe Riccio 0b73091c7f Fixed aliasing warnings ago%!(EXTRA string=11 years)
Christophe Riccio 658d7e2788 Fixed strict aliasing warnings in GCC 4.8.1 / Android NDK 9c (#152) ago%!(EXTRA string=11 years)
Christophe Riccio 899f388921 Fixed CUDA issues (#169, #168, #183, #182) ago%!(EXTRA string=11 years)
Christophe Riccio 0d8d5af8dd Fixed CUDA_VERSION not being declared #182 ago%!(EXTRA string=11 years)
Christophe Riccio eaf3cf3056 Added missing GLM_FUNC_DECL ago%!(EXTRA string=11 years)
Christophe Riccio 19d2919ec3 Fixed version #179 ago%!(EXTRA string=11 years)
dachziegel 9fddf6225b include <cuda.h> to make sure CUDA_VERSION is defined ago%!(EXTRA string=11 years)
dachziegel 2536c4c6b6 added GLM_FUNC_DECL to avoid nvcc warnings ago%!(EXTRA string=11 years)
Christophe Riccio 13920db617 Fixed instruction set detection with GCC ago%!(EXTRA string=12 years)
Christophe 3459fcfbc1 Fixed instruction set detection on GCC ago%!(EXTRA string=12 years)
Christophe Riccio e606edf43b Added instruction set auto detection with Visual C++ using _M_IX86_FP - /arch compiler argument ago%!(EXTRA string=12 years)
Christophe Riccio 2b17a90859 Fixed declaration and definition mismatch ago%!(EXTRA string=12 years)
Christophe Riccio 7ce6df4078 Fixed sqrt ambiguity ago%!(EXTRA string=12 years)
Christophe Riccio 31ec3eed97 Clean up initializer list code. ago%!(EXTRA string=12 years)
Christophe Riccio a8fd81850f Tentative fix for strict aliasing warning in GCC 4.8.1 / Android NDK 9c (#152) ago%!(EXTRA string=12 years)
Christophe Riccio a310855d23 Fixed undefined reference to fastInverseSqrt (#161) ago%!(EXTRA string=12 years)
Christophe Riccio 1d981dd344 Fixed initializer list ambiguity (#159, #160) ago%!(EXTRA string=12 years)