Christophe Riccio
872aa9d8ec
Improved ***PowerOfTwo
ago%!(EXTRA string=9 years)
Christophe Riccio
68ec048b70
Fixed roundPowerOfTwo and floorPowerOfTwo #503
ago%!(EXTRA string=9 years)
Christophe Riccio
76d12fb602
Fixed roundPowerOfTwo and floorPowerOfTwo #503
ago%!(EXTRA string=9 years)
Paul Konstantin Gerke
239cf70ade
Fixed: outerProduct was defined incorrectly for unmatched vecX types. E.g. outerProduct(vec2, vec4) did not succeed because the matrix return types were wrong. The computing function seemed fine. I used https://en.wikipedia.org/wiki/Outer_product as reference on what the number of columns/rows ''should'' be and fixed it so that it matches the description from wikipedia
...
Added: tests for outerProduct with unmatched vector dimensions (actually testing all combinations now)
ago%!(EXTRA string=9 years)
Joonas Sarajärvi
bc09ecf898
setup: detect GCC 6.0
ago%!(EXTRA string=9 years)
humbletim
5d46e5186d
remove extraneous test block
ago%!(EXTRA string=9 years)
Adrian Krupa
c9400562ec
Fixed build
ago%!(EXTRA string=9 years)
humbletim
52c9f124e3
Fixed ldexp and frexp compilation errors
ago%!(EXTRA string=9 years)
Christophe Riccio
1936921ec7
Fixed log from GTX_lob_base build error with tests #470 , #471
ago%!(EXTRA string=9 years)
Christophe Riccio
11f05cea58
Fixed affineInverse test #192
ago%!(EXTRA string=10 years)
Christophe Riccio
f384e18a78
Added tests for affineInverse #192
ago%!(EXTRA string=10 years)
Christophe Riccio
06ad5a2cd4
Fixed GTC_packing unpackUnorm3x10_1x2 #414
ago%!(EXTRA string=10 years)
Sebastian Rettenberger
8af1d0ce2d
Add test for floorMultiple/ceilMultiple (float only)
ago%!(EXTRA string=10 years)
Christophe Riccio
47c77475a9
- Improved overall execution time of unit tests #396
ago%!(EXTRA string=10 years)
Christophe Riccio
af10e20f68
Fixed core_func_integer test
ago%!(EXTRA string=10 years)
Christophe Riccio
0dd4cc4356
Fixed test
ago%!(EXTRA string=10 years)
Christophe Riccio
992a56089b
Fixed excessive GTX_fast_trigonometry execution time #396
ago%!(EXTRA string=10 years)
Christophe Riccio
70234afb49
Fixed warnings
ago%!(EXTRA string=10 years)
Christophe Riccio
debed28149
Fixed link errors on compilers not supported default function #377
ago%!(EXTRA string=10 years)
Christophe Riccio
be983bd7cb
Added test
ago%!(EXTRA string=10 years)
Christophe R
79f6d92c8a
Added GLM_SIMD to enable automatic SIMD code generation for generic GLM types #235 #370
ago%!(EXTRA string=10 years)
Christophe R
f9535f2398
Trying to reproduce #235
ago%!(EXTRA string=10 years)
Christophe Riccio
bc0f5317fd
Updated documentation
ago%!(EXTRA string=10 years)
Christophe Riccio
5437d49cf2
Renamed GTC_color to GTC_color_space
ago%!(EXTRA string=10 years)
Christophe Riccio
d6ae2fd694
Fixed matrix conversions and added unit tests #371
ago%!(EXTRA string=10 years)
Christophe Riccio
1e502c0919
Fixed decompose warnings #373
ago%!(EXTRA string=10 years)
Christophe Riccio
afa193704c
Fixed interactions with GLM_FORCE_NO_CTOR_INIT and default functions #366
ago%!(EXTRA string=10 years)
Christophe Riccio
53e494bea9
Removed GTX_multiple
ago%!(EXTRA string=10 years)
Christophe Riccio
a56a40e1f2
Added support of defaulted functions to GLM types, to use them in unions #366
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
2a947b7ff1
Add GLM_META_PROG_HELPERS tests to each type
...
- Add new tests to the matrix types
- Add vector tests to use the static values instead of constants
- Wrap the quaternion tests in #ifdefs
- Add new tests to the simdMat4 and simdVec4 tests
ago%!(EXTRA string=10 years)
Christophe Riccio
f7751bfb06
Added support of defaulted functions to *vec* types #366
ago%!(EXTRA string=10 years)
Christophe Riccio
b55ff22719
Fixed test
ago%!(EXTRA string=10 years)
Christophe Riccio
034d32c376
Fixed tests
ago%!(EXTRA string=10 years)
Christophe Riccio
562ab0b559
Test fix and warning fixes #364
ago%!(EXTRA string=10 years)
Christophe Riccio
1e0cf75b2f
More testing
ago%!(EXTRA string=10 years)
Christophe Riccio
f96887863d
Added a heap allocation test
ago%!(EXTRA string=10 years)
Christophe Riccio
76bd630bbd
Fixed isfinite with C++98 compilers #343
ago%!(EXTRA string=10 years)
Christophe Riccio
dcfddb75b8
Updated list of compiler versions
ago%!(EXTRA string=10 years)
Christophe Riccio
4f7afb272f
Fixed GCC build, GLM_META_PROG_HELPERS unsupported with GCC 4.6
ago%!(EXTRA string=10 years)
Christophe Riccio
c90f7b0973
Fixed build
ago%!(EXTRA string=10 years)
Christophe Riccio
6f1b7c24ce
Fixed build
ago%!(EXTRA string=10 years)
Christophe Riccio
357eaf7071
Fixed warnings
ago%!(EXTRA string=10 years)
Jesse Talavera-Greenberg
a9c26d065b
Add static components and prec members to all vector and quaternion types
ago%!(EXTRA string=10 years)
Christophe Riccio
0141954756
Added mirror repeat
ago%!(EXTRA string=10 years)
Christophe Riccio
ff1f50bb15
Added GTX_wrap
ago%!(EXTRA string=10 years)
Christophe Riccio
08eedc6209
Added experiment for new fastCos. More sRGB tests.
ago%!(EXTRA string=10 years)
Christophe Riccio
099bef4d16
Fixed GCC build
ago%!(EXTRA string=10 years)
Christophe Riccio
a472f50767
Fixed C++98 build
ago%!(EXTRA string=10 years)
Christophe Riccio
042270d049
Added 'fmod' overload to GTX_common with tests, Removed integer specification for 'mod' in GTC_integer #308
ago%!(EXTRA string=10 years)
Christophe Riccio
387df50459
Updated GTC_color
ago%!(EXTRA string=10 years)