GDBus: Add GDBusSendMessageFlags
[platform/upstream/glib.git] / gobject /
2010-07-12 Ryan LortieMore docs fixes
2010-07-12 Ryan Lortiemove glibconfig.h to glib/
2010-07-08 Will ThompsonDocument NULL shortcut to g_value_array_insert etc.
2010-07-07 Ryan Lortiegobject/: fully remove gobjectalias hacks
2010-07-06 Matthias ClasenAdd some more checks to the binding tests
2010-07-06 Matthias ClasenRemove a redundant branch
2010-06-25 Colin Walters[gbinding] Move argument reference out of first column
2010-06-23 Christian DywanIntroduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
2010-06-23 Emmanuele Bassibinding: Add SYNC_CREATE to the flags
2010-06-23 Ryan Lortieneutralise pltcheck.sh
2010-06-23 Matthias ClasenDocument g_cclosure_marshal_VOID__VARIANT
2010-06-21 Ryan LortieUse -Bsymbolic-functions, drop g*alias PLT hackery
2010-06-19 Christian PerschTiny docs fix
2010-06-19 Christian PerschAdd g_value_take_variant
2010-06-17 Christian PerschFix VARIANT out args
2010-06-17 Christian PerschDistcheck fix
2010-06-17 Matthias Clasenfix a typo
2010-06-17 Christian PerschAdd fundamental type and pspec for GVariant
2010-06-16 Christian PerschTypo fix
2010-06-16 Emmanuele Bassibinding: Use a hash table
2010-06-16 Emmanuele Bassitests: Add a chain binding
2010-06-16 Christian PerschSprinkle some $(AM_V_GEN) around to make the build...
2010-06-15 Emmanuele Bassigobject: Add GBinding
2010-06-15 Damien LespiauIntroduce g_object_notify_by_pspec()
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-27 Alexander LarssonAdd dtrace and systemtap support for gobject
2010-05-22 Matthias ClasenClean up man page handling
2010-05-14 Matthias ClasenMerge branch 'gdbus-merge'
2010-05-11 Sebastian DrögeDon't include __bss_start, _edata and _end symbols...
2010-05-06 Ryan LortieBug 617947 - glib-mkenums: add @valuenum@ support
2010-05-06 Ryan Lortieglib-mkenums: Fix support for comment templates
2010-04-23 Matthias ClasenAdd a boxed type for GError
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
next