Ben Beasley
Ben Beasley
Add exception specifications to callback function pointer typedefs. This seems to be the only change that is needed. I’m working on a package for Fedora Linux, and with this patch,...
Make `pyproject.toml` and `setup.cfg` POSIX-compliant text files.
The man pages currently provide less information than the `--help` output, and there is no man page for `sndfile-waveform`. Is there any interest in updating the man pages to match...
I’m trying to package release 0.9.8 for Fedora Linux, and I’m encountering several test failures, all of which I am able to reproduce in a plain virtualenv with current `main`,...
Changes described in commit messages.
Although sleef 3.6 is supposed to be an ABI-compatible update for 3.5.1 (the SONAME version is still 3), comparing the main shared library using [`fedabipkgdiff`](https://sourceware.org/libabigail/manual/fedabipkgdiff.html) from libabigail shows that a...
Please consider versioning the project as a whole and tagging releases. This would make things much easier for anyone packaging and redistributing animx. (I want to add an `animx` package...
For example, in some environments the library should be installed to `/usr/lib64` rather than `/usr/lib`. https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
In `src/internal/math`, `std::numeric_limits` is used from ``, and `std::max` and `std::min` are used from ``. Include these standard-library headers where they are used rather than relying on their inclusion by...
“provides a set of function” should have been “provides a set of functions”