Christophe Riccio
947b07cbc4
remove template alias for more compiler support and simplified swizzle expression implementation #584
ago%!(EXTRA string=8 years)
Christophe Riccio
4dd748f380
Renamed tvec into vec
ago%!(EXTRA string=8 years)
John McFarlane
506a487d24
parameterize number of dimensions of vector in tvec<D, T, P>
...
- specializes for 1, 2, 3 and 4-dimensional vector types
which are then aliased as tvec1, tvec2, tvec3 and tvec4
- requires C++11 aliases; breaks compatability with C++03
- tested on:
- clang-3.5.2, clang-3.8.0
- gcc 4.8.5, gcc 5.4.1, gcc 6.2.0
TODO:
- still uses template template parameters - most can probably be removed
- some definitions might now be de-duplicated
ago%!(EXTRA string=8 years)
Christophe Riccio
dd48b56e44
Updated list of supported compilers
ago%!(EXTRA string=9 years)
Christophe Riccio
2dda5af72c
Fixed GCC 4.5 and older build #566
ago%!(EXTRA string=9 years)
Christophe Riccio
29f600dfbb
Fixed warnings
ago%!(EXTRA string=9 years)
Christophe Riccio
58c5e0ef4d
Fixed intersectRayTriangle #6
ago%!(EXTRA string=9 years)
Christophe Riccio
2ea3cd5d7b
Fixed GLM test warning
ago%!(EXTRA string=9 years)
Christophe Riccio
f26628f661
Fixed GLM test warning
ago%!(EXTRA string=9 years)
Christophe Riccio
3cdb61c4a0
Fixed GLM test warning
ago%!(EXTRA string=9 years)
Christophe Riccio
bb1debc9e1
Fixed GLM test warning
ago%!(EXTRA string=9 years)
Christophe Riccio
d39749d1d6
Fixed GLM test warning
ago%!(EXTRA string=9 years)
Christophe Riccio
1a95482b50
Optimized taylorCos
ago%!(EXTRA string=9 years)
Christophe Riccio
feef0fb5b9
Fixed Visual C++ 2013 test build
ago%!(EXTRA string=9 years)
Christophe Riccio
9755dea062
Quicker unit tests
ago%!(EXTRA string=9 years)
Christophe Riccio
c83e38f9fb
Prevent TravisCI timeout, shorter test
ago%!(EXTRA string=9 years)
Christophe Riccio
5b9d5cae99
Fixed tests
ago%!(EXTRA string=9 years)
Christophe Riccio
572e407d60
Fixed build
ago%!(EXTRA string=9 years)
Christophe Riccio
1253c6a218
Removed debut code
ago%!(EXTRA string=9 years)
Christophe Riccio
d4019aab40
Moved color_encoding to experimental
ago%!(EXTRA string=9 years)
Christophe Riccio
37e7b6d649
Graft fix for issue 212
ago%!(EXTRA string=9 years)
Christophe Riccio
7b78138409
Removed debug code
ago%!(EXTRA string=9 years)
Christophe Riccio
c8e7962fa2
Fixed GTC_packing test on GCC and GLM_ARCH_PURE #577
ago%!(EXTRA string=9 years)
Christophe Riccio
32cfecba97
Optimized GTC_packing implementation
ago%!(EXTRA string=9 years)
Christophe Riccio
3cc726c7a4
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
f26f21fd9d
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
1349bd5555
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
eb336d64f1
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
b3cbed5a1e
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
b08d8b95bd
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
c4666ea14c
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
dffcb04e60
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
1c17d9a27f
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
8bd73b2a3a
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
8b160c0201
It looks like GLM has a but that travis CI shows in this configuration #577
ago%!(EXTRA string=9 years)
Christophe Riccio
9f6a96f65d
Workaround GCC tests failure
ago%!(EXTRA string=9 years)
Christophe Riccio
f882bf5909
Fixed Visual C++ 2013 test build
ago%!(EXTRA string=9 years)
Christophe Riccio
a3427f7027
Fixed build system error
ago%!(EXTRA string=9 years)
Christophe Riccio
7e4007d427
Updated GLI version used in GLM tests
ago%!(EXTRA string=9 years)
Christophe Riccio
6482dd29d2
Added GLM_ENABLE_EXPERIMENTAL
ago%!(EXTRA string=9 years)
Christophe Riccio
a17f795aaf
Added GTX_vec_swizzle, faster compile time swizzling then swizzle operator #558
ago%!(EXTRA string=9 years)
Christophe Riccio
c4f52dc98f
Added test for quat type component length() static #565
ago%!(EXTRA string=9 years)
Christophe Riccio
535040b207
Made quat, vec, mat type component length() static #565
ago%!(EXTRA string=9 years)
Christophe Riccio
9298939816
length becomes a static function #565
ago%!(EXTRA string=9 years)
Christophe Riccio
a2684a8fe5
- Added lowp variant of GTC_colorspace convertLinearToSRGB #419
ago%!(EXTRA string=9 years)
Christophe Riccio
e4c559b29b
Added RGBM encoding in GTC_packing #420
ago%!(EXTRA string=9 years)
Christophe Riccio
1c85265f97
Added Visual C++ 15 detection, Added Clang 4.0 detection, Refactored GLM_COMPILER_VC values
ago%!(EXTRA string=9 years)
Christophe Riccio
19a6d64e8c
Fixed Visual C++ constexpr build error #555 , #556
ago%!(EXTRA string=9 years)
Christophe Riccio
b7a286b186
Renamed test
ago%!(EXTRA string=9 years)
Christophe Riccio
f5f8620056
Added pure test
ago%!(EXTRA string=9 years)