Groove
|
8f0b7c1373
|
Added missing equal and notEqual with epsilon for quaternion types
|
ago%!(EXTRA string=7 years) |
Groove
|
01f9ab5b6d
|
Revert "- Fixed unexpected operator== behavior #723"
This reverts commit c46981b4c3 .
|
ago%!(EXTRA string=7 years) |
Groove
|
c46981b4c3
|
- Fixed unexpected operator== behavior #723
|
ago%!(EXTRA string=7 years) |
Groove
|
c3c8b73c57
|
Use constexpr only with C++14 compiler
|
ago%!(EXTRA string=7 years) |
Groove
|
87ecf4a233
|
Fixed Visual C++ 2013 warnings in vector relational code #782
|
ago%!(EXTRA string=7 years) |
Groove
|
848800b5c4
|
Fixed glm::ortho #790
|
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
|
65f1fb25bb
|
Redesigned constexpr support which excludes both SIMD and constexpr #783
|
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
|
13ef0f92bc
|
Added detection of Visual C++ 2017 toolsets
|
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
|
213a66f9bf
|
- Added missing vec1 based constructors
|
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
|
b4981e56fa
|
Added bitfieldDeinterleave with tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
fe7c7b5ac1
|
Updated 0.9.9.0 release date
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
77acd2fe40
|
Clarify quat_cast documentation, applying on pure rotation matrices #759
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
c58b60ec2a
|
Prepare GLM 0.9.9.0 release
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
62dfe7adfb
|
Fixed isnan on CUDA #727
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
69f94334e0
|
Added GTX_easing for interpolation functions #761
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
e560ce01d4
|
Packaging with conan externally #758
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
529de50383
|
Fixed acsch #698
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
dc3e0b5ccb
|
Added GLM_FORCE_SINGLE_ONLY to use GLM on platforms that don't support double #627
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
aa38362b2c
|
Added spearate functions to use both nagative one and zero near clip plans #680
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
bfa6c9e192
|
- Added EXT_vector_relational: openBounded and closeBounded
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
30ee2cd1bb
|
- Added GTX_texture: levels function
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
a2497e6174
|
Fixed glm::to_string on quaternions wrong components order #681
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
6932058f59
|
Fixed quaternion constructor from two vectors special cases #469
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
d550798ca0
|
Added EXT_vec1: *vec1 types
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
de28722e36
|
Added EXT_vector_relational: extend equal and notEqual to take an epsilon argument
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
68a829e7ed
|
Added fmin, fmax and fclamp to GTX_extended_min_max #372
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
fc53581c68
|
Fixed Better follow GLSL min and max specification #372
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
d93a3be4ac
|
- Improved API documentation #668
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
c23162a62a
|
Using GCC 7.0 instead of GCC 7.1
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
8387bea5e3
|
Updated readme
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
e76fca75a0
|
More consistent coding style
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
46a1a66f61
|
Enabled warnings as error with Clang unit tests
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
01bac6a524
|
Improved exponential funtion test coverage
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
1e7d12b91b
|
Fixed GLM_HAS_OPENMP when OpenMP is not enabled
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
384dab02e4
|
Reduce the number of warnings with -Weverything #646
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
e4ffe16bed
|
Revert "Fixed vec4 SIMD constexpr #653"
This reverts commit 950d226154 .
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
950d226154
|
Fixed vec4 SIMD constexpr #653
|
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
|
4cf8a10af2
|
No more default initialization of vector, matrix and quaternion types
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
c834d06c27
|
Fixed Visual C++ 2017.2 warning regarding __has_feature definision #655
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
3c7bd2eb53
|
Fixed quat normalize build error #656
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
55d6d2c35c
|
Udpated readme with Added quatLookAt to GTX_quaternion #659
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
1b78e2b681
|
length() member functions are constexpr #657
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
50a527c97d
|
- Fixed integer pow from GTX_integer with null exponent #658
|
ago%!(EXTRA string=8 years) |