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)
Sebastian Buchwald
7b06a984af
Let test return the number of errors
ago%!(EXTRA string=6 years)
Amaury Le Leyzour
9b0a0535ce
Fixing GLM_MODEL for Windows compilers targeting ARM
ago%!(EXTRA string=6 years)
Amaury Le Leyzour
e508cc604f
More simd/Neon functions
ago%!(EXTRA string=6 years)
Amaury Le Leyzour
c35bc3d576
Fix Arm 64bit detection
...
__aarch64__ is the correct way, __arm64__ is for iOS.
But the memory model does not need any of these architecture defines to be fully
relevant. __LP64__ means Long Pointer 64 (ie 64bits), and __ILP32__ is Integer Long Pointer 32 (ie 32bits).
That's enough and avoids errors like __arch64__ (correct way is __aarch64__) but forgets __arm64__ (iOS).
ago%!(EXTRA string=6 years)
Christophe
5868657413
Merge pull request #946 from qsantos/patch-1
...
Fix loss of precision on small angles in qua's pow #946
ago%!(EXTRA string=6 years)
Christophe
4179da9d29
Merge pull request #948 from vkhandus/patch-1
...
Request to update licence. #948
ago%!(EXTRA string=6 years)
Vadim Khandus
ead9a9104a
Request to update licence.
...
It is not clear if the software is licensed by either MIT or Happy Bunny or BOTH by MIT and Happy Bunny.
In the official website ( https://glm.g-truc.net/0.9.9/index.html ) I notice "OR":
"The source code and the documentation, including this manual, are licensed under the Happy Bunny License (Modified MIT) or the MIT License."
Also, there is "OR" in the readme.md ( https://github.com/g-truc/glm )
"The source code and the documentation are licensed under both the Happy Bunny License (Modified MIT) or the MIT License."
ago%!(EXTRA string=6 years)
Quentin Santos
3a41107d10
Fix precision loss on small angles in qua's angle
ago%!(EXTRA string=6 years)
Quentin Santos
c597094980
Fix precision loss on small angles in qua's pow
ago%!(EXTRA string=6 years)
Christophe Riccio
4db8f89aac
Fixed quaternion array access #942
ago%!(EXTRA string=6 years)
Christophe Riccio
9ffa3f8a3d
Added GLM 0.9.9.6 release version in release notes
ago%!(EXTRA string=6 years)