446 Commits (d16dbcd93c775a3d15a679ea32e35e2d0a13c7b9)

Author SHA1 Message Date
Vladimír Vondruš 2510a88b8f doc: don't link to deprecated APIs, again. 3 years ago
Vladimír Vondruš 64f5c1bff0 CMake: exclude test dirs from ALL with CORRADE_TESTSUITE_TEST_TARGET. 4 years ago
Vladimír Vondruš 37eec44dfe TgaImporter: fix a copypaste error in a test comment. 4 years ago
Vladimír Vondruš b5d1b6b443 TgaImporter: print a warning for files that are too long. 4 years ago
Vladimír Vondruš 95fbae2483 TgaImporter: recognize and skip TGA 2 file footer. 4 years ago
Vladimír Vondruš 7b15a64747 TgaImporter: no need for such a verbose error returns. 4 years ago
Vladimír Vondruš cf24c0140d TgaImporter: unify the error test cases. 4 years ago
Vladimír Vondruš acc23724c1 TgaImporter: use a better error message for RLE decoding failures. 4 years ago
Vladimír Vondruš 2fbdd85671 Adapt to Corrade changes. 4 years ago
Vladimír Vondruš 8616927a75 Don't take an Iterable by value. 4 years ago
Vladimír Vondruš 7711ed7dfe Don't warn about plugin options added to empty subgroups. 4 years ago
Vladimír Vondruš edbc0e106c AnyShaderConverter: fix a broken glslang test case. 4 years ago
Vladimír Vondruš 3ecd91c0df Add a Kate setting to wrap plugin conf files to 78 columns. 4 years ago
Vladimír Vondruš 723c747df4 Make plugin *.conf filenames follow the C++ source filenames. 4 years ago
Vladimír Vondruš 8d4d854d9c MagnumFont: peroperly link the TgaImporter dependency on static build. 4 years ago
Vladimír Vondruš 213e80426d AnySceneConverter: recognize glTF files. 4 years ago
Vladimír Vondruš ffba3e2643 AnySceneImporter: explicitly verify delegating *.glb files as well. 4 years ago
Vladimír Vondruš 569ae5a195 AnyImageImporter: fall back to BasisImporter if KtxImporter isn't found. 4 years ago
Vladimír Vondruš 54d0b999b1 Trade: un-combinatorially-explode ImageConverterFeatures. 4 years ago
Vladimír Vondruš c29c5d67f7 TgaImageConverter: fix a non-deprecated build. 4 years ago
Vladimír Vondruš 278431dd8f AnyImageConverter: bump plugin interface. 4 years ago
Vladimír Vondruš f5f96513b5 TgaImageConverter: expose file extension and MIME type interfaces. 4 years ago
Vladimír Vondruš 5795c1505b Tga{Importer,ImageConverter}: minor cleanup. 4 years ago
Vladimír Vondruš 89763380e1 AnySceneConverter: support whole scene conversion. 4 years ago
Vladimír Vondruš a5298a2c08 Any*Converter: clean up unused Corrade/Containers/StringStl.h includes. 4 years ago
Vladimír Vondruš 11cc18486b Any*{Converter,Importer}: clean up ancient log redirection in tests. 4 years ago
Vladimír Vondruš 424d666bab Any*{Importer,Converter}: no, raw string literals make no sense here. 4 years ago
Vladimír Vondruš 150d045275 Trade: full scene conversion support in AbstractSceneConverter. 4 years ago
Vladimír Vondruš 0588c1eefe AnyImageConverter: adapt test to changes in OpenExrImageConverter. 4 years ago
Vladimír Vondruš ba111be893 ObjImporter: unneeded include. 4 years ago
Vladimír Vondruš 6439cfac10 ObjImporter: test also when the first entry in the file is an index. 4 years ago
Vladimír Vondruš d3e16d8435 ObjImporter: test all cases of invalid mixed primitives. 4 years ago
Vladimír Vondruš 79aa6f3546 ObjImporter: test also normal index out of range. 4 years ago
Vladimír Vondruš 1226c9506b ObjImporter: use human readable names for invalid meshes. 4 years ago
Vladimír Vondruš a1095262b4 ObjImporter: clean up and deduplicate the tests. 4 years ago
Vladimír Vondruš 06b5bae5c8 CMake: drop notes about old CMake on old Xcode Travis images. 4 years ago
Vladimír Vondruš 94c231a646 TgaImporter: explicitly test for empty ImageFlags. 4 years ago
Vladimír Vondruš ad7aacc4fe TgaImageConverter: add a TODO that all other tests have. 4 years ago
Vladimír Vondruš aa2fbf34ed TgaImageConverter: warn if saving a 1D array image. 4 years ago
Vladimír Vondruš 22adb7a288 TgaImageConverter: move test data closer to the actual test cases. 4 years ago
Hugo Amiard bcb96eba36 CMake: Set each plugins output directory individually and per-config 4 years ago
Vladimír Vondruš b983781505 Prefix all CMake options with MAGNUM_*. 4 years ago
Vladimír Vondruš 0f063fe86a AnySceneImporter: propagate sceneField[For]Name() as well. 4 years ago
Vladimír Vondruš 36127c02e0 AnySceneImporter: fix meshAttribute[For]Name() without a file opened. 4 years ago
Vladimír Vondruš a67755921b AnySceneImporter: test meshAttribute[For]Name() propagation. 4 years ago
Vladimír Vondruš b9541f7f82 Any*{Importer,Converter}: clean up test file path passing. 4 years ago
Vladimír Vondruš 33a652c089 AnyImageImporter: doc++ 4 years ago
Vladimír Vondruš 389ee37843 AnyImageImporter: recognize WebP extension and header magic. 4 years ago
Vladimír Vondruš 5e3b610613 doc: remove Clang 3.8 references, advertise Clang 6+ as supported. 4 years ago
Vladimír Vondruš cdfe668d58 AnyImageImporter: recognize ASTC files and data. 4 years ago