Groove
|
4dce0e338d
|
Added vector relational tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
1afa681512
|
- Added identity functions #765
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
6afce5da27
|
Added missing equal and notEqual function for mat
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
6e7bad6bbc
|
Fixed API doc
|
ago%!(EXTRA string=7 years) |
Groove
|
751bc4f7f7
|
- Added missing equal and notEqual with epsilon for matrix types in EXT_vector_relational
|
ago%!(EXTRA string=7 years) |
Groove
|
afde3b4645
|
Added identity experiment #765
|
ago%!(EXTRA string=7 years) |
Groove
|
8f0b7c1373
|
Added missing equal and notEqual with epsilon for quaternion types
|
ago%!(EXTRA string=7 years) |
Groove
|
01f9ab5b6d
|
Revert "- Fixed unexpected operator== behavior #723"
This reverts commit c46981b4c3 .
|
ago%!(EXTRA string=7 years) |
Groove
|
c46981b4c3
|
- Fixed unexpected operator== behavior #723
|
ago%!(EXTRA string=7 years) |
Groove
|
c3c8b73c57
|
Use constexpr only with C++14 compiler
|
ago%!(EXTRA string=7 years) |
Groove
|
97e189606f
|
Added repro test for Conversion error with an aligned matrix #777
|
ago%!(EXTRA string=7 years) |
Groove
|
87ecf4a233
|
Fixed Visual C++ 2013 warnings in vector relational code #782
|
ago%!(EXTRA string=7 years) |
Groove
|
2b22509678
|
Fixed VC2015 build with GLM_FORCE_CTOR_INIT
|
ago%!(EXTRA string=7 years) |
Groove
|
bf7cc4a002
|
Merge branch 'master' of https://github.com/g-truc/glm
|
ago%!(EXTRA string=7 years) |
Groove
|
e1cddde7d5
|
Fixed VC2013 build
|
ago%!(EXTRA string=7 years) |
Groove
|
ea1fccae5e
|
Fixed definision and declarion constexpr miss match
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
75a711dffb
|
Fixed tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
0b39a77057
|
Fixed build errors
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
0e11546a3d
|
Removed unused messages
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
988858145c
|
Added intersectLineTriangle tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
57b03c92ae
|
Added force tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
b0d585dc18
|
Clean up
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
7c9c8cbd6f
|
Fixed clang build
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
bb0f4ef324
|
Fixed build error
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
b6321cb85e
|
Clean up configuration defines
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
1644f0f489
|
Removed restriction #if defined(GLM_FORCE_UNRESTRICTED_GENTYPE)
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
0dcb1e8a90
|
Removed extra GLM_FORCE_MESSAGES
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
96bf3c0d95
|
Removed GLM_FORCE_SWIZZLE and GLM_FORCE_UNRESTRICTED_GENTYPE restriction
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
4e574af7ac
|
Fixed GLM_USE_ALIGNED_GENTYPES initialization
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
508d0bcbb1
|
Fixed defaulted constructor and fixed anonymous struct detection and use
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
ba4a4c6014
|
Added missing template parameters, removed GLM_DEFAULT_CTOR
|
ago%!(EXTRA string=7 years) |
Groove
|
7e3f42eeda
|
Fixed initialisation
|
ago%!(EXTRA string=7 years) |
Groove
|
848800b5c4
|
Fixed glm::ortho #790
|
ago%!(EXTRA string=7 years) |
Groove
|
9a0311f327
|
Fixed Visual C++ language detection
|
ago%!(EXTRA string=7 years) |
Groove
|
3b98e220bc
|
Added /permissive-
|
ago%!(EXTRA string=7 years) |
Groove
|
1183d39f43
|
Fixed VC12 build, added VC 14 test
|
ago%!(EXTRA string=7 years) |
Groove
|
7f9cb53c54
|
Fixed Visual C++ 2013
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
61e68f2667
|
Fixed swizzle functions and operators tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
a23dd2f800
|
Clean up CMake project, added arithmetic operators to swizzle operators types
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
ac1f60997c
|
Fixed GCC and Cland build
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
9029ac9315
|
Removed dead file
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
6acd30c6c5
|
Fixed Clang build
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
4db3abe6b5
|
Refactored GLM_FORCE_MESSAGES, added swizzle operators and functions tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
d50c699515
|
Fixed SIMD support detection
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
657ca108ed
|
Fixed Visual C++ language detection
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
cb3436886e
|
Fixed Clang build
|
ago%!(EXTRA string=7 years) |
Groove
|
f27a24de0e
|
Refactor GLM messages and build targets
|
ago%!(EXTRA string=7 years) |
Groove
|
c432dfaad8
|
Enable MS language extension on Clang and GCC
|
ago%!(EXTRA string=7 years) |
Groove
|
1ad1edf315
|
Fixed clang warning
|
ago%!(EXTRA string=7 years) |
Groove
|
5c543e65f8
|
Fixed build
|
ago%!(EXTRA string=7 years) |