47 Commits (63cb469b292fa7427c6cee17cb2e352721248792)

Author SHA1 Message Date
Vladimír Vondruš eea9d32959 Trade: tighten AbstractImageConverter input requirements. 5 years ago
Vladimír Vondruš 008583d2b2 Trade: support specifying mip levels in AbstractImageConverter. 5 years ago
Vladimír Vondruš 2df2a47007 Trade: support 1D and 3D images in AbstractImageConverter. 5 years ago
Vladimír Vondruš d4c5b3f566 Trade: refresh the AbstractImageConverter API. 5 years ago
Vladimír Vondruš 29ac7b5a4d Trade,ShaderTools: add addFlags() / clearFlags() to all plugin interfaces. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 78f38b89ad Trade: doc++ 6 years ago
Vladimír Vondruš b9413d3ff5 doc: avoid plugin interface strings getting out of sync with docs. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 0bdb70fcf6 Trade: add flags to AbstractImporter and AbstractImageConverter. 6 years ago
Vladimír Vondruš 4090a88c97 Rework plugin search paths using new Corrade APIs. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
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