Merge remote branch 'gvdb/master'
[platform/upstream/glib.git] / 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-21 Ryan Lortiemake check / makedistcheck fixes
2010-03-21 Tor LillqvistAvoid much of duplication in lists of source files
2010-03-17 Sebastian DrögeBug 612502 - Add support for class private data
2010-03-06 Stefan Kostgsignal: improve g_signal_new docs.
2010-02-23 Edward Herveygobject: Don't use G_PARAM_SPEC_VALUE_TYPE when we...
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-02-10 Ryan Lortiemerge GVariant
2010-02-03 Tor LillqvistUpdate copyright years
2010-02-02 Philip WithnallDon't use a compiler keyword as a variable name
2010-01-31 Philip WithnallFix shadowing of G_VALUE_COLLECT variables in G_VALUE_C...
2010-01-29 Ryan Lortieimprove gitignore
2010-01-25 Benjamin OtteMove the boxed private type data to TypeNode
2010-01-25 Benjamin OttePut calls to registered copy/free functions into separa...
2010-01-20 Alberto Garcia[tests] Remove C++ style comments
2010-01-18 Benjamin OtteEnsure values are memset to 0 when calling G_VALUE_COLL...
2010-01-13 Alexander LarssonFix docs in previous commit
2010-01-13 Edward Herveygobject: Use new G_VALUE_COLLECT_INIT variant
2010-01-13 Edward Herveygsignal: Use new G_VALUE_COLLECT_INIT variant
2010-01-13 Edward Herveygvaluecollector: Add variant of G_VALUE_COLLECT for...
2010-01-12 Alexander LarssonUse unconditional thread calls in gio and gobject
2010-01-12 Alexander LarssonEnable threads in g_type_init()
2010-01-11 Kamal Mostafag_object_new(): skip varargs for simple calls
2010-01-07 Haakon SporsheimDon't do pointer arithmetics on void*
2010-01-03 Javier Jardón[docs] Fix @title usage in "Enumeration and flags types...
2010-01-03 Pablo CastellanoUpdated .gitignore files
2009-12-21 Javier Jardón[docs] Fix G_DEFINE_INTERFACE "Since" tag
2009-12-21 Behdad Esfahbod[gobject] Grow gvalue transform array exponentially
2009-12-19 Behdad EsfahbodBug 501166 - Warning message says IA__g_type_init inste...
2009-12-19 Javier JardónG_DEFINE_INTERFACE_* documentation is not generated
2009-12-18 Dan Winshipupdate .gitignores
2009-12-01 Dan WinshipAdd G_DEFINE_INTERFACE
2009-11-30 Benjamin OtteOnly add object to list new objects when it has a custo...
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 Herveygobject/tests: New test for dynamic class creation...
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-30 Alexander LarssonAdd GAtomicArray for RCU-style lockless updates
2009-11-26 Alexander LarssonCast iface_init to GInterfaceInitFunc
2009-11-26 Alexander LarssonAdd G_IMPLEMENT_INTERFACE_DYNAMIC
2009-11-20 Benjamin OtteFix thread-safety
2009-10-15 Cody RussellGTypeModule derived class unref does not unload plugin
2009-10-06 Cody Russellg_object_unref racy condition can lead to crash
2009-10-03 Edward Herveygobject/gtype.h: Fix _G_TYPE_CVH macro. Fixes #597194
2009-10-02 Alexander LarssonAdd fast path for construction with no params
2009-10-02 Alexander LarssonDon't freeze/thaw notification during construction...
2009-10-02 Alexander LarssonAdd a check that no properties are added after a class...
2009-10-02 Alexander LarssonAdd GObjectClass flag CLASS_HAS_PROPS_FLAG
2009-10-02 Alexander LarssonAdd flags member for GObjectClass
2009-10-02 Alexander LarssonAllocate GObjectNotifyQueue with g_slice instead of...
2009-09-30 Matthias ClasenFix --runtime-libdir option
2009-09-28 Alexander LarssonUse right soname for gdb autoloaded python files
2009-09-24 Matthias ClasenFix location of gdb macros
2009-09-22 Matthias Clasen2.22.0 2.22.0
2009-09-22 Mart RaudseppAccept -? for glib-mkenums.
2009-09-21 Alexander LarssonInitial support for gdb python macros
2009-09-18 Matthias ClasenReduce false positives in static analysis
2009-07-10 Matthias ClasenAvoid some compiler warnings.
2009-07-07 Ryan LortieMerge branch 'tree-refcount'
2009-07-03 Christian PerschAdd @basename@ substitution to glib-mkenums
2009-06-23 David ZeuthenBug 586675 – Runtime library location
2009-04-29 David ZeuthenBug 580450 – Reference counting and boxed types for...
2009-04-09 Matthias ClasenFix G_DEFINE_TYPE_EXTENDED docs
2009-03-31 Matthias ClasenUpdate README files to refer to git
2009-03-13 Kristian Rietveldwhen defaulting to the only item in the array, check...
2009-03-13 Matthias Clasen2.20.0 GLIB_2_20_0
2009-03-02 Matthias Clasen2.19.10 GLIB_2_19_10
2009-03-02 Matthias Clasen2.19.9 GLIB_2_19_9
2009-03-01 Matthias ClasenMore of the same
2009-03-01 Matthias ClasenAdjust help output, accept -?, capitalize. Patch by...
2009-02-23 Matthias ClasenFix "it's" vs "its" confusion throughout the source...
2009-02-17 Matthias Clasen2.19.8 GLIB_2_19_8
2009-02-17 Matthias Clasen Fix strict aliasing warnings and viiolations...
2009-02-17 Matthias Clasen2.19.7 GLIB_2_19_7
2009-02-02 Matthias Clasen2.19.6 GLIB_2_19_6
2009-01-19 Matthias Clasen2.19.5 GLIB_2_19_5
2009-01-18 Matthias ClasenDefine an ENABLE_REGEX macro
2009-01-05 Matthias Clasen2.19.4 GLIB_2_19_4
2009-01-02 Behdad EsfahbodBug 565136 – Gobject's "notify" signal parameters are...
2008-12-15 Matthias Clasen2.19.3 GLIB_2_19_3
2008-12-13 Matthias ClasenMake these work on x86_64
2008-12-02 Matthias ClasenAlways reset the use count to its previous value before...
2008-12-01 Matthias Clasen2.19.2 GLIB_2_19_2
next