Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-08-18 | Fix semaphore error handling | David Robillard | 1 | -1/+1 |
2022-08-18 | Fix or remove non-portable features in thread API | David Robillard | 1 | -0/+1 |
2022-08-18 | Factor out converting errno codes to ZixStatus | David Robillard | 1 | -1/+1 |
2022-08-18 | Use conventional test executable names | David Robillard | 1 | -9/+9 |
2022-08-18 | Add release metadata test | David Robillard | 1 | -1/+9 |
2022-08-18 | Clean up Python scripts | David Robillard | 1 | -0/+2 |
2022-08-18 | Add transactional ring API | David Robillard | 1 | -1/+1 |
2022-07-18 | Use consistent pkg-config description | David Robillard | 1 | -1/+1 |
2022-07-15 | Pass suppression flags explicitly | David Robillard | 1 | -5/+4 |
2022-07-15 | Fix shared library build | David Robillard | 1 | -0/+1 |
2022-07-14 | Simplify linking against static libraries | David Robillard | 1 | -3/+5 |
2022-07-14 | Clean up meson definitions | David Robillard | 1 | -29/+45 |
2022-06-28 | Move zix_strerror to library | David Robillard | 1 | -0/+1 |
2022-06-28 | Fix build as C with MSVC | David Robillard | 1 | -5/+0 |
2022-06-28 | Clean up build configuration | David Robillard | 1 | -14/+43 |
2022-06-28 | Add support for building Wasm with emscripten | David Robillard | 1 | -3/+37 |
2022-06-28 | Clean up meson configuration | David Robillard | 1 | -233/+105 |
2022-03-14 | Fix MinGW build | David Robillard | 1 | -0/+2 |
2022-02-01 | Fix static build on Windows | David Robillard | 1 | -2/+4 |
2021-12-17 | Suppress warning in glib headers | David Robillard | 1 | -1/+2 |
2021-12-17 | Suppress new warnings in clang 13 | David Robillard | 1 | -0/+10 |
2021-11-02 | Avoid printing configuration summary as a subproject | David Robillard | 1 | -1/+1 |
2021-10-25 | Fix incomplete header installation | David Robillard | 1 | -0/+3 |
2021-09-16 | Suppress warnings on FreeBSD | David Robillard | 1 | -0/+1 |
2021-09-16 | Suppress warnings in non-strict builds | David Robillard | 1 | -2/+6 |
2021-09-16 | Add a simple bump pointer allocator | David Robillard | 1 | -2/+3 |
2021-09-14 | Replace shared library malloc shim with explicit allocation testing | David Robillard | 1 | -5/+0 |
2021-09-10 | Fix includes when using as a subproject | David Robillard | 1 | -1/+3 |
2021-09-10 | Fix warning suppressions | David Robillard | 1 | -5/+3 |
2021-09-10 | Suppress nullability extension warnings regardless of strict mode | David Robillard | 1 | -1/+9 |
2021-09-10 | Use conventional name for meson dependency variable | David Robillard | 1 | -3/+3 |
2021-09-10 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -0/+11 |
2021-09-10 | Add test for zix_strerror() | David Robillard | 1 | -0/+1 |
2021-09-10 | Test failed Ring allocation | David Robillard | 1 | -1/+1 |
2021-09-10 | Add custom allocator support | David Robillard | 1 | -0/+2 |
2021-09-10 | Add nullability annotations | David Robillard | 1 | -0/+1 |
2021-09-10 | Rewrite ZixHash as a flat table with open addressing | David Robillard | 1 | -1/+1 |
2021-09-10 | Allow ZixBTreeIter to be allocated on the stack | David Robillard | 1 | -2/+2 |
2021-09-10 | Fix conversion warnings | David Robillard | 1 | -2/+1 |
2021-09-10 | Remove ZixStrindex | David Robillard | 1 | -3/+0 |
2021-07-17 | Remove ZixSortedArray | David Robillard | 1 | -3/+0 |
2021-07-17 | Fix building without benchmarks | David Robillard | 1 | -1/+1 |
2021-04-14 | Fix VS2019 warnings | David Robillard | 1 | -0/+1 |
2021-01-10 | Add configuration summary | David Robillard | 1 | -1/+12 |
2020-12-31 | Remove ZixChunk | David Robillard | 1 | -2/+0 |
2020-12-31 | Switch to Meson | David Robillard | 1 | -0/+295 |