Libspiro, version 20220722 (1.2.0)
Libspiro is a shareable library that can be used by programs to do the Spiro computations for you.
Main improvements of interest in this release are:
- Thanks to orbea, bugfixes LIBADD for linker flags instead of LDFLAGS, and removed .libs from linker paths (these fixes help other linkers which need more rigid requirements).
- Removed 'make test' and added some Maintenance info for 'make check'. Closes issue #30
- Implemented in https://gcc.gnu.org/wiki/Visibility to help reduce symbol table and exports.
- More info added to spiroentrypoints.h to help developers.
- New method added to libspiro. example code shown in tests/call-test21.c which uses ncq definition SPIRO_INTERNAL_BEZCTX and two associated functions.
Users unable to run autotools can fetch the dist tar file included here, which can run from ./configure (without needing to run autoreconf -i; automake; first).