summaryrefslogtreecommitdiff
path: root/test-hashmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/test-hashmap-squelch-gcc'Junio C Hamano2014-12-221-1/+1
|\
| * test-hashmap: squelch gcc compiler warningjs/test-hashmap-squelch-gccJohannes Schindelin2014-12-091-1/+1
* | hashmap: add string interning APIkb/hashmap-updatesKarsten Blees2014-07-071-0/+14
* | hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-071-8/+3
* | test-hashmap.c: drop unnecessary #includesJonathan Nieder2014-02-241-2/+1
* | remove old hash.[ch] implementationKarsten Blees2013-11-181-84/+0
|/
* add a hashtable implementation that supports O(1) removalKarsten Blees2013-11-181-0/+340