81 Commits (1fe8df400b214a6f3f484c4dba6721f8e3e4cbee)

Author SHA1 Message Date
Vladimír Vondruš 5327fe0ae2 CMake: make it possible to build only some plugins as static. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš 6e04d0d4c6 CMake: add an explicit dependency between plugins and their tests. 7 years ago
Vladimír Vondruš 19dd7a0176 Move Feature[s] enums from inside plugin classes outside. 7 years ago
Vladimír Vondruš 16f845e4fb WavAudioImporter: fix the tests to work on any endian and char signs. 7 years ago
Vladimír Vondruš 7cfa1709ef WavAudioImporter: FFS GCC. 7 years ago
Vladimír Vondruš 2ff5d32156 WavAudioImporter: make it work on Big-Endian platforms, support RIFX. 7 years ago
Vladimír Vondruš 0fed65a3e5 WavAudioImporter: fix a comment. 7 years ago
Vladimír Vondruš c1f43709fd doc: sweeping update of CMake usage instructions. 7 years ago
Vladimír Vondruš 98232f383a Reduce string duplication in enum debug output operators. 7 years ago
Vladimír Vondruš abf9d9aa50 plugins: modify binary output location only if all variables are set. 7 years ago
Vladimír Vondruš 3a243a04b2 CMake: put all binaries into a dedicated location in the build dir. 7 years ago
Vladimír Vondruš ef725cdbcf Adapt to changes to executable symbol defaults in CMake 3.4. 7 years ago
Vladimír Vondruš a018521a8c CMake: simplify plugin test setup. 7 years ago
Vladimír Vondruš b0531c4cc1 WavAudioImporter: MSVC WHAT THE HELL. 7 years ago
Vladimír Vondruš 5bb6878df5 WavAudioImporter: what's with all those empty return statements. 7 years ago
Vladimír Vondruš 3d9966378d WavAudioImporter: test for empty files consistently with other plugins. 7 years ago
Vladimír Vondruš ffd04e96eb WavAudioImporter: a file with zero samples is not an error. 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Vladimír Vondruš f9f3df69de Get rid of std::unique_ptr. 8 years ago
Vladimír Vondruš f325507618 Drop more CMake pre-3.1 compatibility. 8 years ago
Vladimír Vondruš 2149f7b869 Wrap all tests in unnamed namespaces. 8 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 8 years ago
Vladimír Vondruš d567780e08 {Wav,Any}AudioImporter: make the plugins searchable by their names too. 8 years ago
Vladimír Vondruš 3a78c4dd5a Audio: moved Buffer::Format to BufferFormat. 8 years ago
Vladimír Vondruš 920db7aa73 Split the Trade library out. 8 years ago
Vladimír Vondruš 84af73a582 plugins: new testing workflow. 8 years ago
Vladimír Vondruš eefe80cbb6 WavAudioImporter: no need to export from private header. 8 years ago
Vladimír Vondruš 82f8bbe10d Apparently relative paths don't work. 9 years ago
Vladimír Vondruš e27f3b4e12 Automagic way of importing static plugins. 9 years ago
Vladimír Vondruš 6a03440f21 WavAudioImporter: no need to expose the private stuff in public docs. 9 years ago
Vladimír Vondruš 8e49ba20ec doc: building docs updates. 9 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 9 years ago
Vladimír Vondruš 1ec14c678b Local Doxygen ignores for symbol export macros. 9 years ago
Vladimír Vondruš dca4ba7881 CMake: specify folders for plugins as well. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 10 years ago
Vladimír Vondruš f4ca50a7ca WavAudioImporter: test for size of imported data. 10 years ago
Vladimír Vondruš 044fd3d4f9 WavAudioImporter: vertical/horizontal code compression. 10 years ago
Vladimír Vondruš 4509dbb1b1 Don't use deprecated Corrade functionality. 10 years ago
Vladimír Vondruš ee3afc1bbc Code simplification in plugin tests. 10 years ago
Vladimír Vondruš 2ed3fba575 Adapted plugin constructor signatures to Corrade::PluginManager updates. 10 years ago
Vladimír Vondruš 081f79a766 Bundle test files for both Android and Emscripten. 10 years ago
Vladimír Vondruš ddf6cd27f0 CMake: install plugin binary / library to different places. 10 years ago
Alice 92083ea9e3 WavAudioImporter: Shrink example WAV files 10 years ago
Vladimír Vondruš a29d3c31ba WavAudioImporter: fix typo causing Emscripten build to fail. 10 years ago
Vladimír Vondruš 70eb0e816f WavAudioImporter: use MuLaw consistently. 10 years ago
Vladimír Vondruš d3fc5f9410 WavAudioImporter: put new enums into the Debug output operator. 10 years ago
Alice 921a11564d WavAudioImporter: improve tests. 10 years ago
Alice 048a1b2b90 Add tests to improve coverage 10 years ago