444 Commits (43b81f49fc1e98cff69a63f67d77d1e02ed7e3cd)

Author SHA1 Message Date
Christophe Riccio d9290d7887 Fixed GTC_packing *pack*norm*x* build and added tests #292 ago%!(EXTRA string=10 years)
Christophe Riccio 025a4c79ff Fixed bug #293 ago%!(EXTRA string=10 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=10 years)
Christophe Riccio ed3d8e17e4 Fixed warnings in F2x11_1x10 packing function in GTC_packing #295 ago%!(EXTRA string=10 years)
Christophe Riccio 97adb6e498 Fixed readme ago%!(EXTRA string=10 years)
Christophe Riccio 54dbea6258 Fixed mat4x3 = mat2x3 * mat4x2 operator #297 ago%!(EXTRA string=10 years)
Christophe Riccio 1dce8bf200 Removed assert for perspective with zFar < zNear #298 ago%!(EXTRA string=10 years)
Christophe Riccio 07913880c4 - Fixed conflict with Xlib #define True 1 #293 ago%!(EXTRA string=10 years)
Christophe Riccio 2336264f4e Added ARM instruction set detection ago%!(EXTRA string=11 years)
Christophe Riccio fc8b4404f0 Fixed faceforward build #289 ago%!(EXTRA string=11 years)
Christophe Riccio d5753fe37a Added display of GLM version with other GLM_MESSAGES ago%!(EXTRA string=11 years)
Christophe Riccio 4340f3fa6f Fixed C++ language restriction using GLM_FORCE_CXX** ago%!(EXTRA string=11 years)
Christophe Riccio 2117c53dbf Fixed conflict between GTX_compatibility and GTC_quaternion #286 ago%!(EXTRA string=11 years)
Christophe Riccio c556770a32 Fixed C++98 only build ago%!(EXTRA string=11 years)
Christophe Riccio 5331b67ad0 Clean up GLM_MESSAGES compilation log to report only detected capabilities ago%!(EXTRA string=11 years)
Christophe Riccio abcc46012a Added GLM_LANG_CXX14_FLAG and GLM_LANG_CXX1Z_FLAG language feature flags, Added C++14 detection ago%!(EXTRA string=11 years)
Christophe Riccio ff006034df Fixed unsupported _BitScanForward64 and _BitScanReverse64 in VC10, Fixed Visual C++ 32 bit build #283 ago%!(EXTRA string=11 years)
Christophe Riccio 459fe3a3fe Fixed Android build issue, STL C++11 is not supported by the NDK #284 ago%!(EXTRA string=11 years)
Christophe Riccio 732b40c251 Fixed 64 bits integer GTX_string_cast to_string on VC 32 bit compiler ago%!(EXTRA string=11 years)
Christophe Riccio f026e722ee Fixed missing explicit convertion when using integer log2 with *vec1 types ago%!(EXTRA string=11 years)
Christophe Riccio 6a1a673b41 Fixed C++11 explicit conversion operators detection #282 ago%!(EXTRA string=11 years)
Christophe Riccio 09083fef05 Added more log2 tests ago%!(EXTRA string=11 years)
Christophe Riccio 28aba540ee Fixed scalar uaddCarry build error with Cuda #276 ago%!(EXTRA string=11 years)
Christophe Riccio 25a57418bd Updated readme and doc ago%!(EXTRA string=11 years)
Christophe Riccio bdd723ed3b Updated deprecated compilers ago%!(EXTRA string=11 years)
Christophe Riccio bbf8857349 Updated readme ago%!(EXTRA string=11 years)
Christophe Riccio c20df07879 Updated license ago%!(EXTRA string=11 years)
Christophe Riccio d65fb97e47 Added explicit matrix cast to quaternion, updated readme #275 ago%!(EXTRA string=11 years)
Christophe Riccio 7621a735a3 Move GTC_type_aligned to GTX extensions ago%!(EXTRA string=11 years)
Christophe Riccio b062bd9ff2 First step to add GTC_type_aligned ago%!(EXTRA string=11 years)
Christophe Riccio 0bffce4f4b Optimized findMSB and findLSB ago%!(EXTRA string=11 years)
Christophe Riccio 38161f01f8 Further optimized glm::sign for signed and unsigned int #271 ago%!(EXTRA string=11 years)
Christophe Riccio 2e70698fad Optimized glm::cot #272 ago%!(EXTRA string=11 years)
Christophe Riccio afd58dcdc5 Used std features within GLM without redeclaring ago%!(EXTRA string=11 years)
Christophe Riccio c07b3b2acf Fixed float comparison warnings #270 ago%!(EXTRA string=11 years)
Christophe Riccio 2d50df61c3 Initial structure for GTC_integer ago%!(EXTRA string=11 years)
Christophe Riccio 3adf263341 Added GLM_FORCE_EXPLICIT_CTOR to require explicit type conversions #269 ago%!(EXTRA string=11 years)
Christophe Riccio 1a4bc0d8a5 Added more geometric function tests ago%!(EXTRA string=11 years)
Christophe Riccio 45645988e9 Fixed uaddCarray #253. Fixed GCC build errors. ago%!(EXTRA string=11 years)
Christophe Riccio 141c1856a7 Removed <iostream> in GLM tests, use <cstdio> instead ago%!(EXTRA string=11 years)
Christophe Riccio 0b8ca1a5b6 Added a CMake option to execute GLM performance tests. Made quat and dualquat trivially constructible #263 ago%!(EXTRA string=11 years)
Christophe Riccio 6f3765d281 First draft of GTC_round ago%!(EXTRA string=11 years)
Christophe Riccio 96b6b76312 Reorganized change list ago%!(EXTRA string=11 years)
Christophe Riccio 377d5a4046 Optimized bitCount function ago%!(EXTRA string=11 years)
Christophe Riccio 9ecf69afc4 Optimized bitfieldReverse ago%!(EXTRA string=11 years)
Christophe Riccio 2a2cd0b8d0 Fixed bad matrix-vector performance in Cuda #257, #258 ago%!(EXTRA string=11 years)
Christophe Riccio d3b368b65c Added GTC_integer, deprecated GTX_bit ago%!(EXTRA string=11 years)
Christophe Riccio 087d6292e3 Added GTC_bitfield extension, promoted GTX_bit ago%!(EXTRA string=11 years)
Christophe Riccio 0c522117c8 Opimization of mask, bitfieldInsert, bitfieldExtract and bitCount ago%!(EXTRA string=11 years)
Christophe Riccio bf9e4458b6 Added not function ago%!(EXTRA string=11 years)