Add tests for g_file_make_directory_with_parents()
[platform/upstream/glib.git] / gobject /
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
2012-01-30 Matthias ClasenRemove a check that triggers deprecation warnings
2012-01-25 Emmanuele BassiDeprecate GValueArray
2012-01-19 Ryan Lortiegsignal: add g_signal_handlers_disconnect_by_data
2012-01-14 Benjamin Ottevalues: Use v_pointer for g_value_set_gtype()
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-05 Simon McVittieSkip tests of incorrect property usage under gtester...
2012-01-03 Matthias ClasenFix parameter name mismatches in GWeakRef api
2012-01-02 Simon McVittieAdd regression test for GWeakRef used to cache a singleton
2012-01-02 Simon McVittieAdd deterministic tests for the API of GWeakRef
2012-01-02 Ryan LortieGWeakRef: add a weak GObject reference believed to...
2012-01-02 Simon McVittieg_object_weak_ref, g_object_add_weak_pointer: document...
2011-12-27 Simon McVittievarious tests: do not provoke SIGTRAP with -m no-undefined
2011-12-21 Ryan LortieGObject: do checks on interface property install
2011-12-21 Ryan LortieGObject: require READ or WRITE on property install
2011-12-21 Ryan LortieGObject: allow G_PARAM_CONSTRUCT on any override
2011-12-21 Ryan LortieGObject: add test for interface property overrides
2011-12-21 Ryan LortieGObject: change the order of property checks
2011-12-21 Ryan LortieGObject: fix property override type checks
2011-12-20 Ryan LortieGObject: fixup reversed logic in last commit
2011-12-20 Ryan Lortiegobject: Clean up logic in property checks
2011-12-20 Ryan Lortiegobject: loosen property override flag restrictions
2011-12-14 Ryan Lortietwo test fixes for ARM
2011-12-14 Simon McVittievarious GLib tests: plug memory leaks
2011-12-14 Stef Walterdocumentation fixes
2011-12-09 Matthias ClasenCosmetic doc change
2011-11-30 Nicola FontanaDo not use static GTypeInfo and GInterfaceInfo
2011-11-24 Stef WalterGBytes: A new type for an immutable set of bytes.
2011-11-23 Matthias ClasenFix !debug builds
2011-11-18 Murray Cumminggsignal.h: Remove trailing comma
2011-11-16 Ryan Lortie[notify] remove some rather bogus 'inline' use
2011-11-16 Ryan Lortie[notify] add warning to gobjectnotifyqueue.c
2011-11-16 Ryan Lortie[notify] dispatch 'notify' directly if not frozen
2011-11-16 Ryan Lortie[notify] add 'conditional' to _notify_queue_freeze
2011-11-16 Ryan Lortie[notify] Remove GObjectNotifyContext indirection
2011-11-16 Ryan Lortie[notify] lift some logic out of _notify_queue_add
2011-11-16 Ryan Lortie[notify] remove an obviously false comment
2011-11-16 Ryan Lortie[notify] lift some code outside of critical region
2011-11-16 Ryan Lortie[notify] drop some unused code
2011-11-16 Ryan Lortie[notify] merge gobjectnotifyqueue.c into gobject.c
2011-11-16 Ryan Lortie[notify] remove some useless forward declarations
2011-11-13 Matthias ClasenCleanups to debug env var handling
next