Vladimír Vondruš
Vladimír Vondruš
From discussion with @williamjcm and @sthalik [on Gitter](https://gitter.im/mosra/magnum/archives/2022/11/11?at=636e1d394fee72663c6e135b). To avoid UTF-16 conversion in every `Utility::Path` API that deals with the filesystem on Windows (and other areas, like environment access), we...
## Motivation and Context Changes needed in the native viewer application and the RenderTarget to allow for rendering at a resolution that's smaller than the actual framebuffer. For simplicity halving...
Before https://github.com/mosra/magnum-plugins/commit/7e55228576437d56b791639d18d976498a714f8e, there was an assert where even patch version jump caused the plugin to abort. Which happens pretty regularly, last with 1.6.38 -> 39, and is nothing that should...
I don't know. It just *insists* on putting the `__init__.py` files where they shouldn't be (there's `corrade/__init__.py` *in the root of the project* for no reason). This works flawlessly on...
Previously, it was joined together with the actual stringified condition, leading to the file path being repeated several times in the resulting binary. By making it a separate literal it...
The refactor in 35711f2d14acc81cff83f81f04c566ad8c8c6fe8 (part of 1.9.5) lost this particular bit, causing the code to be only able to link to enum values from tagfiles where the enum was in...
Based off #2415, but this time with m.css instead of pybind11-stubgen. Which ensures that the output is consistent with online docs, includes various special casing for Habitat, module renaming, etc....
Just a rough initial sketch for #261. Quite some things can be reused from pybind11, especially the signature parsing. Other things such as detecting what's an enum or or what's...
With this, the Corrade pedantic flags should no longer cause annoying warning when used with targets that mix C and C++. Unfortunately, in CMake 3.11 and older, if the projects...
A suggestion from @DavidPeicho turned into a builtin workaround. Unfortunately I apparently reduced it way too much so it doesn't actually fix the issue anymore, likely because originally it was...