christophe
|
1da632dddd
Remove has C++11 STL
|
1 month ago |
Noah Hitz
|
49942a611c
Fixed typos
|
1 year ago |
Christophe
|
f86092a658
Remove disabled warnings (#1213)
|
1 year ago |
Mark Sheppard
|
3cb568cd37
Fix Clang 15 test build errors
|
2 years ago |
SGrottel
|
104c1214ee
Avoid fp comparison of `glm::sign` return value by introducing a sign comparison helper function
|
4 years ago |
SGrottel
|
5dbba35275
Changed test functions to explicitly define comparison epsilons.
|
4 years ago |
SGrottel
|
d71dba9603
Introduced a second, less precise comparison epsilon for the tests for now.
|
4 years ago |
SGrottel
|
18d9b97aa4
Further increased comparison float epsilon, and further test batch `testEigenvectors` also failes.
|
4 years ago |
SGrottel
|
593b7cc36b
Increased float comparison epsilon to pass tests.
|
4 years ago |
SGrottel
|
a0ccbcc63d
Added further details on the comparison issue with covariance matrices on some VMs.
|
4 years ago |
SGrottel
|
d0d7945141
Additional debug output to investigate why `test-gtx_pca` fails on some VMs on Travis.
|
4 years ago |
SGrottel
|
c792a0a221
Disabled tests requiring random engine when CXX11 STL is not available.
|
4 years ago |
SGrottel
|
0f5b544d5d
Corrected errors on Xcode C++98 pure related to language extensions accidentially used.
|
4 years ago |
SGrottel
|
b8adc27808
Removed lambdas and initializer list ctors to be compatible with older cpp standards.
|
4 years ago |
SGrottel
|
dd40903b74
Implemented 'principle component analysis' utility in gtx, including tests
|
4 years ago |