109 Commits (2a6ebf091fca456fd90eba3d30aee4a71a202fb6)

Author SHA1 Message Date
Vladimír Vondruš 5d1369f570 Use Utility::move() and swap() instead of STL almost everywhere. 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš d310e2f04c Visibly link to the base interface docs from all plugin classes. 3 years ago
Vladimír Vondruš 5af5ecf1f7 Use the new plugin interface string macros in all plugins. 3 years ago
Vladimír Vondruš 694e60bb3d Trade: ability to provide names for custom animation track targets. 3 years ago
Hugo Amiard d3c690b865 Properly include Macros.h for CORRADE_AUTOMATIC_INITIALIZER(). 3 years ago
Vladimír Vondruš 64f5c1bff0 CMake: exclude test dirs from ALL with CORRADE_TESTSUITE_TEST_TARGET. 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
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š f024963ff9 {Obj,Tga}Importer: clean up now-unneeded StringStl.h includes. 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š b0bfcbe00e Adapt to Corrade changes. 4 years ago
Vladimír Vondruš f9ae3166a9 Trade: port plugin tests to the new Utility::Path. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš 4418bec270 Trade: bump AbstractImporter interface version. 4 years ago
Vladimír Vondruš e871cabfa6 Adapt plugins to the AbstractImporter interface change. 5 years ago
Vladimír Vondruš b7335e9264 ObjImporter: test double opening and double import. 5 years ago
Vladimír Vondruš ffdbae5974 ObjImporter: fix a GCC 11 warning. 5 years ago
Vladimír Vondruš ec19c25e46 Adapt to Corrade changes. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 9e3084ef4b CMake: make it possible to selectively disable static plugins as well. 5 years ago
Vladimír Vondruš 807a7e939c ObjImporter: compile with exceptions enabled on Emscripten. 6 years ago
Vladimír Vondruš 5327fe0ae2 CMake: make it possible to build only some plugins as static. 6 years ago
Vladimír Vondruš 8c24ea19d3 Trade: skin import in AbstractImporter. 6 years ago
Vladimír Vondruš 0ec8e002fb Trade: return Optional instead of Pointer from *Importer::material(). 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 1bd5efc1f8 doc: initial file format support tables. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš d3f2235759 Adapted to Corrade changes. 6 years ago
Vladimír Vondruš f782caaf52 ObjImporter: port the test away from MeshData3D. 6 years ago
Vladimír Vondruš 4269c1303b ObjImporter: port away from MeshDataXD. 6 years ago
Vladimír Vondruš dfacd7fb2d Trade: support mip levels in image import. 6 years ago
Vladimír Vondruš 6e04d0d4c6 CMake: add an explicit dependency between plugins and their tests. 6 years ago
Vladimír Vondruš 19dd7a0176 Move Feature[s] enums from inside plugin classes outside. 6 years ago
Vladimír Vondruš c1f43709fd doc: sweeping update of CMake usage instructions. 6 years ago
Vladimír Vondruš abf9d9aa50 plugins: modify binary output location only if all variables are set. 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š ef725cdbcf Adapt to changes to executable symbol defaults in CMake 3.4. 7 years ago
Vladimír Vondruš a018521a8c CMake: simplify plugin test setup. 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago