docs: Clarify g_type_register_fundamental() behaviour
[platform/upstream/glib.git] / gobject / gtype.c
2012-02-27 David Kingdocs: Clarify g_type_register_fundamental() behaviour
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-11-13 Matthias ClasenCleanups to debug env var handling
2011-10-15 Simon McVittieDocument that types are limited to 64 KiB
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-04 Simon McVittieWarn when classes/instances exceed the allowed size...
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-09-21 Ryan Lortiegtype: port from GStaticRWLock to GRWLock
2011-09-21 Ryan LortiePort internal GStaticRecMutex users to GRecMutex
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Dan WinshipMake threads mandatory
2011-09-05 Ryan LortieGObject docs: resolve broken links
2011-08-29 Matthias ClasenSpelling fixes
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
2011-06-09 Ryan Lortiegobject: remove -DG_DISABLE_CONST_RETURNS
2011-06-03 Colin Waltersgobject: Use _ prefixing in private headers over G_GNUC...
2011-05-18 Colin Waltersgtype: Remove unused variable
2011-05-17 Benjamin Ottegobject: Speed up g_type_from_name()
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-02-19 Matthias ClasenExpand the documentation of g_type_get_qdata()
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-29 Pavel HolejsovskyFix typo in GI annotation
2010-12-28 Pavel HolejsovskyFix typo in function annotation.
2010-12-27 Pavel HolejsovskyAdd GI annotations to GType
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-03 Matthias ClasenAdd a note about size limits of private structures
2010-07-07 Ryan Lortiegobject/: fully remove gobjectalias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-27 Alexander LarssonAdd dtrace and systemtap support for gobject
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-29 Javier JardónFix g_type_class_add_private() documentation
2010-03-26 Matthias ClasenSome more doc cleanups
2010-03-17 Sebastian DrögeBug 612502 - Add support for class private data
2010-02-17 Benjamin OtteMake g_type_interface_prerequisites() only return one...
2010-02-11 Benjamin OtteMove offsets array from interface data member to TypeNode
2010-02-11 Benjamin OtteMove prerequisites out of _prot struct
2010-01-25 Benjamin OtteMove the boxed private type data to TypeNode
2010-01-12 Alexander LarssonEnable threads in g_type_init()
2009-12-19 Behdad EsfahbodBug 501166 - Warning message says IA__g_type_init inste...
2009-11-30 Benjamin OtteRemove more read locks usage
2009-11-30 Benjamin OtteMake g_type_class_peek[_static]() not take any locks
2009-11-30 Edward HerveyAdd type_data_ref_U() and use it in g_type_class_ref()
2009-11-30 Edward HerveyReorganize g_type_class_ref()
2009-11-30 Benjamin OtteMake ClassData->init_state atomic
2009-11-30 Edward HerveyMake type_data_unref_U not take locks in the common...
2009-11-30 Edward HerveyMake all accesses of Node->ref_count atomic
2009-11-30 Edward Herveytype_data_unref_Wm => type_data_unref_U
2009-11-30 Benjamin OtteAdd a NODE_REFCOUNT getter
2009-11-30 Edward HerveyMove setting the refcount to the end of the function
2009-11-30 Edward HerveyPass the TypeNode to type_data_last_unref_Wm()
2009-11-30 Edward HerveyMove ref_count from TypeNode->data to TypeNode
2009-11-30 Alexander LarssonImplement O(1) interface lookups
2009-11-30 Alexander LarssonImplement lock free interface lookup
2009-11-20 Benjamin OtteFix thread-safety
2009-10-15 Cody RussellGTypeModule derived class unref does not unload plugin
2009-07-10 Matthias ClasenAvoid some compiler warnings.
2009-02-23 Matthias ClasenFix "it's" vs "its" confusion throughout the source...
2008-07-27 Tor Lillqvistgtype.h Revert my change from 2008-07-24. No G_TYPE_FOR...
2008-07-24 Tor LillqvistDefine G_TYPE_FORMAT as the printf format for a GType...
2008-07-02 Matthias ClasenFix up section comments
2008-06-22 Michael Nattererremove trailing whitespace from newly added gtk-doc...
2008-06-22 Michael Natterermoved includes back to the top of the files (before...
2008-06-22 Stefan KostMove some content for gobject-unused.sgml and cleared...
2008-06-21 Stefan KostMigrating docs.
2008-06-10 Tim Janikg_type_class_ref() comment fixes.
2008-06-10 13:15:29 Tim Janikfixed race condition where references to partially...
2008-02-05 18:52:07 Tim Janikadded recursive mutex to protect class initialization...
2007-06-15 Cody RussellCheck for 0-sized private data. (#443869)
2006-12-16 Matthias ClasenFri Dec 15 2006 Matthias Clasen <mclasen@redhat.com>
2006-09-30 Matthias ClasenFix some issues with PLT entries.
2006-06-15 Matthias ClasenSeparate groups by an empty line (#344868, Christian...
2006-04-23 Matthias ClasenFix some problems with my last commit
2006-04-21 Matthias ClasenAdd g_type_register_static_simple
2005-12-01 Tim Janikuse g_slic_* for all object allocations.
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-09-10 Matthias ClasenMove a few strings from .data to .rodata.
2005-09-08 Kjartan MaraasRemove some unused code. Same here And here Mark some...
2005-08-31 Matthias ClasenMore string interning
2005-08-10 Stepan KasalFix typos: invokation -> invocation.
2005-03-14 Matthias ClasenMake work again.
2004-11-01 Matthias Clasenglib/gdebug.h glib/gutils.c gobject/gtype.c gthread...
2004-10-06 4applied patch from Jean-Yves Lefort <jylefort@brutele...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-09-16 Matthias ClasenAdd ABI control using the same technique that is used...
2004-07-28 Matthias ClasenCatch cases of forgotten g_type_add_private(). (#148368...
2004-02-03 Tim Janikprovide a short-cut version for this macro in case
2003-12-26 Matthias ClasenDon't acquire a read lock here. (#106433, Owen Taylor)
2003-11-27 Tim Janikvariant of class_peek() which works for static types...
2003-10-02 Tim Janikfix post class_init interface initialization logic...
2003-10-02 Owen TaylorAdd g_type_add/remove_interface_check(), which allows...
2003-09-29 Owen TaylorAdd g_type_default_interface_ref/peek/unref for accessi...
2003-09-26 Owen TaylorYou can have instance_real_class_bsa be non-NULL, but...
2003-09-02 Tim Janikadded support for a "default vtable" per interface...
2003-09-02 Tim Janikfix iterating over fundamental types.
2003-08-19 Tim Janikcheck private instance data after initialization.
next