406 Commits (cb3ac834855ca9b45af04ec4a07447b4a76ef587)

Author SHA1 Message Date
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
Vladimír Vondruš 602aac8036 AnyImageImporter: remove a TODO for KTX magic recognition. 4 years ago
Vladimír Vondruš c1d5454cf7 AnySceneImporter: use Compare::StringHasPrefix in a test. 4 years ago
Vladimír Vondruš f024963ff9 {Obj,Tga}Importer: clean up now-unneeded StringStl.h includes. 4 years ago
Vladimír Vondruš 2ee6054f69 doc: adapt to the fact there's a real GltfImporter now. 4 years ago
Vladimír Vondruš cfd0a1a454 AnyImage{Importer,Converter}: recognize OpenVDB file extension. 4 years ago
Vladimír Vondruš a6b608ff05 AnyImage{Importer,Converter}: doc++ 4 years ago
Vladimír Vondruš 4a8c76a497 AnySceneImporter: recognize 3MF files. 4 years ago
Vladimír Vondruš 5aed8e8e08 Doc++ 4 years ago
Vladimír Vondruš 7f4500d9e0 ShaderTools: port away from std::pair. 4 years ago
Vladimír Vondruš 8f311ad5fd Adapt remaining code to not use deprecated Optional<Array> conversion. 4 years ago
Vladimír Vondruš 40db6c44bb TgaImageConverter: amazing, std::ostream has bool conversion? 4 years ago
Vladimír Vondruš 51f7862e00 ShaderTools,Trade: return Optional<Array<char>> from converter plugins. 4 years ago
Vladimír Vondruš 1fca6e8410 AnySceneConverter: doc++ 4 years ago
Vladimír Vondruš be91c51975 Any*{Importer,Converter}: forgot to port these away from std::string. 4 years ago
Vladimír Vondruš 505ad471ad CMake: use the CMAKE_FOLDER variable instead of FOLDER property. 4 years ago
Vladimír Vondruš bcbef6a014 ObjImporter: horrific TODOs for nasty code. 4 years ago
Vladimír Vondruš 3344c372d1 Trade: port AbstractImporter away from std::string. 4 years ago
Vladimír Vondruš 13d04fdc38 Adapt to Corrade PluginManager changes. 4 years ago
Vladimír Vondruš f1d0d750bb WavAudioImporter: don't use std::copy() just because <string> pulled it in. 4 years ago
Vladimír Vondruš b0bfcbe00e Adapt to Corrade changes. 4 years ago
Vladimír Vondruš 3fc9028b54 Any*{Importer,Converter}: use string view APIs for extension matching. 4 years ago
Vladimír Vondruš 3e2bbb6ad0 ShaderTools: port to the new Utility::Path, including plugins, 4 years ago
Vladimír Vondruš ac75f0b67a Audio: port to the new Utility::Path, including the plugins. 4 years ago
Vladimír Vondruš 05c0a01b94 Text: port to new Utility::Path, including plugins. 4 years ago
Vladimír Vondruš f9ae3166a9 Trade: port plugin tests to the new Utility::Path. 4 years ago
Vladimír Vondruš 8057051d9a Document what each #include <algorithm> is for. 4 years ago
Vladimír Vondruš 44db05a13c Don't call Utility::Directory::rm() unconditionally in tests. 4 years ago
Vladimír Vondruš 3b2ad338e2 Port from Utility::formatString() to Utility::format() where possible. 4 years ago
Vladimír Vondruš 7a462590ab Any{Scene,Image}Importer: propagate file callbacks as well. 4 years ago
Vladimír Vondruš 6cbc37ecda AnyImageImporter: don't abuse file callbacks to test data opening. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš 578baf3168 Any{Image,Scene}{Importer,Converter}: improve plugin checks in tests. 4 years ago
Vladimír Vondruš 4d14d91d5d AnyImageConverter: Basis now supports also 3D (2D array) image export. 4 years ago
Vladimír Vondruš 150435ee62 CMake: prefer -pthread over -lpthread. 4 years ago
Vladimír Vondruš 6ba8695668 AnyImageConverter: whoops, again didn't test the correct path here. 4 years ago
Vladimír Vondruš 9fbc637f76 AnyImageConverter: recognize KTX2 for basically all image types. 4 years ago
Vladimír Vondruš fe8681d53a AnyImageConverter: minor cleanup in the test. 4 years ago
Vladimír Vondruš 8d03168918 AnyImageConverter: BasisImageConverter now has multi-level export also. 4 years ago
Vladimír Vondruš 1f33071b3c AnyImageConverter: support KTX2 also in 3D and 2D/3D levels code paths. 4 years ago
Vladimír Vondruš d2e3d6d82f AnyImageConverter: why would I want them, anyway. 4 years ago