Christophe Riccio
c2180b2ff8
Updated doxygen
ago%!(EXTRA string=9 years)
Christophe Riccio
454d480ceb
Updated API documentation
ago%!(EXTRA string=9 years)
Christophe Riccio
9f0110f5b0
Updated readme
ago%!(EXTRA string=9 years)
Christophe Riccio
e33e37dc48
Fixed CUDA warning #547
ago%!(EXTRA string=9 years)
Christophe Riccio
3d6791ef00
Merge
ago%!(EXTRA string=9 years)
Christophe Riccio
d0712875d8
Added missing extensions
ago%!(EXTRA string=9 years)
Christophe Riccio
3422dad8cc
Fixed missing GLM_FUNC_DECL causing Cuda build errors #547
ago%!(EXTRA string=9 years)
Christophe Riccio
c9831664c9
Updated manual
ago%!(EXTRA string=9 years)
Christophe Riccio
0db72b76ab
Updated GLM Manual
ago%!(EXTRA string=9 years)
Sergey Alexandrov
ee789e9092
Add GLF_FUNC_QUALIFIER to functors in "type_vec4.inl"
ago%!(EXTRA string=9 years)
Christophe Riccio
ff0054490d
Fixed GLM_FORCE_UNRESTRICTED_GENTYPE #543
ago%!(EXTRA string=9 years)
Christophe Riccio
e77c300e4c
Fixed error to cover deprecated define
ago%!(EXTRA string=9 years)
Christophe Riccio
8bfefbd1ce
Document GLM_FORCE_UNRESTRICTED_GENTYPE and generate an error if both GLM_FORCE_SWIZZLE and GLM_FORCE_UNRESTRICTED_GENTYPE are defined at the same time
ago%!(EXTRA string=9 years)
Christophe Riccio
a609a0fea6
- Added more information to build messages
ago%!(EXTRA string=9 years)
Christophe Riccio
10dc67e2b5
- Added GLM_FORCE_UNRESTRICTED_GENTYPE allowing non basic genType #543
ago%!(EXTRA string=9 years)
Christophe Riccio
1c5fd06c2d
Fixed cast and clean up
ago%!(EXTRA string=9 years)
Christophe Riccio
ad262c3592
Udpated readme with fixed mat3_cast #542
ago%!(EXTRA string=9 years)
Patrik Huber
3b4856cf58
Convert integers to type T in quaternion mat3_cast()
...
This fixes issues when the type T is not explicitly convertible to T, and for example only has an operator* defined that takes two Ts but not a T and an int.
All the other functions in that file already use this syntax, so the missing ones here are most likely an oversight.
ago%!(EXTRA string=9 years)
Christophe Riccio
ebafd8e82d
Fixed aligned type build on Visual C++ 2013 and older compiler #539
ago%!(EXTRA string=9 years)
Christophe Riccio
37ab3dfd29
Fixed Cuda build, using '__align__' for alignments in Cuda #539
ago%!(EXTRA string=9 years)
Christophe Riccio
7ba6ea9a71
Merge branch '0.9.8' of https://github.com/g-truc/glm into 0.9.8
ago%!(EXTRA string=9 years)
Christophe Riccio
09bf19db7e
Fixed Cuda build, no support of __declspec(align(alignment))
ago%!(EXTRA string=9 years)
Christophe Riccio
8fbec7f28e
Fixed Clang detection #537
ago%!(EXTRA string=9 years)
Christophe Riccio
4db0dfcb19
Added lowestBitValue to GTX_bit #536
ago%!(EXTRA string=9 years)
Christophe Riccio
f71171d49b
Fixed 32-bits build #528 #529 , fixed VC 32 bits crash
ago%!(EXTRA string=9 years)
Christophe Riccio
dcdc966969
Workaround Cuda compiler bug #530
ago%!(EXTRA string=9 years)
Christophe Riccio
cd50d4ae5c
Tentative CUDA workaround #530
ago%!(EXTRA string=9 years)
Christophe Riccio
edc328c7c9
Fixed GTX_wrap #534 , improved GTX_wrap for SIMD friendliness
ago%!(EXTRA string=9 years)
Christophe Riccio
f1cfd55da0
Fixed code sample #531
ago%!(EXTRA string=9 years)
Sami Kankaristo
63dcf6ad77
Fix #ifdef (had old name)
ago%!(EXTRA string=9 years)
Christophe Riccio
a3b7bf46e7
Ignore long long warning with C++98 tests
ago%!(EXTRA string=9 years)
Christophe Riccio
867f03c5f2
Fixed disable pedentic warning for anoynymous struct in GLM
ago%!(EXTRA string=9 years)
Christophe Riccio
1d8dadcd15
Fixed disable pedentic warning for anoynymous struct in GLM
ago%!(EXTRA string=9 years)
Christophe Riccio
60026b2066
Fixed build and clean up
ago%!(EXTRA string=9 years)
Christophe Riccio
de77fadde2
Fixed long long warnings
ago%!(EXTRA string=9 years)
Christophe Riccio
aa7951aaa4
Fixed long long warnings
ago%!(EXTRA string=9 years)
Christophe Riccio
6fa619ee13
Fixed disabled long long warning on GCC
ago%!(EXTRA string=9 years)
Christophe Riccio
4ab9776756
Fixed build error
ago%!(EXTRA string=9 years)
Christophe Riccio
8c8c8367e3
Improved aligned types support
ago%!(EXTRA string=9 years)
Christophe Riccio
ad1ae45066
More use of GLM_HAS_ALIGNED_TYPE
ago%!(EXTRA string=9 years)
Christophe Riccio
b3d57f2cc9
Improved aligned types support
ago%!(EXTRA string=9 years)
Christophe Riccio
eb20cdc6ae
Added precision qualifier tests
ago%!(EXTRA string=9 years)
Christophe Riccio
71004231c6
Updated readme
ago%!(EXTRA string=9 years)
Christophe Riccio
dc89797275
- Added quaternion version of isnan and isinf #521
ago%!(EXTRA string=9 years)
Christophe Riccio
21a9d4ce18
Fixed GLM test '/fp:fast' and '/Za' command-line options are incompatible
ago%!(EXTRA string=9 years)
Christophe Riccio
7eb0adb7a5
Clean up
ago%!(EXTRA string=9 years)
Christophe Riccio
08a7fc698e
Updated 0.9.8 readme URL
ago%!(EXTRA string=9 years)
Christophe Riccio
6a6b54b699
Fixed long long warnings, fixed precision qualifier values on Clang where qualifiers had the same values
ago%!(EXTRA string=9 years)
Christophe Riccio
c80e142816
No more warnings for use of long long
ago%!(EXTRA string=9 years)
Christophe Riccio
0671e609bb
Merge branch 'master' of https://github.com/g-truc/glm
ago%!(EXTRA string=9 years)