↧
Add meson subproject files to .gitignore
This is generated in the source directory by meson when the project is checked out of git by the meson wrap system. Ignoring it here ignores issues with tools that assume a clean source directory,...
View ArticleRemove doxygen conditional
This triggers a warning in clang, so achieve the same thing (keeping this out of the documentation) by simply not documenting the definition.
View ArticleRemove double size check entirely
It turns out that, since this header is widely included in dependants, removing the conditional in the previous commit triggers undocumented warnings downstream. Since the check is pretty esoteric...
View Article