Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-11 | Handle emscripten and MinGW stubs the same way | David Robillard | 1 | -1/+1 | |
2024-12-11 | Support building for UWP | David Robillard | 1 | -7/+28 | |
2024-12-11 | Add option to build for older Windows versions | David Robillard | 1 | -3/+42 | |
Adds configuration checks for Windows API functions, and a win_ver configuration option to change the targeted API version. | |||||
2023-02-13 | Improve system feature detection | David Robillard | 1 | -67/+57 | |
2022-10-23 | Add filesystem API | David Robillard | 1 | -0/+137 | |
2022-10-14 | Fix fallback configuration on older MacOS versions | David Robillard | 1 | -1/+1 | |
2022-08-19 | Move sem implementation out of header | David Robillard | 1 | -0/+30 | |
This avoids having platform conditionals in public headers, which causes build problems for dependants. | |||||
2022-06-28 | Clean up build configuration | David Robillard | 1 | -9/+37 | |
2021-09-14 | Add aligned allocation interface and use it in ZixBTree | David Robillard | 1 | -0/+54 | |