Christophe Riccio
5d77861141
Fixed warnings
ago%!(EXTRA string=8 years)
Christophe Riccio
b936761960
Fixed warnings
ago%!(EXTRA string=8 years)
Christophe Riccio
ac8d625d23
Fixed warnings
ago%!(EXTRA string=8 years)
Christophe Riccio
2cc0c53da7
Fixed warnings
ago%!(EXTRA string=8 years)
Christophe Riccio
f5dde80e2e
Fixed warnings
ago%!(EXTRA string=8 years)
Christophe Riccio
5a747d2ae5
Fixed warnings
ago%!(EXTRA string=8 years)
Christophe Riccio
32054a8fdf
Fixed warnings with -Weverything
ago%!(EXTRA string=8 years)
Christophe Riccio
59c11d9531
Tentative fix test with Clang
ago%!(EXTRA string=8 years)
Christophe Riccio
a41c4d83d2
Fixed warning tests
ago%!(EXTRA string=8 years)
Christophe Riccio
e7faf1b683
Fixed GTC_bit_field build
ago%!(EXTRA string=8 years)
Christophe Riccio
3a3653cfe5
Fixed bitfieldInterleave test
ago%!(EXTRA string=8 years)
Christophe Riccio
49435a09da
Fixed warings generated using -Weverything
ago%!(EXTRA string=8 years)
Christophe Riccio
aa026cc0da
Removed glm::uninitialize
ago%!(EXTRA string=8 years)
Christophe Riccio
c933f6e591
Clean up GLM_FORCE_NO_CTOR_INIT and fixed tests
ago%!(EXTRA string=8 years)
Christophe Riccio
412b562200
Added packing functions for integer vectors #639
ago%!(EXTRA string=8 years)
Christophe Riccio
cad2c545f6
Fixed bitfield test failure #631
ago%!(EXTRA string=8 years)
Christophe Riccio
96adec5f5e
Added Z-order experiments
ago%!(EXTRA string=8 years)
Christophe Riccio
5459e93446
Added bitfield interleave implementation
ago%!(EXTRA string=8 years)
Christophe Riccio
7fdf3c34df
Added packing tests
ago%!(EXTRA string=8 years)
Christophe Riccio
7839b862e8
Fixed build
ago%!(EXTRA string=8 years)
Christophe Riccio
c2fe3fccf6
Use length_t instead of int for vec and mat lengths #584
ago%!(EXTRA string=8 years)
Christophe Riccio
947b07cbc4
remove template alias for more compiler support and simplified swizzle expression implementation #584
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
29f600dfbb
Fixed warnings
ago%!(EXTRA string=9 years)
Christophe Riccio
9755dea062
Quicker unit tests
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
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
c4f52dc98f
Added test for quat type component length() static #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
7d73a5d320
Fixed test
ago%!(EXTRA string=9 years)