Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-11 | Support building for UWP | David Robillard | 1 | -2/+2 | |
2024-12-11 | Support building for Windows with or without UNICODE | David Robillard | 1 | -0/+3 | |
2024-12-11 | Add option to build for older Windows versions | David Robillard | 1 | -1/+5 | |
Adds configuration checks for Windows API functions, and a win_ver configuration option to change the targeted API version. | |||||
2024-10-06 | Remove redundant default value for meson options | David Robillard | 1 | -8/+8 | |
2023-05-11 | Clean up reference documentation | David Robillard | 1 | -0/+6 | |
2023-04-24 | Replace strict option with new meson warning level | David Robillard | 1 | -3/+6 | |
2023-02-13 | Improve system feature detection | David Robillard | 1 | -2/+2 | |
2022-10-25 | Fix build without threads or tests | David Robillard | 1 | -0/+3 | |
2022-10-23 | Build reference documentation | David Robillard | 1 | -0/+3 | |
2022-10-23 | Add path API | David Robillard | 1 | -0/+3 | |
2022-08-18 | Add release metadata test | David Robillard | 1 | -0/+3 | |
2022-08-18 | Sort meson option definitions | David Robillard | 1 | -3/+3 | |
2022-06-28 | Clean up build configuration | David Robillard | 1 | -0/+6 | |
2022-06-28 | Clean up meson configuration | David Robillard | 1 | -1/+1 | |
2021-09-14 | Replace shared library malloc shim with explicit allocation testing | David Robillard | 1 | -3/+0 | |
The old approach was generally annoying to deal with sometimes, and not particularly portable. This replaces it by using the new custom allocator interface with unit tests that specifically check that failed allocation is handled properly. | |||||
2021-09-10 | Suppress nullability extension warnings regardless of strict mode | David Robillard | 1 | -3/+3 | |
2021-01-10 | Sort meson options | David Robillard | 1 | -3/+3 | |
2020-12-31 | Switch to Meson | David Robillard | 1 | -0/+11 | |