11248 Commits (69c6bb9de2f0f1fcd17f1fe1171e57c34c74a3bf)
 

Author SHA1 Message Date
Vladimír Vondruš 69c6bb9de2 GL: clean up redundant GL:: prefixes in a bunch of places. 1 year ago
Vladimír Vondruš 9a13a08dc7 GL: store pixel size in the BufferImage instance. 1 year ago
Vladimír Vondruš 785d1f1ebd GL: verify minimal sanity of BufferImage{NoCreate} instance properties. 1 year ago
Vladimír Vondruš 6ddec39fe4 GL: delegate one more BufferImage constructor to reduce redundancy. 1 year ago
Vladimír Vondruš 680e7ee4eb Test: verify that storage skip can be set for placeholder Image too. 1 year ago
Vladimír Vondruš 621677bab8 GL: properly test placeholder *BufferImage construction. 1 year ago
Vladimír Vondruš 8a0329009d Test: add an XFAIL for 1D image data size calculation. 1 year ago
Vladimír Vondruš 491b7bd48b Text: missing <utility> for a deprecated std::pair usage. 1 year ago
Vladimír Vondruš d27246de65 modules: make the FindSDL2 config delegation work with CMake < 3.18. 1 year ago
Vladimír Vondruš d40ef7ae55 Platform: add some more sizes and a 16:10 ratio to WebApplication.css. 1 year ago
Vladimír Vondruš 66a2ce87cd Text: fix DistanceFieldGlyphCacheGLTest failing on recent Mesa. 1 year ago
Vladimír Vondruš e43eba68db Remove another aspect of ImageView that was deprecated in 2019.10. 1 year ago
Vladimír Vondruš e553cb973c Document why Image*::size() is returning a const&. 1 year ago
Vladimír Vondruš a2a98db534 These functions cannot be constexpr, there's no constexpr constructor. 1 year ago
Vladimír Vondruš d7594fd5ef MeshTools: remove STL-heavy generateFlatNormals() deprecated in 2019.10. 1 year ago
Vladimír Vondruš 07f717c354 Remove enums values containing typos that were deprecated in 2019.10. 1 year ago
Vladimír Vondruš 02a26a6e14 Math: remove Frustum::planes() deprecated in 2019.10. 1 year ago
Vladimír Vondruš 53b7e178bd Removed the MAGNUM_BUILD_MULTITHREADED macro deprecated in 2019.10. 1 year ago
Vladimír Vondruš 93679c6c60 Removed templated & unsafe Image*::data() APIs deprecated in 2019.10. 1 year ago
Vladimír Vondruš 899602d3f4 Remove InputFileCallbackPolicy enum aliases deprecated in 2019.10. 1 year ago
Vladimír Vondruš c6ba6282e5 DebugTools: remove ForceRendererOptions::scale() deprecated in 2019.10. 1 year ago
Vladimír Vondruš 1df0d7538b DebugTools: remove declarations of long-removed deprecated APIs. 1 year ago
Vladimír Vondruš 664b809916 MeshTools: I knew I forgot to finish something. 1 year ago
Vladimír Vondruš 49ee64c36f singles: update changelogs. 1 year ago
Vladimír Vondruš 47b2251968 singles: expose batch Math APIs and a subset of MeshTools. 1 year ago
Vladimír Vondruš 1986d27d0c MeshTools: don't use the deprecated CORRADE_BIG_ENDIAN macro. 1 year ago
Vladimír Vondruš 2cf38e2e01 singles: update changelog. 1 year ago
Vladimír Vondruš 632a201cc3 singles: Math uses Corrade unprefixed now, make it work here as well. 1 year ago
Vladimír Vondruš b8dcedf845 Math: don't use range-for loops over initializer lists. 1 year ago
Vladimír Vondruš 8471a66a83 singles: include the time types in MagnumMath. 1 year ago
Vladimír Vondruš 29f2f49276 singles: list the new single-row matrix typedefs in MagnumMath. 1 year ago
Vladimír Vondruš a01852c5e8 singles: clearly mention that MagnumMath depends on CorradePair. 1 year ago
Vladimír Vondruš bbc5e118b2 GL: that's fancy casts for you, you get CRASHES. 1 year ago
Vladimír Vondruš 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš 9b4d394a14 modules: updated FindCorrade.cmake. 1 year ago
Vladimír Vondruš 8138d114b1 Trade: fix build with deprecated Corrade but not Magnum. 1 year ago
Vladimír Vondruš cc608dba42 Test: remove all use of <sstream> for Debug output testing. 1 year ago
Vladimír Vondruš 9fe919966f Audio: don't use std::string for no reason in tests. 1 year ago
Vladimír Vondruš 6a932a14b6 GL: use the String[Not]Contains comparator in a test. 1 year ago
Vladimír Vondruš 0fd0457366 MeshTools: don't use STL for no reason in tests. 1 year ago
Vladimír Vondruš 0aee6c8855 Clean up unnecessary use of <numeric>. 1 year ago
Vladimír Vondruš 02cd6386b1 MeshTools: use generateIndices() instead of std::iota() in concatenate(). 1 year ago
Vladimír Vondruš 226bbe9ffc MeshTools: support extra offset in all generate*Indices() APIs. 1 year ago
Vladimír Vondruš df484b300a Adapt to Corrade's Utility::Debug header cleanup. 1 year ago
Vladimír Vondruš 5339df8d2b Test: adapt to Corrade TestSuite changes. 1 year ago
Vladimír Vondruš 5357b2fa87 package/ci: use grcov for clang-cl and MinGW code coverage. 1 year ago
Vladimír Vondruš fb2dc562e3 Platform: suppress useless deprecation warnings on older GCCs. 1 year ago
Vladimír Vondruš 8f05ef141c Math: add Quaternion::xyzw() and wxyz(). 1 year ago
Vladimír Vondruš 2db060fb82 package: add an utility for syncing Find modules. 1 year ago
Vladimír Vondruš 7cf7ca70aa modules: updated FindCorrade.cmake. 1 year ago