summaryrefslogtreecommitdiff
path: root/src/test/test-hashmap.c
Commit message (Expand)AuthorAgeFilesLines
* test: use _cleanup_hashmap_free_ instread of _cleanup_(hashmap_freep)Yu Watanabe2018-05-141-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* hash-func: add generic hash_ops implementation for hashing pathsLennart Poettering2018-02-121-0/+31
* test-hashmap: test IteratedCacheVito Caputo2018-01-271-0/+58
* Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek2017-11-281-0/+24
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* 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