11769 Commits (9e2dbca36996d6feaf1c919c706c0eaba6ed6445)
 

Author SHA1 Message Date
Jonathan Hale 9e2dbca369
Merge 47e7f6bdb4 into 59b893b176 5 days ago
Vladimír Vondruš 59b893b176 Fix Clang's -Wunused-template warning better. 5 days ago
Vladimír Vondruš 5a7424643b Math: make Matrix3 and Matrix4 projection() APIs constexpr on C++14. 3 weeks ago
Vladimír Vondruš 85a9e63996 Math: slightly modernize certain Matrix[34] test code. 3 weeks ago
Vladimír Vondruš 145fc82c75 CMake: use GNUInstallDirs to define installation locations. 3 weeks ago
Vladimír Vondruš 06123926c4 modules: updated FindCorrade.cmake. 3 weeks ago
Vladimír Vondruš 3eef63597d Updated toolchains submodule. 4 weeks ago
Vladimír Vondruš 862ae78d4b Trade: skip these deprecation macros to silence Emscripten Clang 23. 4 weeks ago
Vladimír Vondruš 47f5ea1c1b Math: these test declarations were never actually implemented. 4 weeks ago
Vladimír Vondruš 502572cc92 GL: this unused template warning had a point, though. 4 weeks ago
Vladimír Vondruš b8bddc438c Suppress pointless Clang 23 unused template warnings. 4 weeks ago
Vladimír Vondruš fa85cad498 Adapt to Emscripten version macro rename. 4 weeks ago
Vladimír Vondruš c344f65c28 doc: reference a magnum-extras MSYS package as well. 1 month ago
Vladimír Vondruš 8938200041 package/msys: update the stable package to the 2020.06 tag. 1 month ago
Vladimír Vondruš e69c87435c Remove remaining mentions of C++14 from project description. 1 month ago
Vladimír Vondruš 768b7d502e Vk: nope, this library isn't C++14-only. 1 month ago
Vladimír Vondruš f249823f5f modules: properly specify transitive Corrade dependencies. 1 month ago
Vladimír Vondruš 1e9da45172 modules: make ShaderTools component dependencies explicitly empty. 1 month ago
Vladimír Vondruš 4debf7f483 modules: add missing libraries and plugins to Corrade dependency lookup. 1 month ago
Vladimír Vondruš a532561e4b Put remaining single-statement branch contents on the following line. 1 month ago
Vladimír Vondruš c3addad07a Adapt to Corrade::Containers Array[View] API deprecation. 1 month ago
Vladimír Vondruš 021da1f966 GL: can just reinterpret instead of allocating a temporary array. 1 month ago
Vladimír Vondruš 844f3eaf2d doc: make the dependency diagrams a bit more consistent. 1 month ago
Vladimír Vondruš 665062bf03 doc: reflect certain Corrade libraries and plugins being deprecated. 1 month ago
Vladimír Vondruš 0bebd4d552 doc: don't disable deprecated libraries by default in dev guide. 1 month ago
Vladimír Vondruš 6b8db596b5 modules: updated FindCorrade.cmake. 1 month ago
Vladimír Vondruš de5b252408 Forgot to update these for MagnumFont{,Converter} being deprecated. 1 month ago
Vladimír Vondruš e0f13ad938 ObjImporter: doc++ 2 months ago
Vladimír Vondruš 2d68ac8617 AnyAudioImporter: this std::string usage is also unnecessary. 2 months ago
Vladimír Vondruš 0f1099df0b Audio: port AbstractImporter away from std::string. 2 months ago
Vladimír Vondruš d57fcc8ed8 Audio: add a TODO, again matching what's in GL::Context already. 2 months ago
Vladimír Vondruš 2e4af30b38 Audio: deprecate Context::supportedExtensions(). 2 months ago
Vladimír Vondruš 82664481b7 Audio: port Context away from std::vector and std::string. 2 months ago
Vladimír Vondruš a3b7075663 GL: clarify null termination in Context::extensionStrings(). 2 months ago
Vladimír Vondruš ecaea78669 Audio: don't calculate strlen twice for no reason. 2 months ago
Vladimír Vondruš f3d2cb9cbf Audio: minimal test for Context::deviceSpecifierStrings(). 2 months ago
Vladimír Vondruš c19f6f5a23 Audio: the heck is this instanced test code. 2 months ago
Vladimír Vondruš fdfe327f9a Put single-statement branch contents on the following line. 2 months ago
Vladimír Vondruš 82c76d3374 GL: don't use the slower splitOnWhitespace() when split() is enough. 2 months ago
Vladimír Vondruš 1037381279 GL: this STL compat include is no longer needed. 2 months ago
Vladimír Vondruš 5f3dac61bb Trade: no need to use a stringstream for Debug redirection here. 2 months ago
Vladimír Vondruš c4b1594d9d GL: ... and neither Optional has to be in Context.h. 2 months ago
Vladimír Vondruš dc41025ffc GL: remove stray unused expression. 2 months ago
Vladimír Vondruš 6ed7ee7b72 GL: don't need to include StaticArray in Context.h. 2 months ago
Vladimír Vondruš 3a2a6b9179 Vk: string views can be trimmed now, but STL still sucks. 2 months ago
Vladimír Vondruš 45e7952ad4 doc: list GL::Context::supportedExtensions() among deprecated APIs. 2 months ago
Vladimír Vondruš 82b3963632 Audio,GL: document why <cstdlib> is included. 2 months ago
Vladimír Vondruš 90df6e4449 Audio: doc++ 2 months ago
Vladimír Vondruš e7e0f250ce Audio: unused include. 2 months ago
Vladimír Vondruš 458a21953f Platform: clarify what happens to the view in Configuration::setTitle(). 2 months ago