summaryrefslogtreecommitdiffstats
path: root/zix/sorted_array.c
AgeCommit message (Expand)AuthorFilesLines
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