dorodnic
56c2cadc4a
Fixing output order in the documentation of glm::polar
ago%!(EXTRA string=5 years)
Christophe Riccio
13724cfae6
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
ago%!(EXTRA string=5 years)
Christophe Riccio
028b303a65
Fixed CXX tests
ago%!(EXTRA string=5 years)
Christophe Riccio
79b5197e5d
Fixed CXX tests
ago%!(EXTRA string=5 years)
Christophe Riccio
a68949eba4
Fixed force cxx version tests
ago%!(EXTRA string=5 years)
Christophe Riccio
2d8ccef1af
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
ago%!(EXTRA string=5 years)
Christophe Riccio
d92ac09ce2
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
ago%!(EXTRA string=5 years)
Christophe Riccio
8381f8e71e
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
ago%!(EXTRA string=5 years)
Christophe Riccio
3ee3659adb
Added force defines tests
ago%!(EXTRA string=5 years)
Christophe Riccio
85e491b30c
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
ago%!(EXTRA string=5 years)
Christophe Riccio
638eb14fcd
- Added GLM_FORCE_QUAT_DATA_WXYZ to store quat data as w,x,y,z instead of x,y,z,w #983
ago%!(EXTRA string=5 years)
Christophe Riccio
c8440b09e2
Fixed doc theme
ago%!(EXTRA string=5 years)
Christophe Riccio
af6f1d7b8f
Fixed EXT_matrix_clip_space perspectiveFov
ago%!(EXTRA string=5 years)
Christophe Riccio
436579b37e
Fixed Wimplicit-int-float-conversion warnings with clang 10+ #986
ago%!(EXTRA string=5 years)
Christophe Riccio
016263179c
Merge branch 'master' of https://github.com/kraj/glm
ago%!(EXTRA string=5 years)
Christophe Riccio
de00ac4ef5
Updated tentative release date
ago%!(EXTRA string=5 years)
Christophe Riccio
4fce0f0de5
Merge branch 'master' of https://github.com/g-truc/glm
ago%!(EXTRA string=5 years)
Christophe Riccio
a2e2e97a7a
Updated license date #984
ago%!(EXTRA string=5 years)
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
8828c3f1fd
Fixed GLM_EXT_matrix_clip_space warnings #980
ago%!(EXTRA string=5 years)
Christophe
d666b5e533
Merge pull request #976 from amaury-ml/compfix
...
Fixing minor issues reported by the compiler #976
ago%!(EXTRA string=5 years)
Amaury Le Leyzour
9da0c80e26
Yet another fix as this is no longer covered by unit tests
ago%!(EXTRA string=6 years)
Amaury Le Leyzour
c7dbbee6a1
Fix typo
ago%!(EXTRA string=6 years)
Amaury Le Leyzour
923f7222d1
Fix Neon issues
ago%!(EXTRA string=6 years)
Amaury Le Leyzour
9ce038104c
Fixing minor compiler issue
ago%!(EXTRA string=6 years)
Christophe
8a34283c87
Merge pull request #972 from amaury-ml/mat4/inverse
...
glm-aarch64: Add neon's mat4 inverse #972
ago%!(EXTRA string=6 years)
Amaury Le Leyzour
77d797bd54
respect project's coding style
ago%!(EXTRA string=6 years)
Amaury Le Leyzour
a2403634da
glm-aarch64: Add neon's mat4 inverse
ago%!(EXTRA string=6 years)
Christophe Riccio
7eb810be81
Added C++14 and C++17 specific tests
ago%!(EXTRA string=6 years)
Christophe Riccio
2a3894f9df
Added C++14 and C++17 specific tests
ago%!(EXTRA string=6 years)
Christophe Riccio
3da0e18de7
Added missing quat constexpr #955
ago%!(EXTRA string=6 years)
Christophe Riccio
95b1cdbbfe
Added fma implementation based on std::fma #969
ago%!(EXTRA string=6 years)
Christophe Riccio
338bdead48
Fixed readme
ago%!(EXTRA string=6 years)
Christophe Riccio
9caadbdf86
Added CMake GLM interface #963
ago%!(EXTRA string=6 years)
Christophe Riccio
a4b4db24bd
Fixed test target
ago%!(EXTRA string=6 years)
Christophe Riccio
919e72f5dd
Fixed equal ULP variation when using negative sign #965
ago%!(EXTRA string=6 years)
Christophe Riccio
11089f6d7e
Move CMake tests configuration in the test directory CMakeLists.txt
ago%!(EXTRA string=6 years)
Christophe
46670b794b
Merge pull request #963 from kiroma/master
...
Re-add the glm interface library in cmake #963
ago%!(EXTRA string=6 years)
Christophe
c11944cf02
Merge pull request #950 from amaury-ml/neon-func
...
More simd/Neon functions #950
ago%!(EXTRA string=6 years)
Christophe
1e971676ca
Merge pull request #964 from tnixeu/use_all_variables
...
Use all variables in core_func_common test #964
ago%!(EXTRA string=6 years)
tnixeu
49d89a0009
uses all variables in test
ago%!(EXTRA string=6 years)
Krzysztof Kurek
11b88192e8
Actually fix the tests
ago%!(EXTRA string=6 years)
Krzysztof Kurek
75c5e6e0b2
Un-breakify tests
ago%!(EXTRA string=6 years)
Krzysztof Kurek
e791090589
Re-add the glm interface library in cmake
...
Also re-work the main cmakelists to make the project more easily embeddable
ago%!(EXTRA string=6 years)
Christophe
ea678faff9
Merge pull request #953 from sma-github/ray-plane-intersection
...
bugfix for intersection ray/plane, added related tests #953
ago%!(EXTRA string=6 years)
Amaury Le Leyzour
8a173352e4
More simd/Neon functions
ago%!(EXTRA string=6 years)
Amaury Le Leyzour
88a7aee27b
More simd/Neon functions
ago%!(EXTRA string=6 years)
Stefan Maass
e7d51a3838
bugfix intersection ray/plane, added related tests
ago%!(EXTRA string=6 years)
Christophe
7c07544b34
Merge pull request #952 from UniQP/fixReturnValue
...
Let test return the number of errors #952
ago%!(EXTRA string=6 years)
Christophe
4ff530b2a5
Merge pull request #949 from amaury-ml/neon
...
Fix Arm 64bit detection #949
ago%!(EXTRA string=6 years)