summaryrefslogtreecommitdiff
path: root/test-hashmap.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-22Merge branch 'js/test-hashmap-squelch-gcc'Libravatar Junio C Hamano1-1/+1
2014-12-09test-hashmap: squelch gcc compiler warningLibravatar Johannes Schindelin1-1/+1
2014-07-07hashmap: add string interning APILibravatar Karsten Blees1-0/+14
2014-07-07hashmap: add simplified hashmap_get_from_hash() APILibravatar Karsten Blees1-8/+3
2014-02-24test-hashmap.c: drop unnecessary #includesLibravatar Jonathan Nieder1-2/+1
2013-11-18remove old hash.[ch] implementationLibravatar Karsten Blees1-84/+0
2013-11-18add a hashtable implementation that supports O(1) removalLibravatar Karsten Blees1-0/+340