summaryrefslogtreecommitdiffstats
path: root/zix/common.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-11Add const, pure, and malloc function attributesDavid Robillard1-0/+15
2020-08-14Remove workarounds for ancient versions of MSVCDavid Robillard1-2/+2
2020-08-13Add format attributesDavid Robillard1-0/+6
2020-08-13Fix unused parameter warningsDavid Robillard1-3/+6
2018-11-14Make comparator functions take const user dataDavid Robillard1-1/+3
2018-11-13Add ZIX_UNUSED macroDavid Robillard1-1/+7
2016-07-31Remove spurious commaDavid Robillard1-1/+1
2016-07-11Clean up headersDavid Robillard1-15/+8
2014-09-23Fix B-tree on 32-bit systems.David Robillard1-0/+22
2012-08-10Minimal space overhead inline value hash table.David Robillard1-0/+5
2012-01-31Add thread abstraction.David Robillard1-0/+2
2012-01-31Windows/Visual C++ portability.David Robillard1-4/+13
2012-01-05Fix prototype of ZixDestroyFunc.David Robillard1-1/+1
2011-09-29TidyDavid Robillard1-1/+1
2011-09-28Add destructor parameter and zix_tree_sizeDavid Robillard1-0/+5
2011-09-28Add ZixHashDavid Robillard1-1/+7
2011-09-18Build documentation.David Robillard1-0/+2
2011-09-15Make tree methods return ZixStatus instead of int where appropriate.David Robillard1-0/+5
2011-09-05Separate tree functions into a separate header. Add tree iterator functions.David Robillard1-0/+54