Christophe Riccio
13d2cea73f
Added
ago%!(EXTRA string=6 years)
Christophe Riccio
229b762c31
Added Visual C++ 2019 detection
ago%!(EXTRA string=6 years)
Christophe Riccio
d162eee1e6
Fixed GLM version
ago%!(EXTRA string=6 years)
Christophe
1498e094b9
Merge pull request #887 from timmmeh/master
...
'if constexpr' warning (c++17) #887
ago%!(EXTRA string=6 years)
Christophe
3de80d2b31
Merge pull request #886 from Zuzu-Typ/master
...
Forward declaration of frexp and ldexp #886
ago%!(EXTRA string=6 years)
Christophe
d92e83c91f
Merge pull request #882 from ddovod/fixing_macro_redefined
...
Fixing 'GLM_ENABLE_EXPERIMENTAL macro redefined' warning #882
ago%!(EXTRA string=6 years)
Christophe Riccio
f846aa8334
Build errors when defining GLM_ENABLE_EXPERIMENTAL #884 #883
ago%!(EXTRA string=6 years)
Tim R
f0685972f1
Update setup.hpp
ago%!(EXTRA string=6 years)
Tim R
2877c42a36
Update setup.hpp
ago%!(EXTRA string=6 years)
Tim R
fe6c08ea10
Update setup.hpp
ago%!(EXTRA string=6 years)
Tim R
a03e1fc8f4
Update setup.hpp
ago%!(EXTRA string=6 years)
Tim R
cf74190dfd
Update setup.hpp
ago%!(EXTRA string=6 years)
Tim R
80679fd523
Update matrix_clip_space.inl
ago%!(EXTRA string=6 years)
Tim R
0bb41224f3
Update matrix_transform.inl
ago%!(EXTRA string=6 years)
Tim R
94f685c111
Update setup.hpp
ago%!(EXTRA string=6 years)
Tim R
b0f6910f0c
Update setup.hpp
ago%!(EXTRA string=6 years)
Tim R
e4ab1096ce
Update matrix_clip_space.inl
ago%!(EXTRA string=6 years)
Tim R
59f2c2d50e
Update matrix_transform.inl
ago%!(EXTRA string=6 years)
Tim R
658bbdb525
Update setup.hpp
...
Enable 'if constexpr' when c++17
ago%!(EXTRA string=6 years)
Tim R
503a22960a
constexpr warning
...
Removes warning: conditional expression is constant, consider using 'if constexpr' statement instead
ago%!(EXTRA string=6 years)
Tim R
8755be56d6
Update matrix_transform.inl
ago%!(EXTRA string=6 years)
Zuzu-Typ
b76297c8ff
Forward declaration of frexp and ldexp
ago%!(EXTRA string=6 years)
ddovod
81db9eb8c9
Fixing 'GLM_ENABLE_EXPERIMENTAL macro redefined' warning
ago%!(EXTRA string=6 years)
Christophe Riccio
658d8960d0
Prepare GLM 0.9.9.4 release
ago%!(EXTRA string=6 years)
Christophe
254c91a14a
Merge pull request #879 from g-truc/revert-878-master
...
Revert "CMakeLists.txt: remove libraries" #879
ago%!(EXTRA string=6 years)
Christophe
ca8372490e
Revert "CMakeLists.txt: remove libraries"
ago%!(EXTRA string=6 years)
Christophe Riccio
5a5a0a88b0
Allow to browse GLM source
ago%!(EXTRA string=6 years)
Christophe
a116ea1179
Merge pull request #878 from ffontaine/master
...
CMakeLists.txt: remove libraries #878
ago%!(EXTRA string=6 years)
Fabrice Fontaine
3b798fe06b
CMakeLists.txt: remove libraries
...
glm is a heaser-only library, libraries are not needed
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
ago%!(EXTRA string=6 years)
Christophe
4adf2fb1fa
Merge pull request #874 from kraj/master
...
glm: Remove redundant double semi-colons #874
ago%!(EXTRA string=6 years)
Khem Raj
1150952697
glm: Remove redundant double semi-colons
...
Make clang happy
/glm/gtc/../ext/../detail/../simd/common.h:106:45: error: empty expression statement has no effect; remove unnecessary ';' to silence this warning [-Werror,-Wextra-semi-stmt]
| glm_vec4 const or0 = _mm_or_ps(and0, and1);;
| ^
| 1 error generated.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
ago%!(EXTRA string=6 years)
Christophe Riccio
477e803f38
- No more requirement for GLM_ENABLE_EXPERIMENTAL to use GTX extension, only a warning with GLM_MESSAGES defined #732
ago%!(EXTRA string=6 years)
Christophe Riccio
ab16f2d230
Updated release note #865
ago%!(EXTRA string=6 years)
Christophe Riccio
3c28cc459a
Improved documentation #836
ago%!(EXTRA string=6 years)
Christophe Riccio
c142d46ca3
Fixed glm::decompose #869
ago%!(EXTRA string=6 years)
Christophe Riccio
04af69386d
Updated release note
ago%!(EXTRA string=6 years)
Christophe
ebdc1cb9d2
Merge pull request #867 from SuperSodaSea/master
...
Remove duplicate calculations #867
ago%!(EXTRA string=6 years)
Christophe
a40bd4d01c
Merge pull request #871 from ffontaine/master
...
CMakeLists: add BUILD_{SHARED,STATIC}_LIBS options #871
ago%!(EXTRA string=6 years)
Christophe Riccio
6492c8593f
- Added mix implementation for matrices in EXT_matrix_common #842
ago%!(EXTRA string=6 years)
Christophe Riccio
96e7eb52ac
Fixed build
ago%!(EXTRA string=6 years)
Christophe Riccio
f30db00b74
Fixed int8 being defined as unsigned char with some compiler #839
ago%!(EXTRA string=6 years)
Christophe Riccio
daf14f0f74
Added bitfieldRotate tests #862
ago%!(EXTRA string=6 years)
Christophe Riccio
6b62e66a7d
Fixed mix implementation to improve GLSL conformance #866
ago%!(EXTRA string=6 years)
Christophe Riccio
8e7d0c307c
Fixed constexpr issue on GCC #832
ago%!(EXTRA string=6 years)
Christophe Riccio
768dad4df0
Fixed constexpr with GCC
ago%!(EXTRA string=6 years)
Fabrice Fontaine
efd91329ba
CMakeLists: add BUILD_{SHARED,STATIC}_LIBS options
...
Add BUILD_SHARED_LIBS and BUILD_STATIC_LIBS options to allow the user
to enable/disable building of shared and static library
This is especially useful when cross-compiling as some toolchains are
not always able to build a shared or a static library
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
ago%!(EXTRA string=6 years)
SuperSodaSea
89a4d957e9
Remove duplicate calculations
...
In inverseTranspose(mat<4, 4, T, Q>), SubFactor07 is the same as SubFactor11. Remove it.
ago%!(EXTRA string=6 years)
Christophe
7590260cf8
Merge pull request #859 from maniatic0/master
...
Fix for GLM_HAS_CXX11_STL detection #859
ago%!(EXTRA string=6 years)
Christian Oliveros
3125f83f16
Fix for GLM_HAS_CXX11_STL detection
...
Fix to the bug with the GLM_HAS_CXX11_STL detection using Clang and VS Toolchain on Windows due to the lack of libc++ on Windows.
ago%!(EXTRA string=6 years)
Christophe
8cd6db11cd
Merge pull request #856 from scheibel/patch-1
...
Add missing include to vec1 #856
ago%!(EXTRA string=6 years)