summaryrefslogtreecommitdiff
path: root/glib/tests/hash.c
Commit message (Expand)AuthorAgeFilesLines
* ghash: Add functions to steal all keys and values preserving ownershipMarco Trevisan (Treviño)2022-12-161-0/+102
* ghash: Add APIs to get hash table keys and values as GPtrArrayMarco Trevisan (Treviño)2022-12-161-0/+59
* Add tests for hash collisions in simple cases星外之神2022-10-111-0/+36
* gtestutils: Add G_TEST_SUBPROCESS_DEFAULT, G_TEST_TRAP_DEFAULTSimon McVittie2022-06-231-1/+2
* tests: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Fix global variable name hidden by local variables in glib/tests/hash.cLoic Le Page2022-02-211-20/+18
* ghash: Add g_hash_table_new_similar()Jonas Ådahl2022-01-181-0/+44
* tests: Drop use of g_test_bug_base()Philip Withnall2021-05-131-6/+4
* tests: Drop unnecessary volatile qualifiers from testsPhilip Withnall2020-11-201-1/+1
* Fix signedness warning in glib/tests/hash.cEmmanuel Fleury2020-11-131-1/+1
* Fix various signedness warnings in glib/ghash.cEmmanuel Fleury2019-03-171-4/+4
* tests: Remove assertion that unused buckets should have NULL key/valueHans Petter Jansson2018-10-031-6/+1
* ghash: Use less memory when storing ints on 64-bit platformsHans Petter Jansson2018-10-031-3/+23
* tests: Add more tests to finish branch coverage of GHashTablePhilip Withnall2018-08-311-0/+114
* ghash: Add g_hash_table_steal_extended()Philip Withnall2018-05-081-0/+45
* Remove HAVE_CONFIG_H defs and usesErnestas Kulik2018-02-211-3/+1
* glib/tests/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* test repeated g_hash_table_remove_all callsMatthias Clasen2015-08-281-0/+4
* Allow hash table destroy notifiers to remove other entriesBenjamin Berg2014-10-171-3/+52
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add tests for g_spaced_primes_closestMatthias Clasen2014-01-011-0/+46
* Improve GHashTable test coverageMatthias Clasen2014-01-011-1/+26
* Improve test coverage for GHashTableMatthias Clasen2013-11-281-1/+78
* Add boolean returns to some hash functionsMatthias Clasen2013-11-241-2/+8
* tests: test g_hash_table_get_keys_as_array()Ryan Lortie2013-10-271-0/+28
* Test for g_hash_table_insert() corrupting setsWill Thompson2013-02-021-0/+50
* Use new hashset api in the hash set testsMatthias Clasen2012-04-021-1/+5
* glib/tests: fix memory leakRavi Sankar Guntur2012-02-081-0/+1
* Remove obsolescent AC_HEADER_STDC macroMatthias Clasen2011-12-271-2/+0
* hash test: avoid leaking various keys and valuesSimon McVittie2011-12-141-7/+75
* Fix g_hash_table_iter_replaceMatthias Clasen2011-10-241-0/+47
* Add iter_replace API to GHashTableIterPhilip Van Hoof2011-06-201-0/+23
* hash: Improve test coverageMatthias Clasen2011-06-191-2/+13
* forgotten testMatthias Clasen2011-05-271-0/+133
* Enforce rules about modifying hash tables in callbacksMatthias Clasen2011-05-201-0/+81
* Be more careful when calling destroy notifiesMatthias Clasen2011-05-191-0/+29
* GHash: make sets with refcounted keys work correctlyMatthias Clasen2011-05-011-0/+93
* GHash: introduce a "set" modeMatthias Clasen2011-04-301-0/+42
* GHashTable: Add a test for remove-all functionalityMatthias Clasen2011-04-271-0/+37
* Whitespace cleanupMatthias Clasen2011-04-261-209/+217
* Add some tests for g_hash_table_lookup_extendedMatthias Clasen2011-02-251-0/+45
* Some more hash, utils and checksum testsMatthias Clasen2010-06-231-0/+102
* Move hash tests to the test frameworkMatthias Clasen2010-06-211-0/+525