66 Commits (444b925b2a2b04ebd12e2683c40fff53397a6418)

Author SHA1 Message Date
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
Vladimír Vondruš 1234bc8c48 Animation: added Player::resume(). 8 years ago
Vladimír Vondruš c98a936b41 Animation: added a collection of easing functions. 8 years ago
Vladimír Vondruš f42fb83fae Animation: doc++ 8 years ago
Vladimír Vondruš 0226ab26c4 Math: make one-dimensional range just from scalar types. 8 years ago
Vladimír Vondruš d5fcfd82ec Animation: pass Key to player callbacks by value, not as const&. 8 years ago
Vladimír Vondruš 03ee1c6fe8 Animation: minor cleanup. 8 years ago
Vladimír Vondruš adaeb21a4d Animation: implemented Player:seekBy() / Player::seekTo(). 8 years ago
Vladimír Vondruš 65b870dfc8 Animation: pausing animation should never result in a stopped state. 8 years ago
Vladimír Vondruš 29d5d83af9 Animation: doc++ 8 years ago
Vladimír Vondruš d2914c78b4 Animation: test some more corner cases. 8 years ago
Vladimír Vondruš c546c0bd64 Animation: fix pause() behavior. 8 years ago
Vladimír Vondruš c9f179c474 Animation: test the pause better. 8 years ago
Vladimír Vondruš de995059c6 Animation: make Player::elapsed() behave correctly after a "run out". 8 years ago
Vladimír Vondruš 8a71cb6415 Animation: added Player::elapsed(). 8 years ago
Vladimír Vondruš 9eb1885923 Animation: doc++ 8 years ago
Vladimír Vondruš cbc35c4353 Stub documentation for transformation interpolation and animation. 8 years ago
Vladimír Vondruš 880bf7a1b6 Animation: list the new interpolators. 8 years ago
Vladimír Vondruš 9f8da6d47a Animation: prefer "shortest path" interpolators in interpolatorFor(). 8 years ago
Vladimír Vondruš b1b663fa65 Animation: support for spline interpolation. 8 years ago
Vladimír Vondruš ac11a8e815 Animation, Trade: support Complex for rotation animations. 8 years ago
Vladimír Vondruš ffe838a404 Animation: add an explanatory comment. 8 years ago
Vladimír Vondruš 4da2a2b503 Animation: fix XPASS on asm.js. 8 years ago
Vladimír Vondruš ba08003d66 Animation: workaround so we're able to test with MSVC debug iterators on. 8 years ago
Vladimír Vondruš 7fc58ed112 Animation: work around an ICE involving std::chrono on MSVC 2017. 8 years ago
Vladimír Vondruš fc454334ab Animation: more MSVC fun! 8 years ago
Vladimír Vondruš de28087903 Animation: make Player usable on MSVC. 8 years ago
Vladimír Vondruš e323ea7f26 Animation: properly handle Player with empty duration. 8 years ago
Vladimír Vondruš 06c811bb4d Animation: put a reminder for myself. 8 years ago
Vladimír Vondruš 2c5f97dacd Animation: Player move is not noexcept because compilers are weird today. 8 years ago