9526 Commits (54394e2c2f0029aa1f767ac895829d4070616328)
 

Author SHA1 Message Date
Vladimír Vondruš 54394e2c2f Trade: fix deprecated build on MSVC. 4 years ago
Vladimír Vondruš 02e4aa4f20 Platform: clarify CMake subproject setup for Sdl2Application. 4 years ago
Vladimír Vondruš 7e3012fa57 {image,scene}converter: show non-default DataFlags in --info. 4 years ago
Vladimír Vondruš 3bff4c73b9 sceneconverter: print colors as actual colors in --info, if possible. 4 years ago
Vladimír Vondruš 823716a475 {scene,image}converter: colored and more compact output for --info. 4 years ago
Vladimír Vondruš 7fb63a9434 *converter: join --plugin-dir with a relative search path, not absolute. 4 years ago
Vladimír Vondruš 3f13bdb25c Packed debug output for enums used by Trade. 4 years ago
Vladimír Vondruš c9cce7f307 MeshIndexType and MeshPrimitive is 32-bit, verify it's printed as such. 4 years ago
Vladimír Vondruš 5513eba398 Math: packed debug output for angles, matrices and vectors. 4 years ago
Vladimír Vondruš 505ad471ad CMake: use the CMAKE_FOLDER variable instead of FOLDER property. 4 years ago
Vladimír Vondruš 3717043ae2 Trade: fix non-deprecated build on MSVC. 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š 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š f44ea76ada package/archlinux: run tests faster. 4 years ago
Vladimír Vondruš c7b2922cf1 Test: don't mix up CORRADE_BUILD_DEPRECATED and MAGNUM_BUILD_DEPRECATED. 4 years ago
Vladimír Vondruš a6ca65c050 imageconverter: remove one unneeded use of Utility::String. 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š 4a336b7e8a DebugTools: this enum should be a local symbol. 4 years ago
Vladimír Vondruš fde85d451a CMake: clean up last mention of Utility::Directory. 4 years ago
Vladimír Vondruš 17a0817283 modules: updated FindCorrade.cmake. 4 years ago
Vladimír Vondruš 49b6e284c0 Trade: don't use deprecated Corrade functionality in deprecated code. 4 years ago
Vladimír Vondruš 73567eeee9 doc: port various image generating utils to Utility::Path. 4 years ago
Vladimír Vondruš c57325385f *converter: port command-line utilities to the new Utility::Path. 4 years ago
Vladimír Vondruš 7ccd58aa6f Test: adapt to Tester::setTestCase*() taking Containers::StringView now. 4 years ago
Vladimír Vondruš 0001308d61 Test: port file/image comparison tests to the new Utility::Path. 4 years ago
Vladimír Vondruš 160fbf7d3c GL: port to Utility::Path. 4 years ago
Vladimír Vondruš 2356b57418 Vk: port to the new Utility::Path. 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š 98296567a7 Trade: port to the new Utility::Path. 4 years ago
Vladimír Vondruš a5bc6be094 DebugTools: port CompareImage to Utility::Path, remove all std::strings. 4 years ago
Vladimír Vondruš e779c0a3e7 Math: doc++ 4 years ago
Vladimír Vondruš e92c4316ac sceneconverter: properly fail --info-scenes if importing a scene fails. 4 years ago
Vladimír Vondruš 8057051d9a Document what each #include <algorithm> is for. 4 years ago
Vladimír Vondruš 9f65db2e2b Math: use String::contains() instead of std::find(). 4 years ago
Vladimír Vondruš db6fbda1de Test: don't compare char* pointers. 4 years ago
Vladimír Vondruš 97e45ea14d Adapt tests to changes in Utility::Directory error reporting. 4 years ago
Vladimír Vondruš 44db05a13c Don't call Utility::Directory::rm() unconditionally in tests. 4 years ago
Vladimír Vondruš 1c6f77389d Platform: consistently add -fPIC to all contexts on dynamic builds. 4 years ago
Vladimír Vondruš 5352361e0c Trade: hide the deprecated OptionalButAlsoPointer helper. 4 years ago
Vladimír Vondruš 37f826c85c DebugTools: use Debug instead of Error for testing comparator output. 4 years ago
Vladimír Vondruš 3b2ad338e2 Port from Utility::formatString() to Utility::format() where possible. 4 years ago
Vladimír Vondruš 5f54cc4702 GL: drop a silly <tuple> from state tracker internals. 4 years ago
Vladimír Vondruš bc884428f8 GL: port label() / setLabel() away from std::string. 4 years ago