1250 Commits (b101e8f3de31af8c06932e03a447fd1c67ff5fa4)

Author SHA1 Message Date
Christophe b101e8f3de Fixed SIMD implementation #1222 ago%!(EXTRA string=1 year)
Christophe 90f2b025b1 Fixed EXT_matrix_transform inverted shear matrix multiple #1140 #1182 ago%!(EXTRA string=1 year)
Christophe 9e72e5ae67 Fix and ignore warnings ago%!(EXTRA string=1 year)
Laurent Caumont 7f2a5b89b3 Simd improvement ago%!(EXTRA string=1 year)
Christophe 88a6ed6ee1 Visual C++: Enables /Wall ago%!(EXTRA string=1 year)
Christophe 4eb3fe1d7d fcomp: Fix build in C++98 mode ago%!(EXTRA string=1 year)
Maximilian Sackel c9ca4dc77c Implementing fcompMin / fcompMax, closes g-truc/glm#1215 ago%!(EXTRA string=1 year)
Christophe 7b53739128 Only enable compiler warnings and warnings as error on unit tests ago%!(EXTRA string=1 year)
Christophe 31a5f56a7c Fix epsilon not declared in color_space.inl #1233 ago%!(EXTRA string=1 year)
Christophe f86092a658
Remove disabled warnings (#1213) ago%!(EXTRA string=1 year)
Christophe b6618171dd
Fix GLM_GTX_hash (#1202) ago%!(EXTRA string=1 year)
Christophe a40974fb86
Test multiple platforms to test multiple compiler versions (#1199) ago%!(EXTRA string=1 year)
Christophe cf69137d6d quaternion: Revert #1069 ago%!(EXTRA string=1 year)
Christophe d6e24170b4 Nan is not supported with C++98 ago%!(EXTRA string=1 year)
Christophe 0ceaba1da9 Nan is not supported with C++98 ago%!(EXTRA string=1 year)
Christophe 0d52d5ddab Fix master build ago%!(EXTRA string=1 year)
Christophe 557f5f2731 Fix test ago%!(EXTRA string=1 year)
Christophe 92e945cc8a GLM_EXT_vector_integer: add integer mix tests ago%!(EXTRA string=1 year)
christophe 4681c5b347 Fix lib build dependent of test build ago%!(EXTRA string=1 year)
christophe 820557cf31 Fix GTC_matrix_transform test for C++98 ago%!(EXTRA string=1 year)
azhirnov ed1059731f add infinitePerspectiveRH_ZO ago%!(EXTRA string=1 year)
azhirnov 9cb19aa43f Added infinitePerspectiveLH_ZO and tests ago%!(EXTRA string=1 year)
Christophe 5ae05c9296 Fix GLM_DISABLE_AUTO_DETECTION error with Werror on Windows ago%!(EXTRA string=1 year)
Christophe 971f22222e C.I. Fix timeout ago%!(EXTRA string=1 year)
Christophe 66991e59aa Fix bitCount test version ago%!(EXTRA string=1 year)
Christophe 641bb363a7 gni ago%!(EXTRA string=1 year)
Christophe edecbf1c59 Revert "Add support for non aligned SIMD for vec4" ago%!(EXTRA string=1 year)
Christophe 2d38c41161 Fixes for tests build ago%!(EXTRA string=1 year)
Laurent Caumont c2c1d15592 fix cmake version ago%!(EXTRA string=1 year)
Laurent Caumont 1b0f61e285 Add support for non aligned SIMD for vec4 ago%!(EXTRA string=1 year)
Mark Sheppard 3cb568cd37 Fix Clang 15 test build errors ago%!(EXTRA string=2 years)
Thomas Perl 4afe953bff gtx_matrix_decompose: Add glm::recompose() ago%!(EXTRA string=2 years)
tetrisplusplus 2af53d5981 Added test_isOrthogonal for zero matrix ago%!(EXTRA string=2 years)
olga 97e09aa304 Fix round test ago%!(EXTRA string=2 years)
Thibault de Villèle [UM] 1c18fca789 Fix GLM_EXT_matrix_common : row to column-major ago%!(EXTRA string=3 years)
Thibault de Villèle [UM] 48e1ff3fee Add glm::abs() function for the glm::mat<> class ago%!(EXTRA string=3 years)
Charles Huber 4b6284e39d GCC: Fix noexcept warnings on hash functions ago%!(EXTRA string=3 years)
arikanli 0f318f63af feat: add shearing matrix operation on matrix_transfom ago%!(EXTRA string=3 years)
SGrottel 104c1214ee Avoid fp comparison of `glm::sign` return value by introducing a sign comparison helper function ago%!(EXTRA string=4 years)
SGrottel 5dbba35275 Changed test functions to explicitly define comparison epsilons. ago%!(EXTRA string=4 years)
SGrottel d71dba9603 Introduced a second, less precise comparison epsilon for the tests for now. ago%!(EXTRA string=4 years)
SGrottel 18d9b97aa4 Further increased comparison float epsilon, and further test batch `testEigenvectors` also failes. ago%!(EXTRA string=4 years)
SGrottel 593b7cc36b Increased float comparison epsilon to pass tests. ago%!(EXTRA string=4 years)
SGrottel a0ccbcc63d Added further details on the comparison issue with covariance matrices on some VMs. ago%!(EXTRA string=4 years)
SGrottel d0d7945141 Additional debug output to investigate why `test-gtx_pca` fails on some VMs on Travis. ago%!(EXTRA string=4 years)
SGrottel c792a0a221 Disabled tests requiring random engine when CXX11 STL is not available. ago%!(EXTRA string=4 years)
SGrottel 0f5b544d5d Corrected errors on Xcode C++98 pure related to language extensions accidentially used. ago%!(EXTRA string=4 years)
SGrottel b8adc27808 Removed lambdas and initializer list ctors to be compatible with older cpp standards. ago%!(EXTRA string=4 years)
SGrottel dd40903b74 Implemented 'principle component analysis' utility in gtx, including tests ago%!(EXTRA string=4 years)
Gaoyang Zhang de7c83f1b6 Update test for GLM_FORCE_QUAT_DATA_XYZW ago%!(EXTRA string=4 years)