summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* 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
* GObject: change the order of property checksRyan Lortie2011-12-201-20/+50
* GObject: fix property override type checksRyan Lortie2011-12-201-15/+58
* GObject: fixup reversed logic in last commitRyan Lortie2011-12-201-1/+1
* gobject: Clean up logic in property checksRyan Lortie2011-12-201-29/+21
* gobject: loosen property override flag restrictionsRyan Lortie2011-12-201-4/+5
* two test fixes for ARMRyan Lortie2011-12-141-10/+10
* various GLib tests: plug memory leaksSimon McVittie2011-12-142-0/+3
* documentation fixesStef Walter2011-12-131-1/+1
* Cosmetic doc changeMatthias Clasen2011-12-091-1/+1
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2011-11-299-12/+12
* GBytes: A new type for an immutable set of bytes.Stef Walter2011-11-243-0/+12
* Fix !debug buildsMatthias Clasen2011-11-221-8/+7
* gsignal.h: Remove trailing commaMurray Cumming2011-11-181-1/+1
* [notify] remove some rather bogus 'inline' useRyan Lortie2011-11-161-3/+3
* [notify] add warning to gobjectnotifyqueue.cRyan Lortie2011-11-161-0/+6
* [notify] dispatch 'notify' directly if not frozenRyan Lortie2011-11-161-4/+15
* [notify] add 'conditional' to _notify_queue_freezeRyan Lortie2011-11-161-9/+16
* [notify] Remove GObjectNotifyContext indirectionRyan Lortie2011-11-161-42/+18
* [notify] lift some logic out of _notify_queue_addRyan Lortie2011-11-161-21/+42
* [notify] remove an obviously false commentRyan Lortie2011-11-161-1/+0
* [notify] lift some code outside of critical regionRyan Lortie2011-11-161-4/+4
* [notify] drop some unused codeRyan Lortie2011-11-161-28/+0
* [notify] merge gobjectnotifyqueue.c into gobject.cRyan Lortie2011-11-161-2/+160
* [notify] remove some useless forward declarationsRyan Lortie2011-11-161-7/+0
* Cleanups to debug env var handlingMatthias Clasen2011-11-121-8/+5
* Add G_SIGNAL_DEPRECATEDMarc-André Lureau2011-11-073-4/+38
* Fix g_variant_get_gtype() deprecation messageDan Winship2011-11-071-1/+1
* GObject: Don't use G_DISABLE_DEPRECATED for functionsMatthias Clasen2011-11-035-15/+4
* glib-mkenums: add --identifier-prefix and --symbol-prefix argsDan Winship2011-10-281-11/+32
* glib-mkenums.in: fix @ENUMPREFIX@ with /*< underscore_name=... >*/Dan Winship2011-10-281-1/+1
* gobject: Use G_VALUE_INITJavier Jardón2011-10-1812-46/+46
* push G_THREADS_MANDATORY over the cliffRyan Lortie2011-10-161-2/+0
* gobject/gio: some last missed statics/incluesRyan Lortie2011-10-163-2/+3
* more 'static' adding in testcasesRyan Lortie2011-10-168-6/+22
* Document that types are limited to 64 KiBSimon McVittie2011-10-151-1/+8