hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / glib / gmem.h
2014-07-30 Alexander LarssonRemove atomics from g_clear_object/g_clear_pointer
2014-01-31 Daniel MustielesUpdated FSF's address
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-05-17 Dan Winshipg_clear_pointer: work around gcc helpfulness
2012-04-30 Xavier Claessensg_clear_pointer: use the same static checks than g_clea...
2012-04-27 Xavier ClaessensAdd g_clear_pointer()
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-12 Matthias ClasenMake single includes mandatory
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-19 Ryan LortieMove GAllocator/GMemChunk to separate file
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-05-31 Colin WaltersConsistently use G_GNUC_EXTENSION instead of __extension__
2011-05-29 Matthias ClasenDocumentation fixups
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-01 Jon Nordbydocs: Inline docs from tmpl/memory.smgl
2010-07-12 Ryan Lortietrivial whitespace fix
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-22 Behdad EsfahbodBug 615379 - g_new macros crash if sizeof(struct_type...
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-03-08 Behdad EsfahbodCosmetic
2010-03-07 Ryan LortieBug 608196 - Overflow-safe g_new family
2010-03-03 Behdad EsfahbodBug 608196 - Overflow-safe g_new family
2008-05-05 Michael Natterer#define __GLIB_H_INSIDE__ around including everything.
2008-03-31 Matthias ClasenAdd macros wrapping the gcc alloc_size function attribu...
2008-03-14 Michael Natterermake it possible to disable single-file includes by...
2008-01-29 14:58:31 Tim Janikchanged size argument type from gulong to gsize as...
2006-01-25 Tim Janikhonour g_mem_gc_friendly settings when freeing slices...
2005-12-06 Matthias ClasenExempt GTK+ from the mem chunk deprecation, since we...
2005-12-05 Matthias ClasenDeprecate mem chunks
2005-12-04 Matthias ClasenAdd a macro to make gcc warn if a function result is...
2005-12-01 Tim Janiknew slice allocator implementation.
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-03-22 Matthias ClasenAdd g_try_new, g_try_new0, g_try_renew and g_try_malloc...
2005-03-22 Matthias ClasenAdd g_try_new, g_try_new0 and g_try_renew. (#169611...
2004-11-28 Matthias ClasenMark functions with G_GNUC_MALLOC when appropriate.
2003-02-06 Matthias ClasenFix a bunch of typos in header comments. (#102422,...
2003-01-13 Thomas Vander Sticheledoc update
2001-09-21 Owen TaylorRename g_mem_vtable_is_set() to g_mem_is_system_malloc().
2001-09-19 Owen TaylorPatch from Matthias Clasen (#59806)
2001-06-26 Owen TaylorMove glib library into a subdirectory, make all GLib...
2001-02-17 Havoc Penningtoninclude string.h
2001-02-10 Tor Lillqvistgtypes.h Move GLIB_VAR definition from gutils.h to...
2000-12-29 Tim Janikgot rid of outdated dmalloc support. provide g_try_mall...
2000-10-12 Sebastian WilhelmiSplit glib.h into many header files mostly according...