|  Christophe Riccio | bfb64e7657 | Fixed missing vec1 overload to length2 and distance2 functions #431 | ago%!(EXTRA string=9 years) | 
				
					
						|  Christophe Riccio | 39e63661a6 | Fixed STL for C++11 detection on ICC #510 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | fe6ab8f3b6 | Moved glm.pc.in into cmake directory #509 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 64342f78bf | Updated version and updated readme | ago%!(EXTRA string=10 years) | 
				
					
						|  Guus Sliepen | 15748c30ea | Added pkg-config file | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 767aa16e5b | Updated readme for GLM 0.9.7 release | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 2a4c7e77d6 | Added Visual C++ Clang toolset detection | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | dcffcbdc97 | Fixed GLM_FORCE_INLINE with binary vec4 operators | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 792151573c | Fixed to_string when used with GLM_FORCE_INLINE #506 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 306b409658 | Fixed merge | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | e9bb34fb78 | - Fixed Visual C++ SIMD instruction set automatic detection in 64 bits | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 872aa9d8ec | Improved ***PowerOfTwo | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 68ec048b70 | Fixed roundPowerOfTwo and floorPowerOfTwo #503 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | e0d312ccaf | Fixed roundPowerOfTwo and floorPowerOfTwo #503 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 76d12fb602 | Fixed roundPowerOfTwo and floorPowerOfTwo #503 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 9770c9f73d | Fixed uaddCarry warning #497 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 407d671954 | Updated readme | ago%!(EXTRA string=10 years) | 
				
					
						|  Sami Kankaristo | 578c4f4f9f | Rename tvec1 parameters from scalar to v1/v2 | ago%!(EXTRA string=10 years) | 
				
					
						|  Sami Kankaristo | ad9bfffe65 | Fix operator-(), add operator+() | ago%!(EXTRA string=10 years) | 
				
					
						|  Sami Kankaristo | c7700573a4 | Add missing boolean operator declarations | ago%!(EXTRA string=10 years) | 
				
					
						|  Sami Kankaristo | 42b818d4bb | Fix declarations (use tdualquat instead of tquat) | ago%!(EXTRA string=10 years) | 
				
					
						|  Sami Kankaristo | ece2b8b5a2 | Add missing boolean operator declarations | ago%!(EXTRA string=10 years) | 
				
					
						|  Sami Kankaristo | 8662a567b2 | Add const & to POD to match other functions in the class | ago%!(EXTRA string=10 years) | 
				
					
						|  Sami Kankaristo | b7fef63ef8 | Remove const & from POD to match other functions in class | ago%!(EXTRA string=10 years) | 
				
					
						|  Sami Kankaristo | d3036fd010 | Add missing operator function definitions | ago%!(EXTRA string=10 years) | 
				
					
						|  Sami Kankaristo | 785c8892d9 | Add missing const to declaration | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 6c61c332f4 | Fixed missing GLM_PLATFORM_CYGWIN declaration #495 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 61d58b0296 | Fixed missing GLM_PLATFORM_CYGWIN declaration #495 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 444cf0f36a | Fixed undefined reference errors #489 | ago%!(EXTRA string=10 years) | 
				
					
						|  Sami Kankaristo | e60273daff | Add missing vec4 operator definitions Also rename the parameters to match similar functions in other vector
classes. | ago%!(EXTRA string=10 years) | 
				
					
						|  Sami Kankaristo | 3ec43e9522 | Fix incorrect declaration (now matches definition) | ago%!(EXTRA string=10 years) | 
				
					
						|  Sami Kankaristo | a848fa69be | Remove duplicate function declarations | ago%!(EXTRA string=10 years) | 
				
					
						|  Paul Konstantin Gerke | 239cf70ade | Fixed: outerProduct was defined incorrectly for unmatched vecX types. E.g. outerProduct(vec2, vec4) did not succeed because the matrix return types were wrong. The computing function seemed fine. I used https://en.wikipedia.org/wiki/Outer_product as reference on what the number of columns/rows ''should'' be and fixed it so that it matches the description from wikipedia Added: tests for outerProduct with unmatched vector dimensions (actually testing all combinations now) | ago%!(EXTRA string=10 years) | 
				
					
						|  Paul Konstantin Gerke | b3b72527b1 | Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues) | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 8e411733b2 | - Fixed eulerAngles precision error, returns NaN  #451 | ago%!(EXTRA string=10 years) | 
				
					
						|  sippeangelo | 2d813b587a | This fixes #461 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | eb33d9c188 | - Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 30ab2ee25b | Fixed polar coordinates function latitude #485 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 045aa8e541 | Fixed atanh warning #484 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 0d48c43385 | Fixed asinh warning with C++98 STL #484 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 5809830f64 | Get ready for 0.9.7.3 release | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 500a955d45 | Fixed 64 bits constants warnings on GCC #463 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 904db64afd | Updated readme for fixed Clang build on Windows #479 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 54ad263974 | Fixed Clang on Windows build #479 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | cc2f15803e | Added AVX512 detection | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 407a7598aa | Improved new version of GCC detection #477 | ago%!(EXTRA string=10 years) | 
				
					
						|  Joonas Sarajärvi | bc09ecf898 | setup: detect GCC 6.0 | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | 6ee8b03063 | Fixed CMake policy warning | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | eb4a19805a | Fixed release note | ago%!(EXTRA string=10 years) | 
				
					
						|  Christophe Riccio | ebdb7aa45b | Added unary + operator #435 | ago%!(EXTRA string=10 years) |