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
3a65b7a628
Completed EXT_*_integer extensions
ago%!(EXTRA string=6 years)
Christophe Riccio
11c26f9edb
Fixed build problems due to printf and std::clock_t #778
ago%!(EXTRA string=7 years)
Christophe Riccio
3358f33870
Fixed Visual C++ warnings
ago%!(EXTRA string=8 years)
Christophe Riccio
7466c4a9e7
Fixed Visual C++ warnings
ago%!(EXTRA string=8 years)
Christophe Riccio
faf1da52b7
Renamed P (for precision) template argument to Q (for qualifier)
ago%!(EXTRA string=8 years)
Christophe Riccio
e76fca75a0
More consistent coding style
ago%!(EXTRA string=8 years)
Christophe Riccio
a805fb9d68
Renamed precision enum to qualifier
ago%!(EXTRA string=8 years)
Christophe Riccio
36178f91e9
More use of GLM constants
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)
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
1a95482b50
Optimized taylorCos
ago%!(EXTRA string=9 years)
Christophe Riccio
6482dd29d2
Added GLM_ENABLE_EXPERIMENTAL
ago%!(EXTRA string=9 years)
Christophe Riccio
0e1e181484
Clean up
ago%!(EXTRA string=9 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
b55ff22719
Fixed test
ago%!(EXTRA string=10 years)
Christophe Riccio
034d32c376
Fixed tests
ago%!(EXTRA string=10 years)
Christophe Riccio
08eedc6209
Added experiment for new fastCos. More sRGB tests.
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
fc8b4404f0
Fixed faceforward build #289
ago%!(EXTRA string=11 years)
Christophe Riccio
a42f84ed47
Removed GLM_TEST_ENABLE_PERF
ago%!(EXTRA string=11 years)
Christophe Riccio
3f48ffefb0
Updated license
ago%!(EXTRA string=11 years)
Christophe Riccio
9c65087f90
Fixed build on VC2010
ago%!(EXTRA string=11 years)
Christophe Riccio
0b8ca1a5b6
Added a CMake option to execute GLM performance tests. Made quat and dualquat trivially constructible #263
ago%!(EXTRA string=11 years)
Mathias Labeyrie
b3bdf83bd8
rename some vars
ago%!(EXTRA string=11 years)
Mathias Labeyrie
ef1c33d2d5
test perf fastAtan
ago%!(EXTRA string=11 years)
Mathias Labeyrie
a7b3fca0b2
test perf fastAsin
ago%!(EXTRA string=11 years)
Mathias Labeyrie
43387c81de
test perf fastAcos
ago%!(EXTRA string=11 years)
Mathias Labeyrie
c4b5fa2a93
test perf fastTan
ago%!(EXTRA string=11 years)
Mathias Labeyrie
74cfc7451a
test perf fastSin
ago%!(EXTRA string=11 years)
Mathias Labeyrie
183c7141e2
performance test for glm::fastCos
ago%!(EXTRA string=11 years)
Christophe Riccio
46e61b4f07
Added test for fastSin #231
ago%!(EXTRA string=11 years)
Christophe Riccio
2b747cbbad
Removed last references to GLM_FORCE_RADIANS
ago%!(EXTRA string=11 years)
Christophe Riccio
aeba3c6fe7
Quiet most GLM_FORCE_RADIANS messages
ago%!(EXTRA string=11 years)
Christophe Riccio
ccb25c84c7
Update copyright year
ago%!(EXTRA string=11 years)
Christophe Riccio
fbb54649b7
Added test files and fixed build errors for experimental extensions.
ago%!(EXTRA string=12 years)
Christophe Riccio
2e72af3f6d
Added test files for all GTX extensions
ago%!(EXTRA string=12 years)
Christophe Riccio
2a4434786e
Updated date
ago%!(EXTRA string=12 years)
Christophe Riccio
7e3f00d034
Added missing test files
ago%!(EXTRA string=13 years)
Christophe Riccio
417692e83c
Updated test notice
ago%!(EXTRA string=13 years)
Christophe Riccio
88d3927558
Updated copyright date
ago%!(EXTRA string=14 years)
Christophe Riccio
d17e389b3a
Updated message and precision tests
ago%!(EXTRA string=14 years)
Christophe Riccio
c6b7592246
Added files for extension tests
ago%!(EXTRA string=14 years)
Christophe Riccio
c06484ff12
Clean up
ago%!(EXTRA string=14 years)
Christophe Riccio
d8606d1825
Updated integer matrix implementation
ago%!(EXTRA string=14 years)
Christophe Riccio
e4421a9b0f
Updated copyright dates
ago%!(EXTRA string=14 years)
Christophe Riccio
c2250eba87
Added matrix_integer draft
ago%!(EXTRA string=14 years)
Christophe Riccio
2aba768990
Added extension inclusion messages
ago%!(EXTRA string=14 years)
Christophe Riccio
ba0d3bbaff
Completed swizzle operations implemenation
ago%!(EXTRA string=14 years)