Antoine Miné
Antoine Miné
Java's `finalize` method is deprecated and will go away at some point. This PR replaces `finalize` with the new `Cleaner` interface. Unfortunately, `Cleaner` are only introduced starting from Java 9,...
### `apron.v0.9.15` APRON numerical abstract domain library Apron is a library to represent properties of numeric variables, such as variable bounds or linear relations between variables, and to manipulate these...
This PR adds LibTomMath support as alternative backend to GMP and MPIR. This is especially useful for compilation under Windows. Using LibTomMath is enabled using the `-tommath` option in `configure`....
`conf-libclang` tries to install the `sys-devel/clang` system package as depext on the Gentoo distribution. However, the name of the system package on Gentoo has changed to `llvm-core/clang`.