Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-09-18 | Export API functions | David Robillard | 1 | -0/+3 |
2011-09-18 | Make zix_strindex_insert static | David Robillard | 1 | -2/+1 |
2011-09-18 | Tidy. | David Robillard | 1 | -6/+10 |
2011-09-18 | Add ZixStrindex. | David Robillard | 4 | -2/+363 |
2011-09-18 | Tidy. | David Robillard | 4 | -9/+17 |
2011-09-18 | Add ZixRing. | David Robillard | 4 | -6/+492 |
2011-09-18 | Include only necessary headers | David Robillard | 1 | -1/+2 |
2011-09-18 | Build documentation. | David Robillard | 2 | -5/+24 |
2011-09-15 | Benchmark sorted array. | David Robillard | 3 | -11/+111 |
2011-09-15 | Add ZixSortedArray. | David Robillard | 4 | -2/+513 |
2011-09-15 | Make tree methods return ZixStatus instead of int where appropriate. | David Robillard | 3 | -12/+21 |
2011-09-06 | Use e.g. ZixTreeImpl instead of _ZixTree for type names. | David Robillard | 2 | -10/+10 |
2011-09-05 | Reorganize tree node elements for marginally better access pattern on search. | David Robillard | 1 | -4/+3 |
2011-09-05 | Benchmark iteration and deletion. | David Robillard | 3 | -33/+80 |
2011-09-05 | Fix memory leaks | David Robillard | 1 | -4/+7 |
2011-09-05 | Fix tree iteration test | David Robillard | 1 | -0/+1 |
2011-09-05 | Separate tree functions into a separate header. Add tree iterator functions. | David Robillard | 6 | -98/+248 |
2011-09-05 | Initial import. | David Robillard | 9 | -0/+1409 |