Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9dd1eaf4 | 2025-11-10 22:34:04 | fix warnings for android 32bit | ||
| ee22a08a | 2025-11-09 06:36:58 | Makefile.am: wip lib path with android | ||
| bff78999 | 2025-11-03 01:15:17 | fix win64 build | ||
| 45a6823b | 2025-10-03 16:19:07 | fix cross compilation for android target | ||
| d84f9767 | 2025-02-04 16:22:21 | fix install | ||
| 53d4e1c5 | 2025-02-04 15:16:48 | fix build on win10 msys2 clang64 | ||
| 22fddb16 | 2025-07-26 12:41:23 | Mark tau and sigma Chacha variables as nonstring These contain a sequence of bytes, and are not a NUL-terminated string. Help the compiler understand the intent of the code. | ||
| e848f5aa | 2024-03-05 17:02:32 | strtonum: Do not abort on EINVAL from strtoi() With musl libc strtoimax(".", ...) returns EINVAL. Closes: !28 Signed-off-by: Guillem Jover <guillem@hadrons.org> | ||
| ee63bca5 | 2024-03-05 17:01:29 | closefrom: Ignore files starting with dot when scanning /proc/self/fd Signed-off-by: Guillem Jover <guillem@hadrons.org> | ||
| b6ccd032 | 2024-02-28 04:44:02 | build: Add a comment to libbsd-overlay.pc about -isystem usage Add the reasoning for why we use -isystem instead of -I, to avoid confusing unsuspecting readers of the file. Prompted-by: Alejandro Colomar <alx@kernel.org> |