Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-17 | Fix missing variable declaration warnings | David Robillard | 5 | -8/+8 | |
2018-11-14 | Fix implicit sign-conversion casts | David Robillard | 1 | -3/+3 | |
2018-11-14 | Wrap macro argument in parenthesis | David Robillard | 1 | -2/+2 | |
2018-11-14 | Sort includes | David Robillard | 1 | -1/+1 | |
2018-11-14 | Fix potential memory leaks in test | David Robillard | 1 | -0/+3 | |
2018-11-14 | Fix mismatched parameter names | David Robillard | 1 | -9/+9 | |
2018-11-14 | Remove rotten test code that somehow got lost | David Robillard | 1 | -249/+0 | |
2018-11-14 | Make comparator functions take const user data | David Robillard | 7 | -13/+22 | |
2018-11-13 | Make hash return non-const pointers | David Robillard | 2 | -4/+4 | |
2018-11-13 | Fix out of bounds accesses in bitset test | David Robillard | 1 | -7/+14 | |
2018-11-13 | Add ZIX_UNUSED macro | David Robillard | 1 | -1/+7 | |
2018-11-10 | Remove pointless const qualification in prototype | David Robillard | 1 | -1/+1 | |
2018-09-23 | Update waf | David Robillard | 2 | -105/+111 | |
2017-12-16 | Add assertions | David Robillard | 1 | -0/+2 | |
2017-12-16 | Completely initialize BTree iterators | David Robillard | 1 | -6/+3 | |
2016-07-31 | Remove spurious comma | David Robillard | 1 | -1/+1 | |
2016-07-11 | Add alternative dictionary structures | David Robillard | 9 | -0/+1310 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@109 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2016-07-11 | Fix documentation generation | David Robillard | 1 | -2/+1 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@108 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2016-07-11 | Add page size configuration option | David Robillard | 2 | -1/+7 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@107 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2016-07-11 | Improve test coverage | David Robillard | 1 | -2/+22 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@106 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2016-07-11 | Clean up headers | David Robillard | 3 | -17/+11 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@105 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2016-07-11 | Remove empty src directory | David Robillard | 1 | -3/+7 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@104 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2016-07-11 | Fix whitespace | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@103 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-12-18 | Fix semaphore on OSX. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@102 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-12-18 | Add more missing files. | David Robillard | 1 | -0/+121 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@101 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-12-18 | Add more missing files. | David Robillard | 1 | -0/+28 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@100 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-12-18 | Add missing files. | David Robillard | 4 | -8/+584 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@99 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-12-18 | Fix unlikely tree bugs. | David Robillard | 2 | -157/+71 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@98 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-10-05 | Compile cleanly as C++. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@97 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-10-01 | Fix debug checks. | David Robillard | 1 | -6/+2 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@96 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-10-01 | Improve ZixPatree with more compact index. | David Robillard | 5 | -160/+227 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@95 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-10-01 | Automatic benchmarking with 'waf bench'. | David Robillard | 7 | -368/+81 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@94 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-09-28 | Use Markdown for parameters in dox comments. | David Robillard | 9 | -58/+57 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@93 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-09-28 | Enable BTree removal via iterator. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@92 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-09-28 | Enable BTree removal via iterator. | David Robillard | 2 | -84/+120 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@91 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-09-23 | Fix B-tree on 32-bit systems. | David Robillard | 2 | -30/+53 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@90 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-09-23 | Fix compilation of tree benchmark. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@89 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-09-23 | Allow non-const visitation of hash nodes. | David Robillard | 3 | -18/+18 | |
Update doc comments. git-svn-id: http://svn.drobilla.net/zix/trunk@88 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-09-23 | Lint. | David Robillard | 2 | -5/+2 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@87 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-09-23 | Add zix_btree_lower_bound with wildcard support. | David Robillard | 2 | -18/+85 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@86 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-09-22 | Gracefully handle memory allocation failure. | David Robillard | 4 | -32/+99 | |
100% test coverage for hash.c. git-svn-id: http://svn.drobilla.net/zix/trunk@85 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-09-22 | Add ZixBTree. | David Robillard | 9 | -93/+1222 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@84 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-09-21 | Upgrade to waf 1.7.16. | David Robillard | 1 | -0/+0 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@83 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-09-21 | Update Doxygen file. | David Robillard | 1 | -918/+1438 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@82 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2014-09-21 | Fix const-violating casts. | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@81 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2013-12-24 | Fix some const correctness issues. | David Robillard | 2 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@80 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2013-12-24 | Shorten code. | David Robillard | 1 | -4/+1 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@79 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2013-12-24 | Upgrade to waf 1.7.14. | David Robillard | 1 | -0/+0 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@78 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2012-08-10 | Fix void pointer arithmetic. | David Robillard | 1 | -7/+8 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@77 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2012-08-10 | Minimal space overhead inline value hash table. | David Robillard | 19 | -358/+608 | |
Add ZixChunk. Add SSE 4.2 accelerated digest (with fallback) in zix/digest.h. Make library optionally header-only (define ZIX_INLINE). git-svn-id: http://svn.drobilla.net/zix/trunk@76 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 |