45 Commits (12fc59bf193d09c2d6b3976c6abfef8aec5d4eae)

Author SHA1 Message Date
Vladimír Vondruš 12fc59bf19 Add macros with plugin interface strings for easier updates. 3 years ago
Vladimír Vondruš ca722eac6e Don't declare extern PluginManager::Manager template anywhere. 4 years ago
Vladimír Vondruš f049ba9012 Fix a non-deprecated build on MSVC, again. 4 years ago
Vladimír Vondruš d20f3c3656 Clearly mention that errors are printed on failures in plugin APIs docs. 4 years ago
Vladimír Vondruš 035af64b95 Work around clang-cl needing full definitions for extern template. 4 years ago
Vladimír Vondruš 13d04fdc38 Adapt to Corrade PluginManager changes. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš 440ece15fb Audio,Text,Trade: accept void ArrayViews in importer plugins. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš b9413d3ff5 doc: avoid plugin interface strings getting out of sync with docs. 6 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š 4090a88c97 Rework plugin search paths using new Corrade APIs. 6 years ago
Vladimír Vondruš 3b4093da14 Doc++ 6 years ago
Vladimír Vondruš 081dd8981f Doxygen, FFS. 6 years ago
Vladimír Vondruš d14655aa1d doc: fix outdated docs about plugin search paths. 6 years ago
Vladimír Vondruš 19dd7a0176 Move Feature[s] enums from inside plugin classes outside. 6 years ago
Vladimír Vondruš 84fc685c87 Trade, Audio: explicitly disallow custom deleters returned from plugins. 7 years ago
Vladimír Vondruš 118c3e4aca Audio: 100% test coverage for the base Importer class. 7 years ago
Vladimír Vondruš 0d71c1d1cc Search plugins relative to library DLLs on Windows. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 6cc7d2e3a5 Doxygen: extract private virtuals. 7 years ago
Vladimír Vondruš 3a78c4dd5a Audio: moved Buffer::Format to BufferFormat. 8 years ago
Vladimír Vondruš d48293c07f Don't compile pluginSearchPaths() on platforms that don't need it. 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š 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš c54739d6c9 Audio: updates for the new documentation theme. 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š a73e447545 Doxygen warning cleanup. 10 years ago
Vladimír Vondruš 3ab77b9112 Stress how Array instances returned from plugins should look like. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 3b03d15009 Audio: provide access to plugin manager in AbstractImporter. 11 years ago
Vladimír Vondruš 99ff54d3d9 Adapted to Corrade changes. 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š 0d9c21b491 doc: mention plugin interface string in plugin interface docs. 12 years ago
Vladimír Vondruš c3df68aa28 doc: make section headers in class/function docs have sane size. 12 years ago
Vladimír Vondruš cbe63c7a04 Removed superfluous template parameter from EnumSet typedefs. 12 years ago
Vladimír Vondruš bef951a582 Audio: completed documentation review. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 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š d00aa0c560 doc: thoroughly explained plugin usage. 13 years ago
Vladimír Vondruš 13d5e2a50f Removed enum-referencing Doxygen workarounds. 13 years ago
Vladimír Vondruš 95e1ae2efc Audio: added AbstractImporter plugin interface. 13 years ago