Groove
e280eb9d6c
Fixed build
ago%!(EXTRA string=7 years)
Groove
da8b136419
Fixed build
ago%!(EXTRA string=7 years)
Groove
16106b2e3e
Added C++17 detection, added VC language version detection, clean up alignment type, clean up swizzle operator detection
ago%!(EXTRA string=7 years)
Groove
bd2c7070d7
Fixed build
ago%!(EXTRA string=7 years)
Groove
c5386c05f9
More constexpr experiments
ago%!(EXTRA string=7 years)
Groove
5ddfa3f8a9
More constexpr test
ago%!(EXTRA string=7 years)
Groove
50bd4b0711
Initial work on more constexpr support in GLM
ago%!(EXTRA string=7 years)
Christophe Riccio
ce644e01bb
Removed useless copy assignment operators
ago%!(EXTRA string=7 years)
Christophe Riccio
7ed97b4cab
Fixed GCC build
ago%!(EXTRA string=7 years)
Christophe Riccio
dee806ea3f
Use initializer lists for matrix constructor
ago%!(EXTRA string=7 years)
Christophe Riccio
d746c1eba9
Fixed default and constexpr build issues
ago%!(EXTRA string=7 years)
Christophe Riccio
e48c5ae892
More use of initializer lists
ago%!(EXTRA string=7 years)
Christophe Riccio
3308b75836
Use initializer lists constructors for mat2
ago%!(EXTRA string=7 years)
Groove
65f1fb25bb
Redesigned constexpr support which excludes both SIMD and constexpr #783
ago%!(EXTRA string=7 years)
Groove
e264f3f17c
Fixed test build
ago%!(EXTRA string=7 years)
Groove
baca827371
Redesigned constexpr support which supports both SIMD and constexpr on Clang #783
ago%!(EXTRA string=7 years)
Groove
f95abf2c27
Added more constexpr tests #783
ago%!(EXTRA string=7 years)
Groove
d3a2542c77
Fixed build
ago%!(EXTRA string=7 years)
Groove
c06993191f
Added initial constexpr tests #783
ago%!(EXTRA string=7 years)
Groove
13ef0f92bc
Added detection of Visual C++ 2017 toolsets
ago%!(EXTRA string=7 years)
Groove
f889ac0bfe
Added initial constexpr tests #783
ago%!(EXTRA string=7 years)
Groove
398e66ac32
Redesigned constexpr support which requires disable GLM SIMD on Visual C++ #783
ago%!(EXTRA string=7 years)
Groove
cdcc9467d0
Fixed core_type_vec4 tests
ago%!(EXTRA string=7 years)
Groove
3a1787795e
Fixed warning
ago%!(EXTRA string=7 years)
Groove
213a66f9bf
- Added missing vec1 based constructors
ago%!(EXTRA string=7 years)
Groove
ec261bd21b
Added vec1 based constructors to vec4 with tests and fixed build
ago%!(EXTRA string=7 years)
Groove
f5e27805af
Added vec1 based constructors to vec3 with tests and fixed build
ago%!(EXTRA string=7 years)
Groove
97ad14cf82
Added vec1 based constructors to vec2 zith tests and started vec3
ago%!(EXTRA string=7 years)
Christophe Riccio
0d973b40a4
Fixed int mod
ago%!(EXTRA string=7 years)
Christophe Riccio
11c26f9edb
Fixed build problems due to printf and std::clock_t #778
ago%!(EXTRA string=7 years)
Christophe Riccio
5da834b725
Fixed warnings
ago%!(EXTRA string=7 years)
Christophe Riccio
620c951501
Merge branch 'master' of https://github.com/g-truc/glm
ago%!(EXTRA string=7 years)
Christophe Riccio
1139f10a59
Fixed build
ago%!(EXTRA string=7 years)
Christophe
56ed906320
Merge pull request #772 from thechosenone124/patch-1
...
Intermediate Function Is Improperly Done #772
ago%!(EXTRA string=7 years)
Christophe
c0e2aa0223
Merge pull request #773 from mosra/dualquat-to-string
...
Make to_string(dualquat) actually work #773
ago%!(EXTRA string=7 years)
Christophe Riccio
2a332ac098
Fixed build
ago%!(EXTRA string=7 years)
Christophe Riccio
a772bb3fd1
Added missing bitfieldInterleave overload
ago%!(EXTRA string=7 years)
Christophe Riccio
b4981e56fa
Added bitfieldDeinterleave with tests
ago%!(EXTRA string=7 years)
Vladimír Vondruš
89420dd1f5
Make the to_string(dualquat) test work under C++03.
...
I forgot this is still a thing, sorry.
ago%!(EXTRA string=7 years)
Vladimír Vondruš
aa1728cde2
Make to_string(dualquat) actually work.
...
It segfaulted somewhere deep in strlen() due to a mismatch in printf()
argument count.
ago%!(EXTRA string=7 years)
thechosenone124
8bbbbfcafd
Intermediate Function Is Improperly Done
...
The formula for calculating the intermediate for a SQUAD interpolation is
exp((log(next * invQuat) + log(prev * invQuat)) / static_cast<T>(-4)) * curr;
The current code uses addition instead of multiplication (based on http://web.mit.edu/2.998/www/QuaternionReport1.pdf )
ago%!(EXTRA string=7 years)
Christophe Riccio
f5572344f5
Merge branch 'master' of https://github.com/g-truc/glm
ago%!(EXTRA string=7 years)
Christophe
20b3f4bd42
Merge pull request #767 from jimvonmoon/extract_euler_angle_fix
...
Fixed potential narrowing conversion in extractEulerAngleXYZ #767
ago%!(EXTRA string=7 years)
JimVonMoon
59e15deb6d
Fixed potential narrowing conversion in extractEulerAngleXYZ
ago%!(EXTRA string=7 years)
Christophe Riccio
fe7c7b5ac1
Updated 0.9.9.0 release date
ago%!(EXTRA string=7 years)
Christophe Riccio
024e94b6c4
Fixed GTX_easing on Apple Clang
ago%!(EXTRA string=7 years)
Christophe Riccio
ef615c8d6e
Tentative fix GTX_easing on Apple Clang
ago%!(EXTRA string=7 years)
Christophe Riccio
5c02758b15
Tentative fix GTX_easing on Apple Clang
ago%!(EXTRA string=7 years)
Christophe Riccio
3a7168eb55
Tentative fix Clang build
ago%!(EXTRA string=7 years)
Christophe Riccio
4a28af5258
Fixed clang build
ago%!(EXTRA string=7 years)