Christophe Riccio
|
6c70e74f3c
|
Fixed quatLookAt #659
|
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
|
f2cb4a3fdf
|
Fixed vec1 test
|
ago%!(EXTRA string=8 years) |
dimitri
|
819039447c
|
Update README.md
|
ago%!(EXTRA string=8 years) |
dimitri
|
bfdee5f201
|
Update README.md
|
ago%!(EXTRA string=8 years) |
dimitri
|
5d9bdbaded
|
Merge remote-tracking branch 'upstream/master'
|
ago%!(EXTRA string=8 years) |
dimitri
|
2f36000a4d
|
Only exporting glm directory to export_source.
|
ago%!(EXTRA string=8 years) |
dimitri
|
2c617b45aa
|
Corrected relative path.
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
9443d8d9ca
|
Added length constexpr test #657
|
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
|
a61483b34a
|
Merge pull request #659 from CaptainCarrot/QuatLookAt
Added a quaternion-based "Look At" function #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) |
Christophe Riccio
|
ad744735f6
|
Fixed build #660
|
ago%!(EXTRA string=8 years) |
dimitri
|
bb63aa9e9b
|
Modifications suggested by conan team.
|
ago%!(EXTRA string=8 years) |
CaptainCarrot
|
c184671583
|
Update quaternion.hpp
|
ago%!(EXTRA string=8 years) |
CaptainCarrot
|
df7f6cc03c
|
Update gtx_quaternion.cpp
|
ago%!(EXTRA string=8 years) |
CaptainCarrot
|
580f368365
|
Update quaternion.hpp
|
ago%!(EXTRA string=8 years) |
CaptainCarrot
|
9a21766906
|
Update gtx_quaternion.cpp
|
ago%!(EXTRA string=8 years) |
CaptainCarrot
|
3ee83a15ef
|
Add files via upload
|
ago%!(EXTRA string=8 years) |
CaptainCarrot
|
7223cd1b47
|
Add files via upload
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
1ad55c5016
|
Reduced warnings when using very strict compilation flags #646
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
27f8e5b0a1
|
Slight optimization by avoiding an unnecessary initialization #654
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
759a1d8ef2
|
Added GTX_matrix_factorisation to factor matrices in various forms #654
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
566d20e8cf
|
Fixed GTX_matrix_factorisation tests to return the number of errors #654
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
64cfbc0451
|
Updated GTX_matrix_factorisation to be more consistency with the rest of the codebase #654
|
ago%!(EXTRA string=8 years) |
Christophe
|
1ce38b4fad
|
Merge pull request #654 from unordinateur/master
QR factorisation of matrices #654
|
ago%!(EXTRA string=8 years) |
Vincent Aymong
|
a4a6ea2825
|
std::abs instead of just abs. Fixes compilation issues with gcc.
|
ago%!(EXTRA string=8 years) |
Vincent Aymong
|
da47fac384
|
Make C++98 compliant, part 2
|
ago%!(EXTRA string=8 years) |
Vincent Aymong
|
f9962054d9
|
Make C++98 compliant
|
ago%!(EXTRA string=8 years) |
Vincent Aymong
|
edde2bcf60
|
Fix a comment
|
ago%!(EXTRA string=8 years) |
Vincent Aymong
|
80bd3f16c1
|
More comments
Fix RQ test
Slight optimisation in QR
|
ago%!(EXTRA string=8 years) |
Vincent Aymong
|
d6abdb7935
|
Implements QR and RQ matrix decomposition functions.
|
ago%!(EXTRA string=8 years) |
Christophe
|
2dc6196467
|
Merge pull request #649 from Sillamacka/FixSimdSignConversionWarnings
Fix -Wsign-conversion warnings in `simd/common.h`. #649
|
ago%!(EXTRA string=8 years) |
Christophe
|
34b5c4623b
|
Merge pull request #648 from Sillamacka/FixStrayParenthesis
Fixed stray ')' that was breaking gtx/matrix_interpolation. #648
|
ago%!(EXTRA string=8 years) |
Magnus Bergsten
|
f9531c1524
|
Fix -Wsign-conversion warnings in `simd/common.h`.
|
ago%!(EXTRA string=8 years) |
Magnus Bergsten
|
0ca6a44454
|
Fixed stray ')' that was breaking gtx/matrix_interpolation.
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
26b3e3ed78
|
Fixed axisAngle NaN #638
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
631fd1703f
|
Added conan packaging configuration #643 #641, updated readme
|
ago%!(EXTRA string=8 years) |
Christophe
|
feff2c8096
|
Merge pull request #643 from dimi309/master
Added conan packaging configuration. #643 #641
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
412b562200
|
Added packing functions for integer vectors #639
|
ago%!(EXTRA string=8 years) |
dimitri
|
37857b02fe
|
Added conan packaging configuration.
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
98ffc6562c
|
Fixed glm::fastInverseSqrt to use fast inverse square #640
|
ago%!(EXTRA string=8 years) |
Christophe
|
23a7c7897b
|
Merge pull request #640 from miselin/fix-inversesqrt-precision
Use correct precision for detail::compute_inversesqrt in glm::fastInverseSqrt #640
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
4e6574749d
|
Fixed references to GLM_FORCE_RADIANS which was removed #642
|
ago%!(EXTRA string=8 years) |