You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Vladimír Vondruš b7303c9022 Merge branch 'master' into compatibility 13 years ago
..
Algorithms Merge branch 'master' into compatibility 13 years ago
Geometry GCC 4.6 compatibility: vector conversion is not constexpr. 13 years ago
Test GCC 4.4 compatibility: issues with lack of explicit conversion operators. 13 years ago
Angle.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Angle.h Various other compilation fixes for OpenGL ES target. 13 years ago
BoolVector.h Relicensing to MIT/Expat license, part 2: headers. 13 years ago
CMakeLists.txt Math: renamed MathTypeTraits to TypeTraits. 13 years ago
Complex.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Complex.h Merge branch 'master' into compatibility 13 years ago
Constants.h Math: fix compilation of tests with OpenGL ES. 13 years ago
Dual.h Math: renamed MathTypeTraits to TypeTraits. 13 years ago
DualComplex.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
DualComplex.h Math: better isNormalized() implementation. 13 years ago
DualQuaternion.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
DualQuaternion.h Math: better isNormalized() implementation. 13 years ago
Functions.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Functions.h Math: make trignometric functions working with Unit base class. 13 years ago
Math.h Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Matrix.h Math: simplified Matrix::isOrthogonal(). 13 years ago
Matrix3.h GCC 4.4 compatibility: workarounds for strict-aliasing fascism. 13 years ago
Matrix4.h GCC 4.5 compatibility: this workaround is not needed anymore. 13 years ago
Quaternion.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Quaternion.h Math: better isNormalized() implementation. 13 years ago
RectangularMatrix.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
RectangularMatrix.h GCC 4.5 compatibility: can't list-initialize array of classes. 13 years ago
Swizzle.h Relicensing to MIT/Expat license, part 2: headers. 13 years ago
TypeTraits.h Merge branch 'master' into compatibility 13 years ago
Unit.h GCC 4.4 compatibility: no explicit conv op on Unit and related issues. 13 years ago
Vector.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Vector.h GCC 4.4 compatibility: no std::declval here. 13 years ago
Vector2.h GCC 4.4 compatibility: no std::declval here. 13 years ago
Vector3.h GCC 4.4 compatibility: no std::declval here. 13 years ago
Vector4.h GCC 4.4 compatibility: no std::declval here. 13 years ago