[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / gobject /
2012-12-17 Christophe FergeauFix g_type_add_class_private() name in g_warning
2012-12-11 Colin Waltersgobject.symbols: Update for g_checksum_get_type()
2012-12-11 Colin WaltersMake GChecksum more fully introspectable
2012-12-10 Alexander LarssonAdd g_type_get_type_registration_serial()
2012-12-05 Colin Waltersgobject: Use local variable names in macros less likely...
2012-11-25 Ryan Lortiestop using libgthread internally
2012-11-21 Kjell AhlstedtGObject: Fix code snippet in description of floating...
2012-11-20 Sebastian DrögeAdd boxed GType for GThread
2012-11-19 Ryan LortieRevert "[gobject] set all properties before constructed()"
2012-11-16 Paul Menzeldocs: Fix spelling of "exceed" in gobject/gtype.c
2012-11-05 Ryan Lortiegtype: disallow adding interfaces after the fact
2012-11-05 Martin PittBox GPollFD to make it introspectable
2012-11-04 Simon FeltmanAdd array length annotation to GSignalQuery param_types...
2012-11-02 Colin WaltersUse (void) for no parameters, not ()
2012-11-02 Colin Waltersbuild: Prototype GType accessors for private classes
2012-11-02 Colin Waltersbuild: Ensure we #include header files for glib-genmars...
2012-10-31 Colin Walterstests/signals: Disable large enumeration value test...
2012-10-25 Martin PittRevert "Box GPollFD to make it introspectable"
2012-10-25 Martin PittBox GPollFD to make it introspectable
2012-10-16 Ryan LortieProperly deprecate g_type_init()
2012-10-16 Ryan LortieRemove g_type_init() calls
2012-10-16 Ryan LortieConvert g_type_init() to a ctor
2012-10-15 Matthias ClasenAdd missing semicolons to gobject_probes.d
2012-10-13 Ryan Lortiegsignal: really fix closure invalidation
2012-10-09 Ryan Lortie[gsignal] Fix closure invalidation
2012-10-08 Ryan Lortie[gobject] set all properties before constructed()
2012-10-08 Ryan Lortiefix g_signal_connect_object() documentation
2012-10-08 Ryan Lortie[gsignal] fix up a crasher in previous commit
2012-10-08 Matthias Clasen[gsignal] disconnect invalidated closures
2012-09-23 Matthias ClasenClarify g_type_init docs
2012-09-06 Martin PittBox GTimeZone to make it introspectable
2012-09-03 Dan Winshipupdate .gitignore
2012-09-03 Dan Winshipgobject/tests: plug leaks
2012-09-03 Dan Winshipgobject/tests: use g_test_expect_messages()
2012-09-02 Matthias ClasenAdd new api to symbol lists and docs
2012-09-02 Matthias ClasenAdd a threaded test for g_object_replace_data
2012-09-02 Matthias ClasenAdd some tests for new object data api
2012-09-02 Matthias ClasenAdd an atomic compare-and-exchange operation for object...
2012-08-28 Colin WaltersSwitch all open() calls to use g_open()
2012-08-19 Matthias ClasenIt is 'registered', not 'registred'
2012-08-19 Matthias ClasenExterminate 'the the'
2012-08-05 Mark Nauwelaertsgclosure: do not copy and leak when generically marshal...
2012-07-06 Emmanuele BassiConstify collect and lcopy strings in GTypeValueTable
2012-06-27 Philipp Kernvaluetransform: Fix definition of ulong_bool
2012-06-23 Emmanuele BassiUpdate the comment in gmarshal.list
2012-06-22 Colin Waltersgsignal: Properly handle NULL nodes
2012-06-12 Stefan Sauergtype: make these cases fatal.
2012-05-28 Philip Withnallgobject: Document notify signal deduplication with...
2012-05-26 Colin WaltersAnnotate API introduced for 2.30 with GLIB_AVAILABLE_IN...
2012-05-15 Dan WinshipAdd g_type_ensure() and use it rather than playing...
2012-05-04 Krzesimir Nowakdocs: Fix typo in G_DEFINE_DYNAMIC_TYPE_EXTENDED example.
2012-04-27 Xavier ClaessensAdd g_clear_pointer()
2012-04-25 Colin Waltersbuild: Fix 'make dist' regression
2012-04-23 Matthias ClasenAdd tests for signal convenience api
2012-04-23 Matthias ClasenAdd tests for toggle reference and qdata
2012-04-23 Matthias ClasenImprove test coverage in gobject/tests
2012-04-15 Colin Waltersbuild: Add --disable-modular-tests build option
2012-04-10 Jasper St. Pierregclosure: Support return values of GVariants
2012-04-08 Matthias Clasenbinding: Improve test coverage
2012-04-05 Dieter VerfaillieFix malformed GTK-Doc comment blocks: don't confuse...
2012-04-05 Dieter VerfaillieFix malformed GTK-Doc comment blocks: invalid parameter...
2012-04-05 Chun-wei Fangobject/tests/signals.c: Remove C99ism
2012-04-03 Guillaume Desmottesuse GLIB_DEPRECATED_IN_2_32_FOR to deprecate g_value_...
2012-04-02 Matthias ClasenImprove boxed test coverage
2012-03-19 Matthias ClasenFix distcheck 2.31.22
2012-03-18 Dieter VerfaillieFix out of tree build for MinGW/MSYS
2012-03-16 Colin Waltersgtype: Note idempotency of g_type_init()
2012-03-14 Mike GorseInvalidate single_va_closure when adding an emission...
2012-03-09 Alexander LarssonFix crash in signal emission optimization
2012-03-09 Alexander Larssonsignal emission: Allocate instance_and_param with alloca
2012-03-09 Erik van PienbroekUse native glib-genmarshal when cross-compiling
2012-03-08 Chun-wei Fanglib-genmarshal.c: Use G_VA_COPY instead of va_copy()
2012-03-08 Chun-wei FanUse G_VA_COPY instead of va_copy()
2012-03-07 Emmanuele Bassigobject: Fix a compiler warning
2012-03-06 Alexander LarssonFix unused variable warning
2012-03-05 Matthias ClasenFix a compiler warning
2012-03-05 Matthias Clasengobject: Fix symbol lists
2012-03-05 Alexander LarssonMerge branch 'signal-performance'
2012-03-05 Matthias ClasenFix binding properties of the same object
2012-03-03 Alexander Larssonfastpath: Do allow NO_RECURSE fastpath for NOP emissions
2012-03-02 Alexander LarssonMask out G_SIGNAL_TYPE_STATIC_SCOPE when comparing...
2012-03-02 Emmanuele Bassibuild: Fix rules for marshalers.[ch]
2012-03-02 Alexander LarssonAdd more tests for signal emissions
2012-03-02 Alexander LarssonOptimize single-handler va_marshaller case
2012-03-02 Alexander LarssonUse builtin marshallers and va_marshallers if possible
2012-03-02 Alexander LarssonAdd g_signal_set_va_marshaller
2012-03-02 Alexander LarssonAdd _g_closure_is_void to check for NULL vfuncs
2012-03-02 Alexander LarssonSupport generating va marshallers in glib-genmarshal
2012-03-02 Alexander LarssonAdd optional support for varargs marshallers to GClosure
2012-03-02 Alexander LarssonAdd GRealClosure and move meta_marshallers there
2012-03-01 Christian Dywangobject/gtype.c: Emphasize use of priv in member and...
2012-02-29 Emmanuele BassiVersion the deprecation of g_value_array_get_type()
2012-02-27 Emmanuele Bassivalue array: Annotate with versioned deprecation
2012-02-27 Christian Perschregex: Remove --disable-regex option
2012-02-27 David Kingdocs: Clarify g_type_register_fundamental() behaviour
2012-02-22 Rui Matosgvaluetransform: Fix an infinite loop with GFlagsValue...
2012-02-15 Dan WinshipAdd G_GNUC_BEGIN/END_IGNORE_DEPRECATIONS
2012-02-15 Dan Winshipgobject: Use a destructor rather than g_atexit() for...
2012-02-07 Dan Winshipglib-mkenums: fix handling of forward enum declarations
2012-01-30 Matthias ClasenFix doc syntax
next