summaryrefslogtreecommitdiff
path: root/glib/ghash.h
Commit message (Expand)AuthorAgeFilesLines
* g_str_equal: Provide macro for optimizationXavier Claessens2022-10-111-0/+4
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* ghash: Add g_hash_table_new_similar()Jonas Ådahl2022-01-181-0/+2
* glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATEDPhilip Withnall2019-05-301-4/+2
* ghash: Add g_hash_table_steal_extended()Philip Withnall2018-05-081-0/+5
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add boolean returns to some hash functionsMatthias Clasen2013-11-241-3/+3
* Add g_hash_table_get_keys_as_array()Ryan Lortie2013-10-271-0/+3
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+37
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* Annotate API introduced for 2.30 with GLIB_AVAILABLE_IN_2_30Colin Walters2012-05-261-0/+1
* Fix a parameter name mismatchMatthias Clasen2012-02-101-1/+1
* minor fixup to last commitRyan Lortie2012-01-061-1/+1
* GHashTable: new 'add' and 'contains' APIsRyan Lortie2012-01-061-0/+4
* Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen2011-11-031-3/+1
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* GHash: Cosmetic changesMatthias Clasen2011-10-021-79/+55
* Add iter_replace API to GHashTableIterPhilip Van Hoof2011-06-201-0/+2
* GHash: move docs from tmpl to inline commentsRyan Lortie2010-01-281-2/+15
* Bug 580453 – Hash and equal functions for gint64 and gdoubleDavid Zeuthen2009-04-271-0/+8
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-2/+5
* Add hash table iterators. (#500507, Jean-Yves Lefort)Matthias Clasen2007-12-151-0/+22
* Add g_hash_table_get_keys() and g_hash_table_get_values(), API to retrieveEmmanuele Bassi2007-04-111-0/+3
* Add g_hash_table_{remove,steal}_all to remove all nodes from a hash table.Matthias Clasen2006-06-011-0/+2
* g_hash_table_new_full(): create hash tables with a ref count of 1.Tim Janik2005-11-221-1/+5
* One more parameter renamedMatthias Clasen2005-05-011-1/+1
* CosmeticsMatthias Clasen2005-05-011-2/+2
* applied patch from #131937 with slight renames. providesTim Janik2004-02-201-0/+3
* Fix a bunch of typos in header comments. (#102422, Morten Welinder)Matthias Clasen2003-02-061-3/+3
* The following patch corrects some function attributes. (#61780)Matthias Clasen2001-12-061-2/+2
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-1/+1
* Remove definition of g_hash_table_freeze and g_hash_table_thaw. InsteadSebastian Wilhelmi2001-04-191-2/+6
* ghash.[ch] added new functions g_hash_table_new_full,Sven Neumann2001-03-301-36/+48
* return whether a value got removed.Tim Janik2000-12-131-1/+1
* Introduced new function type GEqualFunc to return TRUE for equal params.Sebastian Wilhelmi2000-10-301-5/+5
* Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi2000-10-121-0/+92