summaryrefslogtreecommitdiff
path: root/src/test/test-hashmap-plain.c
Commit message (Expand)AuthorAgeFilesLines
* test: Use TEST macro in more casesJan Janssen2021-11-251-133/+37
* test: use assert_se() instead of assert()Yu Watanabe2021-10-121-1/+1
* tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-4/+2
* path-util: make path_compare() and path_hash_func() ignore "."Yu Watanabe2021-05-281-0/+5
* 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-6/+4
* basic/hashmap: make _ensure_allocated return 1 on actual allocationsZbigniew Jędrzejewski-Szmek2020-05-271-12/+13
* test-hashmap: move tests which should also apply to ordered hashmaps and add ...Zbigniew Jędrzejewski-Szmek2019-07-191-2/+58
* basic/hashmap: add hashops variant that does strdup/freeing on its ownZbigniew Jędrzejewski-Szmek2019-07-191-0/+28
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-1/+1
* test-hashmap: add test to compare hashmap_free performanceZbigniew Jędrzejewski-Szmek2018-12-181-0/+49
* test-hashmap: use the usual function headers and print timing statsZbigniew Jędrzejewski-Szmek2018-12-181-32/+40
* test: add tests for destructors of hashmap or setYu Watanabe2018-12-021-0/+38
* tests: centralize check for slow testsZbigniew Jędrzejewski-Szmek2018-09-131-11/+5
* 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
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test-hashmap: use $SYSTEMD_SLOW_TESTS variableZbigniew Jędrzejewski-Szmek2017-07-131-3/+70
* test-hashmap: fix undefined behaviour on string constantsZbigniew Jędrzejewski-Szmek2016-02-181-6/+9
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* test: hashmap - increase number of entries for crippled hash testMichal Schmidt2015-10-061-1/+1
* hashmap: refactor hash_funcTom Gundersen2015-10-051-2/+2
* test: hashmap - cripple the hash function by truncating the input rather than...Tom Gundersen2015-10-051-1/+1
* hashmap: fix iterators to not skip entriesDavid Herrmann2015-06-141-0/+1
* test-hashmap: fix an assertThomas Hindoe Paaboel Andersen2015-05-191-1/+1
* test: hashmap_put behaviour for equal keysMartin Pitt2015-01-141-1/+6
* test: hashmap-plain - make coverity happyTom Gundersen2014-11-051-1/+1
* test: use assert_se in test_hashmap_moveMichal Schmidt2014-11-041-2/+2
* test: test a corner case in hashmap_remove_and_replace()Michal Schmidt2014-10-301-0/+20
* test: adjust max load factor in test_hashmap_many()Michal Schmidt2014-10-301-2/+2
* hashmap: allow hashmap_move() to failMichal Schmidt2014-10-231-2/+2
* test: add test for hashmap_reserve()Michal Schmidt2014-10-231-0/+18
* test: add and improve hashmap testsMichal Schmidt2014-10-231-23/+308
* test: generate tests for OrderedHashmap from Hashmap testsMichal Schmidt2014-10-231-0/+541