summaryrefslogtreecommitdiffstats
path: root/zix/sorted_array.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-31Separate source from headersDavid Robillard1-193/+0
2020-12-31Format all code with clang-formatDavid Robillard1-85/+83
2020-12-31Avoid "else" after "return"David Robillard1-1/+3
2020-11-11Add const, pure, and malloc function attributesDavid Robillard1-1/+1
2020-11-11Remove redundant API attributes in implementation filesDavid Robillard1-12/+0
2019-10-18Fix SortedArrayDavid Robillard1-5/+5
2019-10-18Fix some integer conversion warningsDavid Robillard1-7/+7
2019-01-06Clean up includesDavid Robillard1-4/+4
2012-08-10Minimal space overhead inline value hash table.David Robillard1-0/+205
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