Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-10 | Simplify BTree implementation | David Robillard | 1 | -7/+31 | |
2021-09-10 | Allow ZixBTreeIter to be allocated on the stack | David Robillard | 3 | -41/+55 | |
2021-09-10 | Remove destroy field of BTree and add zix_btree_clear() | David Robillard | 1 | -3/+18 | |
If this is used, it is only when clearing or freeing a tree. Allowing it to be given as a parameter directly there is clearer and avoids bloating the tree itself with information that isn't needed. | |||||
2021-09-10 | Suppress new warnings in clang-tidy 12 | David Robillard | 1 | -0/+1 | |
2021-09-10 | Fix conversion warnings | David Robillard | 1 | -2/+3 | |
2021-09-10 | Remove ZixStrindex | David Robillard | 1 | -59/+0 | |
2021-07-17 | Remove ZixSortedArray | David Robillard | 1 | -122/+0 | |
2021-07-17 | Use line comments where appropriate | David Robillard | 11 | -211/+78 | |
2021-06-30 | Allow ZIX_API to be overridden | David Robillard | 1 | -8/+10 | |
2020-12-31 | Update copyright headers | David Robillard | 11 | -11/+11 | |
2020-12-31 | Remove ZixChunk | David Robillard | 1 | -50/+0 | |
2020-12-31 | Switch to Meson | David Robillard | 1 | -13/+6 | |
2020-12-31 | Remove entire library header | David Robillard | 1 | -35/+0 | |
2020-12-31 | Use stricter clang-tidy configuration for headers | David Robillard | 1 | -0/+9 | |
2020-12-31 | Fix use of reserved identifiers | David Robillard | 1 | -1/+1 | |
2020-12-31 | Remove ZIX_PRIVATE and ZIX_INLINE mechanisms | David Robillard | 1 | -5/+0 | |
A normal C library ought to be good enough for anybody. | |||||
2020-12-31 | Separate source from headers | David Robillard | 13 | -0/+1618 | |