Will Usher
739a16e6d1
fix travis as well
ago%!(EXTRA string=5 years)
Will Usher
e6af446716
fix manual glm_DIR mention
ago%!(EXTRA string=5 years)
Will Usher
681b8badcd
Fix appveyor glm_DIR path
ago%!(EXTRA string=5 years)
Will Usher
4d47b27333
Adjust cmake file paths to match make install for distribution
ago%!(EXTRA string=5 years)
Will Usher
a331771ea8
Merge remote-tracking branch 'upstream/master'
ago%!(EXTRA string=5 years)
Christophe Riccio
6bd53cc9e5
Added files for EXT packing extensions
ago%!(EXTRA string=5 years)
Christophe Riccio
65c8ff2bd6
Merge branch 'master' of https://github.com/g-truc/glm
ago%!(EXTRA string=5 years)
Christophe Riccio
00ef7042df
Removed duplicated vector
ago%!(EXTRA string=5 years)
Christophe
6d8b4a11bf
Merge pull request #989 from dorodnic/doc_fix
...
Fixing output order in the documentation of glm::polar #989
ago%!(EXTRA string=5 years)
Christophe
82d500376e
Merge pull request #992 from amaury-ml/compfix
...
[Aarch64] fix for glm::length #992
ago%!(EXTRA string=5 years)
Amaury Le Leyzour
16a650ea65
[Aarch64] fix for glm::length
ago%!(EXTRA string=5 years)
Christophe Riccio
8e58cdbbf8
- Added GLM_EXT_vector_intX_sized and GLM_EXT_vector_uintX_sized extensions
ago%!(EXTRA string=5 years)
dorodnic
56c2cadc4a
Fixing output order in the documentation of glm::polar
ago%!(EXTRA string=5 years)
Will Usher
d773b4453a
Merge remote-tracking branch 'upstream/master'
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)
Will Usher
9934715232
Merge branch 'master' of github.com:Twinklebear/glm
ago%!(EXTRA string=5 years)
Will Usher
6f26ac3ada
Merge remote-tracking branch 'upstream/master'
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)