|  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 | 919e72f5dd | Fixed equal ULP variation when using negative sign #965 | ago%!(EXTRA string=6 years) | 
				
					
						|  Christophe Riccio | 9ffa3f8a3d | Added GLM 0.9.9.6 release version in release notes | ago%!(EXTRA string=6 years) | 
				
					
						|  Christophe Riccio | b8e5f55368 | Added missing genType check for bitCount and bitfieldReverse #893 | ago%!(EXTRA string=6 years) | 
				
					
						|  Christophe Riccio | 943529eef6 | Fixed CUDA 9 build #910 | ago%!(EXTRA string=6 years) | 
				
					
						|  Christophe Riccio | 5f352ecce2 | Removed CMake install and uninstall scripts | ago%!(EXTRA string=6 years) | 
				
					
						|  Christophe Riccio | a5fd70aed8 | Fixed Clang or GCC build due to wrong GLM_HAS_IF_CONSTEXPR definition #907 | ago%!(EXTRA string=6 years) | 
				
					
						|  Christophe Riccio | 9a32317065 | - Added Neon support to glm #945 | 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 | 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 | 8c5fde6c8f | Updated 0.9.9.6 release note | ago%!(EXTRA string=6 years) | 
				
					
						|  rhoarau | 1079444f7e | Remove a preprocessor debug message and correct the readme | ago%!(EXTRA string=6 years) | 
				
					
						|  rhoarau | 8fb71ffd07 | Initial SYCL support: The core and some ext functions should work. | ago%!(EXTRA string=6 years) | 
				
					
						|  Christophe Riccio | 13d2cea73f | Added | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | 229b762c31 | Added Visual C++ 2019 detection | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | d162eee1e6 | Fixed GLM version | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | f846aa8334 | Build errors when defining GLM_ENABLE_EXPERIMENTAL #884 #883 | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | 658d8960d0 | Prepare GLM 0.9.9.4 release | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe | ca8372490e | Revert "CMakeLists.txt: remove libraries" | ago%!(EXTRA string=7 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=7 years) | 
				
					
						|  Christophe Riccio | ab16f2d230 | Updated release note #865 | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | 04af69386d | Updated release note | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | 6492c8593f | - Added mix implementation for matrices in EXT_matrix_common #842 | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | f30db00b74 | Fixed int8 being defined as unsigned char with some compiler #839 | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | 6b62e66a7d | Fixed mix implementation to improve GLSL conformance #866 | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | 8e7d0c307c | Fixed constexpr issue on GCC #832 | 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 | 9749727c2d | Fixed refract for negative 'k' #808 | 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 | 1362d51967 | Added adjugate functions to GTX_matrix_operation #151 | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | 84d5e96144 | Clean up dead files | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | 3a392ec09b | Added constant time ULP distance between float #121 | 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 | 770498a407 | updated GLM version for future GLM 0.9.9.3 | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | 21a30e1116 | Updated readme for GLM 0.9.9.2 release | 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 | f6be32ed0d | Completed manual for GLM 0.9.9.1 | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | 76580af80e | Clarified refract valid range of the indices of refraction, between -1 and 1 inclusively #806 | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | 2fdc2dc748 | Clarify the support of constexpr | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | bde7af55b1 | Updated tested compiler versions | ago%!(EXTRA string=7 years) | 
				
					
						|  Christophe Riccio | 6543cc9ad1 | Reduced dependencies | ago%!(EXTRA string=7 years) |