10675 Commits (42328e4f8d16e9b9237ced09882d5fc8a3c8ea02)
 

Author SHA1 Message Date
Vladimír Vondruš 42328e4f8d Doc++ 3 years ago
Vladimír Vondruš 0e9c72a71a DebugTools,Trade: adapt to Corrade's Utility::String changes. 3 years ago
Vladimír Vondruš 93990413a7 Clean up unnecessary usage of std::string and Utility::String. 3 years ago
Vladimír Vondruš 5ace409371 Text: removed AbstractFont APIs deprecated in 2019.10. 3 years ago
Vladimír Vondruš 1a268adfb7 SceneTools: adapt test to Containers::Pair having different Debug output. 3 years ago
Vladimír Vondruš 30f57f2865 singles: make MagnumMath.hpp depend on CorradePair.h. 3 years ago
Vladimír Vondruš 43cdb51eb9 doc: stop using <tuple> and std::pair in various helper code. 3 years ago
Vladimír Vondruš a2ca84d4f5 GL: return Containers::Pair from version(). 3 years ago
Vladimír Vondruš b6fa37633f Math: not sure what these doc TODOs were originally about. 3 years ago
Vladimír Vondruš 5e097681cb Math: be reasonable, <utility> is not needed for std::declval. 3 years ago
Vladimír Vondruš 162f4fd6ec Math: remove std::tuple usage from Algorithms::svd(). 3 years ago
Vladimír Vondruš 90cf45ddc7 Math: remove std::tuple Color APIs deprecated in 2019.10. 3 years ago
Vladimír Vondruš 04419335d4 Math: remove remaining uses of std::pair. 3 years ago
Vladimír Vondruš b2c353bf21 Math: use Math typedefs from Magnum.h where possible in tests. 3 years ago
Vladimír Vondruš 5c0faea99e Math: trailing whitespace?! 3 years ago
Vladimír Vondruš 4825ed0608 Math: stop wasting time with the explicit Corrade:: prefix. 3 years ago
Vladimír Vondruš be7fe397c4 Math: use <> for dependency includes. 3 years ago
Vladimír Vondruš 2fd786c571 Document what the remaining <Corrade/Utility/TypeTraits.h> are for. 3 years ago
Vladimír Vondruš 4b645f1698 Adapt to Corrade changes. 3 years ago
Vladimír Vondruš 5f22f9e899 package/archlinux: compress debug info with zstd in the dev PKGBUILD. 3 years ago
Vladimír Vondruš 1e9ff2e39a package/archlinux: allow installing also RelWithDebInfo in dev PKGBUILD. 3 years ago
Vladimír Vondruš 59bb7b8cd5 Adapt to Corrade changes. 3 years ago
Vladimír Vondruš 4364219179 singles: MagnumMath actually doesn't need any is_trivially_* traits. 3 years ago
Vladimír Vondruš 0a66b13f8f modules: link to EGL instead of GL in FindEGL on Emscripten. 3 years ago
Vladimír Vondruš 338b953ca3 CMake: use if(var MATCHES ...) instead of if(${var} MATCHES ...). 3 years ago
Vladimír Vondruš 069fe0b8a2 Platform: emit EmscriptenApp viewport event also on pixel ratio change. 3 years ago
Vladimír Vondruš 6ab321a38c Platform: query DPI scaling values every time instead of saving them. 3 years ago
Vladimír Vondruš 59f80f1217 Platform: add a config DPI override to EmscriptenApp test as well. 3 years ago
Vladimír Vondruš 798929231b EmscriptenApplication: put internal flags to the source file. 3 years ago
Vladimír Vondruš fbe02673ea Platform: properly save device pixel ration in the non-GL code path. 3 years ago
Vladimír Vondruš 7cb8f86f98 Platform: remove a TODO for "proper SDL2 support" in Emscripten. 3 years ago
Vladimír Vondruš 56800d6746 Shaders: drop useless const from function declarations. 3 years ago
Vladimír Vondruš bab1559852 Consistently use "out of range" instead of "out of bounds". 3 years ago
Vladimír Vondruš 0150a5fcfd Math,Trade: prevent collision with near/far defines in windows.h. 3 years ago
Vladimír Vondruš c6dd6cfb33 singles: update changelogs. 3 years ago
Vladimír Vondruš 3e43503aca singles: shorten revisions the same as in Corrade libs for consistency. 3 years ago
Vladimír Vondruš 4959b75721 singles: use a whitelist for assertion macros like in Corrade. 3 years ago
Vladimír Vondruš 23b6db341e doc: clarify what's all in the MagnumMath single header lib. 3 years ago
Vladimír Vondruš eed2c818e9 Use a common prefix for internal singles-related macros. 3 years ago
Vladimír Vondruš 13c945064b doc: properly link to std::move(). 3 years ago
Vladimír Vondruš 8c757df970 Document what the remaining <utility> includes are for. 3 years ago
Vladimír Vondruš 5d1369f570 Use Utility::move() and swap() instead of STL almost everywhere. 3 years ago
Vladimír Vondruš 8a92a64a4d Platform: add a note about why emscripten_set_window_title() isn't used. 3 years ago
Vladimír Vondruš ceb262f4bd Shaders: fix the non-deprecated build on ES2. 3 years ago
Vladimír Vondruš 750c6d92f1 modules: why do I always find a nicer solution AFTER pushing to master. 3 years ago
Vladimír Vondruš 212bcea37d Updated toolchains submodule. 3 years ago
Vladimír Vondruš 322bb4e5aa Test: increase stack size for some tests on Emscripten 3.1.27+. 3 years ago
Vladimír Vondruš 20a5a22f31 package/archlinux: exclude also GL benchmarks from Emscripten test run. 3 years ago
Vladimír Vondruš e3cf1660ec GL: document why this EM_ASM() stays here. 3 years ago
Vladimír Vondruš c3422cdd6b Platform: replace inline EM_ASM() with an external JS library. 3 years ago