Violet Purcell
Violet Purcell
Clang does not support the -fno-gnu-unique argument. Previously this was not added if BSD was true (presumably to work around FreeBSD support) but there is a CLANG variable serving that...
Currently, the pyproject.toml file is causing poetry to install CHANGELOG.md top-level into the site-packages directory when built (e.g. `/usr/lib/python3.11/site-packages/CHANGELOG.md`). See https://projects.gentoo.org/python/guide/qawarn.html#documentation-files-installed-by-poetry for more info. The fix is as follows: In...
JUCE currently uses multiple glibc-specific features when JUCE_LINUX is defined. Instead, this pull request adds two new macros in juce_TargetPlatform.h: JUCE_GLIBC and JUCE_MUSL. JUCE_GLIBC is defined if the system is...
Currently, the logging.h header checks the LOG4CPLUS_VERSION macro to determine whether to use std::auto_ptr or std::unique_ptr. However, the LOG4CPLUS_VERSION macro is defined in log4cplus/version.h, which is not explicitlyincluded from logging.h....
In the upcoming LLD 17 (and previously in LLD 16.0.0, but reverted in 16.0.1), --no-undefined-version is becoming the default behavior. This causes the configure check for --version-scripts support to fail...
This commit ports the configure check for -Wl,--default-symver that is present in CMake to autoconf. This fixes building Jansson via autoconf with non-bfd linkers on glibc systems.
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4614
In 0.10.0, neovim made a small subset of tree-sitter parsers (bash, c, lua, python, query, vim, vimdoc) required and load automatically upon opening their respective filetypes. However, this change was...
On systems using musl, binaries from rocks-binaries will not work by default, and there's no way to force luarocks to compile from source at the current moment (e.g. a config...
Hi! I'm fully aware this is a rather niche case, but it seems like when presented with a very large audio file (my example here and how I ran into...