Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 3f189a24 | 2019-01-01 22:59:47 | check if we need to link pthread dynamically On Linux, bionic and musl for instance do not need libpthread. With bionic, there is not even a stub library for compatibility. | ||
| 4eb8da3e | 2019-01-07 06:28:29 | Land #496, add configure-time check for timespecsub | ||
| c1a44d22 | 2019-01-06 15:49:28 | we don't need to pass this to automake | ||
| 7af3ba34 | 2019-01-06 13:20:29 | add configure-time check for timespecsub | ||
| 1e848d2e | 2019-01-04 19:24:59 | Handle malloc returning null Locks are required for multi-threading. If memory can't be allocated, exit the program with memory error. If we let the program continue, it will deadlock in the next part of the code anyway so better end it before. | ||
| 779ec4de | 2019-01-04 01:32:22 | Add ARM build for Travis-CI | ||
| 7d5b9057 | 2019-01-04 01:08:15 | Add arm_arch.h to build ARM portable | ||
| 3bcb2e5f | 2019-01-02 05:37:08 | enable cmake mingw builds in travis | ||
| c23f7451 | 2019-01-02 05:36:24 | add some defines for building Mingw cross-compiled with CMake | ||
| d5c155fc | 2019-01-01 15:57:36 | add stdint.h shim, include limits for SIZE_MAX on Android |