aboutsummaryrefslogtreecommitdiffstats
path: root/src/system.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-24Explicitly ignore the posix_fadvise() return valueDavid Robillard1-1/+1
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-07-16Define _POSIX_C_SOURCE globally in the build systemDavid Robillard1-2/+0
2021-05-31Make most function parameters constDavid Robillard1-1/+1
2021-01-17Remove aligned_alloc supportDavid Robillard1-2/+0
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2021-01-01Remove the need for a generated configuration headerDavid Robillard1-4/+4
2020-12-31Format all code with clang-formatDavid Robillard1-20/+21
2020-11-15Only use aligned_alloc in C11David Robillard1-1/+1
2020-11-13Remove dead codeDavid Robillard1-19/+0
2020-11-13Use aligned allocation via C11 or Windows API where possibleDavid Robillard1-3/+46
2020-08-14Clean up and separate internal headersDavid Robillard1-0/+59