35 Commits (19dd7a01769eb06d87be2874dd8510ccc142e5ff)

Author SHA1 Message Date
Vladimír Vondruš 19dd7a0176 Move Feature[s] enums from inside plugin classes outside. 6 years ago
Vladimír Vondruš 44aed01d77 Fix plugins being searched in lib/ when it should be bin/ and vice versa. 6 years ago
Vladimír Vondruš 98232f383a Reduce string duplication in enum debug output operators. 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š 84fc685c87 Trade, Audio: explicitly disallow custom deleters returned from plugins. 7 years ago
Vladimír Vondruš 0d71c1d1cc Search plugins relative to library DLLs on Windows. 7 years ago
Vladimír Vondruš 93789721b2 De-inline Image headers, remove dependency on ImageView. 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Vladimír Vondruš 24b8ff086c Removed std::optional backwards compatibility. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 7021e405a8 Trade: exhaustive test for AbstractImageConverter. 8 years ago
Vladimír Vondruš 327f66183a Trade: debug output for AbstractImageConverter::Feature[s]. 8 years ago
Vladimír Vondruš 2502df3513 Trade: removed unreachable code. 8 years ago
Vladimír Vondruš d48293c07f Don't compile pluginSearchPaths() on platforms that don't need it. 8 years ago
Vladimír Vondruš 5c6ee9c93e Trade: oh well, how this ever happens?! 8 years ago
Vladimír Vondruš d1ed10c0a8 Implement pluginSearchPaths() for all plugin interfaces. 8 years ago
Vladimír Vondruš 93aeac258a Adapted to Corrade::PluginManager changes. 8 years ago
Vladimír Vondruš 799870021e Converting APIs returning std::optional to Containers::Optional. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 2ed3fba575 Adapted plugin constructor signatures to Corrade::PluginManager updates. 9 years ago
Vladimír Vondruš f490176cae Trade: added clever ImageConverter::exportTo*() ImageData overloads. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 21fc790632 Trade: make AbstractImageConverter API non-const. 11 years ago
Vladimír Vondruš 199d086419 Trade: provide access to plugin manager in AbstractImageConverter. 11 years ago
Vladimír Vondruš 2cbb57c6da Trade: improve AbstractImageConverter API. 11 years ago
Vladimír Vondruš 26efc33502 Compressed image support, part 13: plugin interface for compressors. 11 years ago
Vladimír Vondruš a808c3c7fb Compressed image support, part 2: renamed ImageReference to ImageView. 11 years ago
Vladimír Vondruš ad2b26c0b2 Trade: why am I returning naked pointer from a function?! 11 years ago
Vladimír Vondruš 45c6265ef7 Attempt to fix build without assertions no. 3. 11 years ago
Vladimír Vondruš fd0bfcb465 Get rid of annoying unsigned byte arrays. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 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
Vladimír Vondruš 5b56235084 Adapted to Corrade changes. 13 years ago
Vladimír Vondruš d945395800 Using Corrade::Utility::Directory::{read,write}() where possible. 13 years ago
Vladimír Vondruš 1d6015e95b Trade: pass ImageReference2D to image converter. 13 years ago
Vladimír Vondruš bb6e08ef1c Trade: properly return false instead of nullptr. 13 years ago
Vladimír Vondruš 3994790879 Trade: reworked AbstractImageConverter plugin interface. 13 years ago
Vladimír Vondruš d53110c3ac Trade: use Corrade::Containers::Array in AbstractImageConverter. 13 years ago
Vladimír Vondruš db71a23e3c Bring whole Corrade namespace into Magnum namespace. 13 years ago
Vladimír Vondruš 12a985526d Adapted to Corrade changes. 13 years ago
Vladimír Vondruš a56f7730b1 Trade: default-constructed pair is equivalent to that. 13 years ago
Vladimír Vondruš bbb764eff5 Base for image converter plugins. 13 years ago