95 Commits (0aa40f092b4675c65a2b893717aca32ede12bd2d)

Author SHA1 Message Date
Vladimír Vondruš 983a99d540 Animation,Trade: add various TODOs. 4 years ago
Vladimír Vondruš 5312a016f4 Math: rename BoolVector to BitVector. 4 years ago
Vladimír Vondruš 6bdffb2796 Test: make use of CORRADE_SKIP_IF_NO_ASSERT(). 4 years ago
Vladimír Vondruš b983781505 Prefix all CMake options with MAGNUM_*. 4 years ago
Vladimír Vondruš 3f13bdb25c Packed debug output for enums used by Trade. 4 years ago
Vladimír Vondruš 505ad471ad CMake: use the CMAKE_FOLDER variable instead of FOLDER property. 4 years ago
Vladimír Vondruš b0bfcbe00e Adapt to Corrade changes. 4 years ago
Vladimír Vondruš 7ccd58aa6f Test: adapt to Tester::setTestCase*() taking Containers::StringView now. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš efcdfc1221 Adapt to removal of CORRADE_MSVC2019_COMPATIBILITY. 4 years ago
Aaron Gokaslan ca677c69fe Fix typos 5 years ago
Vladimír Vondruš ef77fac659 Animation: explicitly mark Track move construction/assignment as noexcept. 5 years ago
Vladimír Vondruš ec19c25e46 Adapt to Corrade changes. 5 years ago
Vladimír Vondruš ed9deff432 Test: adapt to a less shitty CORRADE_COMPARE(). 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 91631139f7 Test: use shorter std::is_copy_{constructible,assignable} everywhere. 5 years ago
Vladimír Vondruš 5222cf3478 doc: change all "latest" additions/deprecations to 2020.06. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 766b03fc38 Animation: add TrackViewStorage::values(). 6 years ago
Vladimír Vondruš cda8504b08 Animation: hmm, this isn't right. 6 years ago
Vladimír Vondruš f3c2bfb093 Animation: why not just cast the thing? 6 years ago
William JCM 8a42c727c1 Fix one particular kind of linker errors on MingGW Clang. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš d3f2235759 Adapted to Corrade changes. 6 years ago
Vladimír Vondruš 1da3b04d19 Animation: this documentation is clearly wrong. 6 years ago
Vladimír Vondruš 3711125b7d Animation: now that STL is gone, Player can be noexcept-movable. 6 years ago
Vladimír Vondruš b31d7b1f03 Animation: there's no need to use STL in Player internals anymore. 6 years ago
Vladimír Vondruš 881003d90b Test: adapt tests to change in TestSuite float epsilon precisions. 6 years ago
Vladimír Vondruš 88fabb1ef6 Math: reduce header dependencies a bit. 6 years ago
Vladimír Vondruš c1f43709fd doc: sweeping update of CMake usage instructions. 6 years ago
Vladimír Vondruš fbfb060b46 Animation: export just the function to avoid clang-cl complaining. 6 years ago
Vladimír Vondruš 323829ac15 Work around clang-cl forgetting dllexport on extern templates. 6 years ago
Vladimír Vondruš 98232f383a Reduce string duplication in enum debug output operators. 7 years ago
Vladimír Vondruš c4fe09f5df Animation: MSVC 2015, are you upset about this? 7 years ago
Vladimír Vondruš 954798a9ba Animation: allow mutable access to data referenced by TrackView. 7 years ago
Vladimír Vondruš d542e2b7e2 Animation: MSVC 2019 still doesn't like this. 7 years ago
Vladimír Vondruš 55960fb0b4 Animation: use float literals everywhere. 7 years ago
Vladimír Vondruš fb930187c1 Animation: adapt to Corrade changes. 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Vladimír Vondruš f8b9c69b16 Don't use std::tie() on std::pair(). 7 years ago
Vladimír Vondruš 2b30246ff2 Fixed various MSVC warnings about clashing variable names. 7 years ago
Vladimír Vondruš d0673816ef Animation: fix TrackView to have the same default extrapolation as Track. 7 years ago
Vladimír Vondruš a36d8eb033 Remove use of std::reference_wrapper where possible. 7 years ago
Vladimír Vondruš a31ae86500 Of course there were tests that got never executed. 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š c231b8c84c Doc++ 7 years ago
Vladimír Vondruš 382b6978fe Animation: make the Easing namespace easier to find via search. 8 years ago
Vladimír Vondruš 07101c8ebf Animation: properly set IDE folders for tests. 8 years ago
Vladimír Vondruš e74749043c Animation: make it possible to advance() multiple players at once. 8 years ago