42 Commits (f1c713f4c8809e4c3f50bd3864b97a8858cf8106)

Author SHA1 Message Date
Vladimír Vondruš 1026aee80e Moved the NoInit tag from Math to the root namespace. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 22118c754d Math: attempt to deconfuse orthogonalization/orthonormalization a bit. 6 years ago
Vladimír Vondruš 09e6145990 Math: improve Kahan Sum benchmark by comparing to doubles as well. 7 years ago
Vladimír Vondruš 3d5f50ac49 Test: use the new setTestCaseTemplateName(). 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Vladimír Vondruš 3a1713d549 Math: no need to include <tuple> just for std::tie() in tests. 7 years ago
Vladimír Vondruš 2149f7b869 Wrap all tests in unnamed namespaces. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 44b059bbc5 Math/Algorithms: improve SVD docs, add a test for xform decomposition. 8 years ago
Vladimír Vondruš 3a8b1a2121 Math/Algorithms: reimplement QR decomposition using Gram-Schmidt. 8 years ago
Vladimír Vondruš f9328e3f64 Math/Algorithms: update algorithm docs and make code snippets compiled. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 05bb8b419a Math: updates for the new documentation theme. 8 years ago
Vladimír Vondruš f470b4369c Math/Algorithms: update XFAIL for WebAssembly. 9 years ago
sigman 04c7ffdf1b Math/Algorithms: MSVC 2017 needs operator==() as well. 9 years ago
Vladimír Vondruš c6d77161a4 Math/Algorithms: deprecated std::iterator still needed in MSVC 2017. 9 years ago
Vladimír Vondruš df47c73290 Math: "fixed" SvdTest on recent Emscripten versions. 9 years ago
Vladimír Vondruš 12fa6961c8 Use CMake folders also for OBJECT libraries, executables and tests. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš c8cc1dc88e Math: expect failure in SVD test only on non-optimized Emscripten builds. 9 years ago
Vladimír Vondruš 543782d78b Math: added Algorithms::kahanSum(). 9 years ago
Vladimír Vondruš 1a077391ce Math: expect failure in Double SVD test on recent Emscripten versions. 10 years ago
Vladimír Vondruš a2e3c3a3f4 Math: added Algorithms::gaussJordanInverted(). 10 years ago
Vladimír Vondruš 96e57ff876 Math: simplify the SVD test code by making it templated. 10 years ago
Vladimír Vondruš ab6ffe68ee Math: Added Algorithms::qr(). 10 years ago
Vladimír Vondruš eaeda24399 Don't restrict Double usage on OpenGL ES. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 5391ab247e Math/Algorithms: fix variable shadowing. 11 years ago
Vladimír Vondruš 3a8ac02909 Math: more explicit default zero/identity constructors. 11 years ago
Vladimír Vondruš 64bc2393d1 Math: made dot(), angle(), *lerp() and cross() free functions. 11 years ago
Vladimír Vondruš 65a2e5677a Properly use the "Std Swap Two Step". 11 years ago
Vladimír Vondruš c71dc12503 Making test declarations more compact. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 7dd224ed21 Math: removed autolink-preventing % noise, removed unneeded HTML tags. 12 years ago
Vladimír Vondruš 217b53ceb2 Display all headers in project view of IDEs. 12 years ago
Vladimír Vondruš b60c2dcb51 Math: better algorithm for comparing floating-point values. 12 years ago
Vladimír Vondruš 81039fc2c9 Math: completed documentation review. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 12 years ago
Vladimír Vondruš 8c2291aa49 Making includes absolute, part 4: using absolute includes for Corrade. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago