- Feb 21, 2024
-
-
Guillem Jover authored
This matches the semantics of the variable, and makes it independent of the project, just as the package variables.
-
- Oct 27, 2023
-
-
Guillem Jover authored
This is needed so that gitlab can know where to extract the coverage percentage from in the output, to be able to track and report it.
-
Guillem Jover authored
This documents support for SHA224 and SHA512-256. Adds missing function names to the NAME section. Fixes function prototypes. Removes obsolete CAVEATS section. Fixes: commit 4c5931f5
-
Guillem Jover authored
This will check that we do not regress for out-of-tree builds.
-
Guillem Jover authored
This is a common action among all current stages, so there is no need to duplicate it.
-
Signed-off-by: Guillem Jover <guillem@hadrons.org>
-
- May 25, 2023
-
-
Guillem Jover authored
-
- Apr 17, 2023
-
-
Guillem Jover authored
This means we can add a trailing «\» to every element, so that they can be removed without requiring modification of other lines, and can be easily sorted. Replace the old usage of $(nil) which could possibly end up with junk added if such variable is ever defined, in the environment.
-
- Apr 08, 2023
-
-
Guillem Jover authored
-
Guillem Jover authored
-
Guillem Jover authored
This adds support for SHA224 and SHA512-256.
-
Guillem Jover authored
Remove SH specific code, and remove conditional for the digest argument.
-
Guillem Jover authored
-
Guillem Jover authored
-
Guillem Jover authored
Get all changes before this MD4 implementation got removed from OpenBSD.
-
Guillem Jover authored
-
Guillem Jover authored
-
Guillem Jover authored
-
- Apr 01, 2023
-
-
Guillem Jover authored
The alias attribute is not supported on Darwin, but we can alias using assembler directives instead. At the same time we switch the non-ELF fallback implementation for libmd_symver_default to use libmd_alias.
-
- Mar 28, 2023
-
-
Guillem Jover authored
These are not supported, and when trying to link the library we get the following error message: error: aliases are not supported on darwin
-
- Mar 21, 2023
-
-
Guillem Jover authored
This is a rather old release (from 2009), that provides AM_SILENT_RULES.
-
Guillem Jover authored
Use the same style as the newly added code, which should make the code more readable.
-
- Feb 17, 2023
-
-
Guillem Jover authored
This should always point to the latest Debian stable images.
-
- Feb 12, 2023
-
-
Guillem Jover authored
When the linker uses --no-undefined-version either specified by the user or as the default behavior (such as with newer clang >= 16 releases), a missing symbol definition will cause a linker error if that symbol is listed in the version script. Closes: #1
-
- Dec 30, 2022
-
-
Guillem Jover authored
-
Guillem Jover authored
-
- Oct 05, 2021
-
-
Guillem Jover authored
-
OpenBSD's 'pmake' chokes on these. Signed-off-by: Guillem Jover <guillem@hadrons.org>
-
Guillem Jover authored
The '$<' variable is not guarantee to work in ordinary make rules by non GNU make implementations. In addition if it is supported it will be replaced by the actual source pathname (in VPATH mode), which is not the relative name we need on installation. Ref: https://www.gnu.org/software/autoconf/manual/autoconf.html#g_t_0024_003c-in-Ordinary-Make-Rules Reported-by: David Seifert <soap@gentoo.org>
-
Signed-off-by: Guillem Jover <guillem@hadrons.org>
-
- Aug 16, 2021
-
-
Guillem Jover authored
-
- Feb 28, 2021
-
-
Guillem Jover authored
-
Guillem Jover authored
Detect as many warnings as possible during configure and enable them if the user did not supply any, so that any such problem can be spotted and fixed.
-
Guillem Jover authored
Exclude test suite files from the coverage which incorrectly increase the coverage percent. Build with no-optimizations and debugging symbols.
-
Guillem Jover authored
-
Guillem Jover authored
-
Guillem Jover authored
-
- Feb 21, 2021
-
-
Guillem Jover authored
-
- Feb 19, 2021
-
-
Guillem Jover authored
Warned-by: gcc
-
Guillem Jover authored
Change the variable type or use a cast. Warned-by: gcc
-