109 Commits (ebf1c7a9a529ca09b55e55fe603cebf2c2aaa8a1)

Author SHA1 Message Date
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 5f1fc1047d Trade: pack AnimationTrackData internals better. 3 years ago
Vladimír Vondruš 24fc74ed22 Animation: assert that TrackView gets keys and values of the same size. 3 years ago
Vladimír Vondruš 724713e0cb Animation: take a type-erased interpolator in TrackViewStorage. 3 years ago
Vladimír Vondruš a5c5f914d9 Animation: store a void StridedArrayView in TrackViewStorage. 3 years ago
Vladimír Vondruš 3bfc1c1e94 Animation: remove a suspicious internal TrackViewStorage constructor. 3 years ago
Vladimír Vondruš 4d9ae624d8 Animation: don't use void for empty function signatures. 3 years ago
Vladimír Vondruš 6a129b2cd2 Animation: add TrackViewStorage::interpolator(). 3 years ago
Vladimír Vondruš 4a6510b91e Animation: properly initialize all Track members. 3 years ago
Vladimír Vondruš 32398ffadd Animation: be less strict about bounds for double easings. 3 years ago
Vladimír Vondruš 3c8fd70c12 Animation: make Easing a template struct, add an Easingd typedef. 3 years ago
Vladimír Vondruš cb12b669a5 Animation: indent the Easing namespace. 3 years ago
Vladimír Vondruš 64f5c1bff0 CMake: exclude test dirs from ALL with CORRADE_TESTSUITE_TEST_TARGET. 4 years ago
Vladimír Vondruš 8e52981b56 Refresh the Timeline class and docs a bit. 4 years ago
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