summaryrefslogtreecommitdiff
path: root/src/test/test-hashmap.c
Commit message (Expand)AuthorAgeFilesLines
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* test: allow to set NULL to intro or outroYu Watanabe2022-02-021-1/+1
* tests: rework test macros to not take code as parametersLennart Poettering2022-02-021-4/+12
* test: Use TEST macro in more casesJan Janssen2021-11-251-39/+17
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
* basic/hashmap: allow NULL values in strdup hashmaps and add testZbigniew Jędrzejewski-Szmek2020-05-061-0/+55
* test-hashmap: move tests which should also apply to ordered hashmaps and add ...Zbigniew Jędrzejewski-Szmek2019-07-191-56/+8
* test-hashmap: add test to compare hashmap_free performanceZbigniew Jędrzejewski-Szmek2018-12-181-0/+9
* test-hashmap: use the usual function headers and print timing statsZbigniew Jędrzejewski-Szmek2018-12-181-0/+8
* tree-wide: drop copyright lines for more authorsZbigniew Jędrzejewski-Szmek2018-06-221-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* 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