summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Fix out of tree build for MinGW/MSYSDieter Verfaillie2012-03-171-7/+6
* gtype: Note idempotency of g_type_init()Colin Walters2012-03-161-0/+4
* Invalidate single_va_closure when adding an emission hookMike Gorse2012-03-141-0/+1
* Fix crash in signal emission optimizationAlexander Larsson2012-03-091-3/+4
* signal emission: Allocate instance_and_param with allocaAlexander Larsson2012-03-091-6/+4
* Use native glib-genmarshal when cross-compilingErik van Pienbroek2012-03-091-2/+8
* glib-genmarshal.c: Use G_VA_COPY instead of va_copy()Chun-wei Fan2012-03-081-1/+1
* Use G_VA_COPY instead of va_copy()Chun-wei Fan2012-03-082-22/+22
* gobject: Fix a compiler warningEmmanuele Bassi2012-03-071-1/+1
* Fix unused variable warningAlexander Larsson2012-03-061-1/+1
* Fix a compiler warningMatthias Clasen2012-03-051-1/+1
* gobject: Fix symbol listsMatthias Clasen2012-03-051-0/+24
* Merge branch 'signal-performance'Alexander Larsson2012-03-0513-191/+2516
|\
| * fastpath: Do allow NO_RECURSE fastpath for NOP emissionssignal-performanceAlexander Larsson2012-03-031-1/+6
| * Mask out G_SIGNAL_TYPE_STATIC_SCOPE when comparing typesAlexander Larsson2012-03-021-1/+1
| * build: Fix rules for marshalers.[ch]Emmanuele Bassi2012-03-022-4/+8
| * Add more tests for signal emissionsAlexander Larsson2012-03-023-7/+367
| * Optimize single-handler va_marshaller caseAlexander Larsson2012-03-022-100/+274
| * Use builtin marshallers and va_marshallers if possibleAlexander Larsson2012-03-021-3/+51
| * Add g_signal_set_va_marshallerAlexander Larsson2012-03-022-5/+64
| * Add _g_closure_is_void to check for NULL vfuncsAlexander Larsson2012-03-022-0/+38
| * Support generating va marshallers in glib-genmarshalAlexander Larsson2012-03-023-23/+1272
| * Add optional support for varargs marshallers to GClosureAlexander Larsson2012-03-023-3/+392
| * Add GRealClosure and move meta_marshallers thereAlexander Larsson2012-03-024-52/+51
* | Fix binding properties of the same objectMatthias Clasen2012-03-042-3/+41
|/
* gobject/gtype.c: Emphasize use of priv in member and use g_return_val_if_failChristian Dywan2012-03-011-1/+7
* Version the deprecation of g_value_array_get_type()Emmanuele Bassi2012-02-292-14/+12
* value array: Annotate with versioned deprecationEmmanuele Bassi2012-02-272-11/+11
* regex: Remove --disable-regex optionChristian Persch2012-02-261-5/+0
* docs: Clarify g_type_register_fundamental() behaviourDavid King2012-02-261-4/+5
* gvaluetransform: Fix an infinite loop with GFlagsValue sets with the 0 valueRui Matos2012-02-222-3/+15
* Add G_GNUC_BEGIN/END_IGNORE_DEPRECATIONSDan Winship2012-02-151-0/+4
* gobject: Use a destructor rather than g_atexit() for refcount debuggingDan Winship2012-02-151-0/+10
* glib-mkenums: fix handling of forward enum declarationsDan Winship2012-02-071-0/+6
* Fix doc syntaxMatthias Clasen2012-01-301-1/+1
* Remove a check that triggers deprecation warningsMatthias Clasen2012-01-301-1/+0
* Deprecate GValueArrayEmmanuele Bassi2012-01-247-2/+74
* gsignal: add g_signal_handlers_disconnect_by_dataRyan Lortie2012-01-191-0/+15
* values: Use v_pointer for g_value_set_gtype()Benjamin Otte2012-01-141-2/+2
* Skip tests of incorrect property usage under gtester -m no-undefinedSimon McVittie2012-01-051-0/+13
* Fix parameter name mismatches in GWeakRef apiMatthias Clasen2012-01-031-23/+23
* Add regression test for GWeakRef used to cache a singletonSimon McVittie2012-01-021-0/+121
* Add deterministic tests for the API of GWeakRefSimon McVittie2012-01-021-0/+101
* GWeakRef: add a weak GObject reference believed to be thread-safeRyan Lortie2012-01-023-2/+253
* g_object_weak_ref, g_object_add_weak_pointer: document non-thread-safetySimon McVittie2012-01-021-0/+9
* various tests: do not provoke SIGTRAP with -m no-undefinedSimon McVittie2011-12-271-0/+3
* GObject: do checks on interface property installRyan Lortie2011-12-202-2/+8
* GObject: require READ or WRITE on property installRyan Lortie2011-12-202-3/+1
* GObject: allow G_PARAM_CONSTRUCT on any overrideRyan Lortie2011-12-202-18/+19
* GObject: add test for interface property overridesRyan Lortie2011-12-201-0/+379