Christophe Riccio
768dad4df0
Fixed constexpr with GCC
ago%!(EXTRA string=7 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=7 years)
SuperSodaSea
89a4d957e9
Remove duplicate calculations
...
In inverseTranspose(mat<4, 4, T, Q>), SubFactor07 is the same as SubFactor11. Remove it.
ago%!(EXTRA string=7 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=7 years)
Willy Scheibel
1d757f5347
Add missing include to vec1
ago%!(EXTRA string=7 years)
Christophe Riccio
ef9d65e0c6
Added GLM_FORCE_INTRINSICS define
ago%!(EXTRA string=7 years)
Christophe Riccio
cc80d7674b
Fixed in mat4x3 conversion #829
ago%!(EXTRA string=7 years)
MrVallentin
a8953c672f
Fixed typos
ago%!(EXTRA string=7 years)
Christophe Riccio
3ffcfb8f12
Fixed implicit conversion on Clang Android #824
ago%!(EXTRA string=7 years)
Christophe Riccio
980dfabcd7
Added message for GLM_SWIZZLE deprecation
ago%!(EXTRA string=7 years)
Cort Stratton
eaca81874f
Suppress struct-padding warning on vec3s with GLM_CONFIG_ALIGNED_GENTYPES + GLM_CONFIG_SILENT_WARNINGS
ago%!(EXTRA string=7 years)
Cort Stratton
7d527af1ec
Minor formatting changes for existing messages (add trailing periods)
ago%!(EXTRA string=7 years)
Cort Stratton
fd00b057da
Add message when GLM_FORCE_DEFAULT_ALIGNED_GENTYPES is defined and enabled
ago%!(EXTRA string=7 years)
Florian Penzkofer
d0ae3f966e
Fix bitfieldInsert according to GLSL spec
...
"bitfieldInsert inserts the bits least significant bits of insert into base at offset offset..."
ago%!(EXTRA string=7 years)
Christophe Riccio
77ce9b5b29
Tentative fix of GCC 6 tests
ago%!(EXTRA string=7 years)
Christophe Riccio
3d26f49775
Added GLM_FORCE_ALIGNED_GENTYPES to enable aligned types and SIMD instruction are not enabled. This disable constexpr #816
ago%!(EXTRA string=7 years)
Christophe Riccio
68c7e7e50b
Tentative fix constexpr with GCC
ago%!(EXTRA string=7 years)
Christophe Riccio
d1487eec8e
Fixed build
ago%!(EXTRA string=7 years)
Christophe Riccio
1362d51967
Added adjugate functions to GTX_matrix_operation #151
ago%!(EXTRA string=7 years)
Christophe Riccio
d3282d8177
Fixed build
ago%!(EXTRA string=7 years)
Christophe Riccio
d884410781
Fixed build
ago%!(EXTRA string=7 years)
Christophe Riccio
a30dc0f6f5
Fixed build
ago%!(EXTRA string=7 years)
Christophe Riccio
76683aa287
Added vector ulp functions
ago%!(EXTRA string=7 years)
Christophe Riccio
84d5e96144
Clean up dead files
ago%!(EXTRA string=7 years)
Christophe Riccio
21d0092f6a
Fixed simplex noise build with double #734
ago%!(EXTRA string=7 years)
Christophe Riccio
9b0434255f
Deleted useless file
ago%!(EXTRA string=7 years)
Christophe Riccio
59cae7b5cb
Added constant time ULP distance between float #121
ago%!(EXTRA string=7 years)
Christophe Riccio
0f4a597f10
Added matrix relationak function taking ULPs
ago%!(EXTRA string=7 years)
Christophe Riccio
6b622f2ed4
Tentative fix of GCC build
ago%!(EXTRA string=7 years)
Christophe Riccio
906efb8045
Fixed VC2013 build
ago%!(EXTRA string=7 years)
Christophe Riccio
d5df61aa66
Fixed tests
ago%!(EXTRA string=7 years)
Christophe Riccio
635ff4ef2d
Added GLM_FORCE_SILENT_WARNINGS to silent GLM warnings when using language extensions but using W4 or Wpedantic warnings #814 #775
ago%!(EXTRA string=7 years)
Christophe Riccio
b2a7f1093c
Added vector retionnal with max ULPs arguments and fixed double support
ago%!(EXTRA string=7 years)
Christophe Riccio
311f59ed7e
Added vector retionnal with max ULPs arguments
ago%!(EXTRA string=7 years)
Christophe Riccio
770498a407
updated GLM version for future GLM 0.9.9.3
ago%!(EXTRA string=7 years)
Christophe Riccio
fe83040cbd
Fixed default initialization with vector and quaternion types using GLM_FORCE_CTOR_INIT #812
ago%!(EXTRA string=7 years)
Christophe Riccio
72327cea4f
Added equal and notEqual overload with max ULPs parameters for scalar numbers #121
ago%!(EXTRA string=7 years)
Christophe Riccio
cf6504b65e
Fixed GLM_FORCE_CXX** section in the manual
ago%!(EXTRA string=7 years)
Christophe Riccio
416fa93e42
Added PDF manual
ago%!(EXTRA string=7 years)
Christophe Riccio
49b508a1ab
Updated doxygen API documentation
ago%!(EXTRA string=7 years)
Christophe Riccio
9dcdae8e8f
Updated doxygen API documentation
ago%!(EXTRA string=7 years)
Christophe Riccio
0b974f0d00
Improved doxygen API doc
ago%!(EXTRA string=7 years)
Christophe Riccio
99eb6b3cc6
Improved manual and API documentations
ago%!(EXTRA string=7 years)
Christophe Riccio
62e4c59d8d
More manual documentation
ago%!(EXTRA string=7 years)
Christophe Riccio
b40c557f25
Improved EXT extensions documentation
ago%!(EXTRA string=7 years)
Christophe Riccio
556f657936
Fixed doxygen failure
ago%!(EXTRA string=7 years)
Christophe Riccio
45d7fc8c4e
Improved doxygen doc
ago%!(EXTRA string=7 years)
Christophe Riccio
a0c47aced6
Clean up doxygen documentation
ago%!(EXTRA string=7 years)
Christophe Riccio
0e3c9f0d7d
Added reference to other extensions
ago%!(EXTRA string=7 years)
Christophe Riccio
34f0c510b6
Fixed doxygen
ago%!(EXTRA string=7 years)