summaryrefslogtreecommitdiff
path: root/src/test/test-hashmap.c
Commit message (Expand)AuthorAgeFilesLines
* hashmap: allow NULL key in ordered_hashmap_next()Michal Schmidt2015-06-171-32/+11
* test-hashmap: fix gcc5 warningDaniel Mack2015-02-241-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* test: generate tests for OrderedHashmap from Hashmap testsMichal Schmidt2014-10-231-520/+22
* test: only use assert_seThomas Hindoe Paaboel Andersen2014-10-041-1/+1
* tests: add tests for {hashmap,set}_steal_firstZbigniew Jędrzejewski-Szmek2014-10-011-0/+21
* hashmap, set: remove unused functionsMichal Schmidt2014-09-151-55/+0
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-25/+25
* tests: add tests to test-hashmapRonny Chevalier2014-06-161-0/+88
* hashmap: size hashmap bucket array dynamicallyLennart Poettering2013-10-011-2/+26
* test-hashmap: fix access to uninitialized memoryZbigniew Jędrzejewski-Szmek2013-09-261-3/+5
* test-hashmap.c: add unit-test for hashmapDaniel Buch2013-05-031-0/+508