Christophe Riccio
d2c60e08c0
Merge branch 'neon' of https://github.com/amaury-ml/glm
ago%!(EXTRA string=6 years)
Christophe Riccio
79787bbff6
Fixed GLM_HAS_CXX11_STL broken on Clang with Linux #926
ago%!(EXTRA string=6 years)
Christophe Riccio
0d0638e7e7
Bring back quaternion to xyzw storage to remain backward compatible #942
ago%!(EXTRA string=6 years)
Christophe Riccio
6ec2354cae
Tentative fix of travis
ago%!(EXTRA string=6 years)
Christophe Riccio
3d833fe20a
Fixed Clang build
ago%!(EXTRA string=6 years)
Christophe Riccio
4446f783d4
Updated Travis CI to use Clang 7
ago%!(EXTRA string=6 years)
Amaury Le Leyzour
d2aa30fe92
Remove debug warnings
ago%!(EXTRA string=6 years)
Amaury Le Leyzour
cd3cc166b4
Add Neon to glm
...
A few simple functions that use Neon as compiler does not
use the full potential of Neon
For now, -DGLM_FORCE_NEON is required until it's the default
ago%!(EXTRA string=6 years)
Liam
2c3bdccb01
Merge branch 'master' into lMaxNorm-proposal
ago%!(EXTRA string=6 years)
Christophe
ca52121e1b
Merge pull request #937 from pierremoreau/fix_documenation_typo
...
Fix typo in Doxygen documentation #937
ago%!(EXTRA string=6 years)
Christophe
7fe0849277
Merge pull request #938 from pierremoreau/add_missing_keyword_symbol
...
Add missing '@' in the documentation #938
ago%!(EXTRA string=6 years)
Pierre Moreau
5bbbb460d3
Add missing '@' in the documentation
...
"param" was not being recognised as a keyword, messing up the layout of
`glm::rotation()`'s parameter description.
ago%!(EXTRA string=6 years)
Pierre Moreau
6b1e7c6418
Fix typo in Doxygen documentation
...
Replaced "documenation" with "documentation".
ago%!(EXTRA string=6 years)
Christophe
67d647ae46
Fixed version
ago%!(EXTRA string=6 years)
Christophe
163f0d162d
Tentative fix build
ago%!(EXTRA string=6 years)
Christophe
29987a3100
Fixed prevPowerOfTwo build
ago%!(EXTRA string=6 years)
Christophe
8bf26a2bb3
Fixed C++ 98 build
ago%!(EXTRA string=6 years)
Christophe
a87784c125
Fixed C++98 build
ago%!(EXTRA string=6 years)
Christophe
22af215da4
Merge branch 'master' of https://github.com/g-truc/glm
ago%!(EXTRA string=6 years)
Christophe
1e2972f2d7
Merge pull request #933 from Hinara/patch-1
...
Fix compilation under xcode 6.4 #933
ago%!(EXTRA string=6 years)
Christophe
083dfdcb91
Fixed build
ago%!(EXTRA string=6 years)
Christophe
1e558b21c6
Merge pull request #932 from ClobberXD/patch-1
...
Delete .vscode/settings.json #932
ago%!(EXTRA string=6 years)
Christophe
23b184f64d
Merge pull request #927 from l90lpa/fix-lxNorm
...
Fix lx norm #927
ago%!(EXTRA string=6 years)
Christophe
e620adac1b
Fixed build
ago%!(EXTRA string=6 years)
Christophe
7cb9607ffb
Fixed quaternion initialization
ago%!(EXTRA string=6 years)
Hinara
163b57c319
Fix compilation under xcode 6.4
ago%!(EXTRA string=6 years)
ANAND
3fe07c3cda
Delete .vscode/settings.json
ago%!(EXTRA string=6 years)
Liam Adams
a78024d2bf
Add testing of lMaxNorm.
ago%!(EXTRA string=6 years)
Liam Adams
2400954df2
Add lMaxNorm for computing the max norm.
ago%!(EXTRA string=6 years)
Liam Adams
8f7d378116
Add testing of lxNorm.
ago%!(EXTRA string=6 years)
Liam Adams
7d20bc8104
Take the absolute vaue of the components to avoid possible negative norm values.
ago%!(EXTRA string=6 years)
Christophe
947527d3ac
Fixed string_cast, broken after fixing #916
ago%!(EXTRA string=6 years)
Christophe
69622b2954
Fixed perf test results
ago%!(EXTRA string=6 years)
Christophe
cb9cd7ccb8
Fixed GTC_round build
ago%!(EXTRA string=6 years)
Christophe
2423d607fe
Fixed GCC warning about member initialization order
ago%!(EXTRA string=6 years)
Christophe
4074dfcf07
Added findNSB functions and tests
ago%!(EXTRA string=6 years)
Christophe
72f776b280
Fixed build
ago%!(EXTRA string=6 years)
Christophe
9fbd011cab
Fixed merge
ago%!(EXTRA string=6 years)
Christophe
f5381ef536
Fixed quaternion componant order: w, {x, y, z} #916
ago%!(EXTRA string=6 years)
Christophe
3a65b7a628
Completed EXT_*_integer extensions
ago%!(EXTRA string=6 years)
Christophe
3288df2f89
Added EXT_vector_integer test
ago%!(EXTRA string=6 years)
Christophe
27b622e968
Merged master
ago%!(EXTRA string=6 years)
Christophe
8c5fde6c8f
Updated 0.9.9.6 release note
ago%!(EXTRA string=6 years)
Christophe
4fc28977d6
Merge pull request #920 from inviwo/feature/hash-qua
...
Hash hashes qua instead of tquat closes #919 #920
ago%!(EXTRA string=6 years)
Christophe
513af73cc4
Merge pull request #921 from inviwo/feature/gcc6-standard-version
...
Fix for g++6 where -std=c++1z sets __cplusplus to 201500 instead of 201402 #921
ago%!(EXTRA string=6 years)
Christophe
867a40acf5
Merge pull request #922 from karjonas/gcc_if_constexpr
...
Fix gcc if constexpr error #922
ago%!(EXTRA string=6 years)
Jonas Karlsson
81dfda4cf3
Fix gcc if constexpr error
...
Check against __cplusplus version instead of compiler version. This fixes compilation errors when using an older cpp standard version with a newer gcc compiler. This flag requires GCC 4.7 or greater.
ago%!(EXTRA string=6 years)
Peter Steneteg
598a3dc7b7
Fix for g++6 where -std=c++1z sets __cplusplus to 201500 instead of 201402
ago%!(EXTRA string=6 years)
Peter Steneteg
9a1f85ae79
Hash hashes qua instead of tquat closes #919
ago%!(EXTRA string=6 years)
Christophe
f920ffabb2
Merge pull request #900 from mmha/cmake-arch-independent-package
...
Remove architecture check from CMake package #900
ago%!(EXTRA string=6 years)