Khem Raj
d2b9bbb911
Fix Wimplicit-int-float-conversion warnings with clang 10+
...
This is a new warning in clang which will be available in clang 10
onwards
Fixes
error: implicit conversion from 'const int' to 'float' may lose precision [-Werror,-Wimplicit-int-float-conversion]
ago%!(EXTRA string=5 years)
Christophe Riccio
a4b4db24bd
Fixed test target
ago%!(EXTRA string=6 years)
Christophe Riccio
919e72f5dd
Fixed equal ULP variation when using negative sign #965
ago%!(EXTRA string=6 years)
Christophe Riccio
11089f6d7e
Move CMake tests configuration in the test directory CMakeLists.txt
ago%!(EXTRA string=6 years)
Will Usher
224433b9ae
Add a CMake Package config
...
- Also fix clang 7 use on travis CI
ago%!(EXTRA string=6 years)
Will Usher
15158e8aa9
Add a CMake Package config
ago%!(EXTRA string=6 years)
tnixeu
49d89a0009
uses all variables in test
ago%!(EXTRA string=6 years)
Krzysztof Kurek
11b88192e8
Actually fix the tests
ago%!(EXTRA string=6 years)
Stefan Maass
e7d51a3838
bugfix intersection ray/plane, added related tests
ago%!(EXTRA string=6 years)
Sebastian Buchwald
7b06a984af
Let test return the number of errors
ago%!(EXTRA string=6 years)
Christophe Riccio
61b2a73e21
Fixed missing std:: namespace #898
ago%!(EXTRA string=6 years)
Christophe
163f0d162d
Tentative fix build
ago%!(EXTRA string=6 years)
Christophe
29987a3100
Fixed prevPowerOfTwo build
ago%!(EXTRA string=6 years)
Christophe
a87784c125
Fixed C++98 build
ago%!(EXTRA string=6 years)
Liam Adams
a78024d2bf
Add testing of lMaxNorm.
ago%!(EXTRA string=6 years)
Liam Adams
8f7d378116
Add testing of lxNorm.
ago%!(EXTRA string=6 years)
Christophe
947527d3ac
Fixed string_cast, broken after fixing #916
ago%!(EXTRA string=6 years)
Christophe
69622b2954
Fixed perf test results
ago%!(EXTRA string=6 years)
Christophe
4074dfcf07
Added findNSB functions and tests
ago%!(EXTRA string=6 years)
Christophe
3a65b7a628
Completed EXT_*_integer extensions
ago%!(EXTRA string=6 years)
Christophe
3288df2f89
Added EXT_vector_integer test
ago%!(EXTRA string=6 years)
Christophe Riccio
9c831a1a76
Added performance tests
ago%!(EXTRA string=6 years)
Christophe Riccio
a91fb705db
Added EXT_vector_integer extension
ago%!(EXTRA string=6 years)
Christophe Riccio
07c6d56b5f
Added initial work for integer vector and scalar functions
ago%!(EXTRA string=6 years)
Christophe Riccio
13d2cea73f
Added
ago%!(EXTRA string=6 years)
Christophe Riccio
229b762c31
Added Visual C++ 2019 detection
ago%!(EXTRA string=6 years)
Khem Raj
1150952697
glm: Remove redundant double semi-colons
...
Make clang happy
/glm/gtc/../ext/../detail/../simd/common.h:106:45: error: empty expression statement has no effect; remove unnecessary ';' to silence this warning [-Werror,-Wextra-semi-stmt]
| glm_vec4 const or0 = _mm_or_ps(and0, and1);;
| ^
| 1 error generated.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
ago%!(EXTRA string=6 years)
Christophe Riccio
6492c8593f
- Added mix implementation for matrices in EXT_matrix_common #842
ago%!(EXTRA string=6 years)
Christophe Riccio
daf14f0f74
Added bitfieldRotate tests #862
ago%!(EXTRA string=6 years)
Christophe Riccio
ef9d65e0c6
Added GLM_FORCE_INTRINSICS define
ago%!(EXTRA string=6 years)
Florian Penzkofer
d0ae3f966e
Fix bitfieldInsert according to GLSL spec
...
"bitfieldInsert inserts the bits least significant bits of insert into base at offset offset..."
ago%!(EXTRA string=7 years)
Christophe Riccio
abff0a39ac
Fixed build
ago%!(EXTRA string=7 years)
Christophe Riccio
3d26f49775
Added GLM_FORCE_ALIGNED_GENTYPES to enable aligned types and SIMD instruction are not enabled. This disable constexpr #816
ago%!(EXTRA string=7 years)
Christophe Riccio
81d626daf6
Added test for #764
ago%!(EXTRA string=7 years)
Christophe Riccio
76683aa287
Added vector ulp functions
ago%!(EXTRA string=7 years)
Christophe Riccio
32573c86ec
Fixed double tests
ago%!(EXTRA string=7 years)
Christophe Riccio
e259e2789d
Fixed double tests
ago%!(EXTRA string=7 years)
Christophe Riccio
84d5e96144
Clean up dead files
ago%!(EXTRA string=7 years)
Christophe Riccio
21d0092f6a
Fixed simplex noise build with double #734
ago%!(EXTRA string=7 years)
Christophe Riccio
59cae7b5cb
Added constant time ULP distance between float #121
ago%!(EXTRA string=7 years)
Christophe Riccio
0f4a597f10
Added matrix relationak function taking ULPs
ago%!(EXTRA string=7 years)
Christophe Riccio
d5df61aa66
Fixed tests
ago%!(EXTRA string=7 years)
Christophe Riccio
635ff4ef2d
Added GLM_FORCE_SILENT_WARNINGS to silent GLM warnings when using language extensions but using W4 or Wpedantic warnings #814 #775
ago%!(EXTRA string=7 years)
Christophe Riccio
9c8a348e21
Clean up test
ago%!(EXTRA string=7 years)
Christophe Riccio
fe83040cbd
Fixed default initialization with vector and quaternion types using GLM_FORCE_CTOR_INIT #812
ago%!(EXTRA string=7 years)
Christophe Riccio
72327cea4f
Added equal and notEqual overload with max ULPs parameters for scalar numbers #121
ago%!(EXTRA string=7 years)
Christophe Riccio
c334499931
Fixed Clang 3.6 build
ago%!(EXTRA string=7 years)
Christophe Riccio
d479d5bf35
Tentative fix Travis
ago%!(EXTRA string=7 years)
Christophe Riccio
7c445ee93d
Clean up GLM_FORCE_DEFAULT_ALIGNED_GENTYPES
ago%!(EXTRA string=7 years)
Christophe Riccio
f56011fb20
Fixed aligned test on compilers that doesn't support it
ago%!(EXTRA string=7 years)