summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* gobject: Add g_signal_group_connect_closureJason Francis2022-04-053-29/+78
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-0410-29/+29
* meson: Add PYTHONPATH to load GDB helper moduleXavier Claessens2022-02-251-0/+7
* Merge branch 'empty-argv' into 'main'Philip Withnall2022-02-201-1/+1
|\
| * tools: Fix handling of empty argv in various minor GLib toolsPhilip Withnall2022-02-111-1/+1
* | doc: Extend a bit G_DECLARE_* documentation exampleXavier Claessens2022-02-191-0/+35
* | Fix global variable name hidden by local variables in gobject/tests/reference.cLoic Le Page2022-02-181-19/+19
* | Fix redefinition of local variable and non-initialized variable in gobject/gs...Loic Le Page2022-02-181-10/+9
* | Fix redefinition of local variable in gobject/gtype.cLoic Le Page2022-02-181-2/+2
|/
* gobject: add GSignalGroupChristian Hergert2022-02-015-0/+1658
* gobject: add GBindingGroupChristian Hergert2022-01-285-0/+1461
* gi: expose some files as variable for gobject-introspectionAndoni Morales Alastruey2022-01-281-0/+4
* Windows: Do not link DLL specific resources when doing a static buildXavier Claessens2022-01-261-1/+1
* Enable full-static build on WindowsLoic Le Page2022-01-261-5/+55
* Merge branch 'doc_sync_signals' into 'main'Sebastian Dröge2022-01-182-6/+10
|\
| * Make clear in doc that signals are emitted synchroniouslyAlexander Schwinn2022-01-182-6/+10
* | Merge tests/gobject/paramspec-test.c into gobject/tests/param.cEmmanuel Fleury2022-01-171-0/+349
|/
* Merge tests/gobject/gvalue-test.c with gobject/tests/value.cEmmanuel Fleury2022-01-121-1/+385
* paramspec: fix unref annotationBilal Elmoussaoui2021-12-301-1/+1
* Fix defined but not used warning in gobject/gobject.cEmmanuel Fleury2021-12-171-0/+2
* Distribute cxx test tests/cxx-test.cpp to each module tests directoryEmmanuel Fleury2021-12-142-0/+29
* Defer GObject::notify during object destructionEmmanuele Bassi2021-11-291-1/+24
* gobject: Use new g_newa0() functionNishal Kulkarni2021-11-261-2/+1
* gsignal: Use new g_newa0() functionNishal Kulkarni2021-11-261-4/+2
* Merge branch 'reformat-enums' into 'main'Sebastian Dröge2021-11-221-1/+1
|\
| * tests: Reformat mkenums.py slightly to make run-black.sh happyPhilip Withnall2021-11-171-1/+1
* | gobject: Add advice on larger alignment requirements for GObject membersPhilip Withnall2021-11-173-3/+11
* | gtype: Eliminate -Wcast-align warnings with G_TYPE_CHECK_INSTANCE_CASTPhilip Withnall2021-11-171-2/+2
* | gobject: Assert that GObjects are at least as aligned as basic typesPhilip Withnall2021-11-173-0/+46
|/
* Merge branch 'weak-refs-docs' into 'main'Michael Catanzaro2021-10-271-4/+7
|\
| * gobject: Clarify behaviour of adding weak refs during disposalPhilip Withnall2021-09-201-4/+7
* | Merge branch 'static-analysis' into 'main'Philip Withnall2021-10-181-1/+4
|\ \
| * | gtype: Fix pointer being dereferenced despite NULL checkEgor Bychin2021-10-151-1/+4
* | | build: Don’t pass false to `install_dir`Philip Withnall2021-10-071-0/+1
|/ /
* | Merge branch 'object-weak-ref-docs' into 'main'Simon McVittie2021-09-281-0/+5
|\ \
| * | gobject: Document it’s unsafe to call g_object_ref() from GWeakNotifyPhilip Withnall2021-09-151-0/+5
| |/
* | Merge branch 'ebassi/floating-warning' into 'main'Philip Withnall2021-09-211-0/+29
|\ \
| * | Add a (diagnostic) warning for finalized floating objectsebassi/floating-warningEmmanuele Bassi2021-09-141-0/+29
| |/
* | gobject: Ensure an object has toggle references before notifying itMarco Trevisan (Treviño)2021-09-202-0/+97
* | Merge branch 'prop-set-speedups' into 'main'Philip Withnall2021-09-201-15/+6
|\ \
| * | Small optimization for g_object_setvprop-set-speedupsMatthias Clasen2021-09-201-6/+3
| * | Small optimization for g_object_setMatthias Clasen2021-09-201-9/+3
| |/
* | gobject: Cleanup weak locations data as part of disposeMarco Trevisan (Treviño)2021-09-172-1/+28
* | gobject: Cleanup weak locations when the last one has been removedMarco Trevisan (Treviño)2021-09-172-3/+22
* | gobject: Cleanup GWeakRef locations on object finalizationMarco Trevisan (Treviño)2021-09-173-8/+221
|/
* Merge branch 'revert-cd93c350' into 'main'Philip Withnall2021-09-061-1/+1
|\
| * Revert "Merge branch 'fix/gclosure-invoke-type-annotation' into 'main'"revert-cd93c350Evan Welsh2021-08-291-1/+1
* | doc: Explicitly said, that no null term. is neededDarkTrick2021-09-061-1/+2
|/
* Merge branch 'docgen-fixes' into 'main'Philip Withnall2021-08-0319-164/+285
|\
| * docs: Start stanzas with a single paragraphEmmanuele Bassi2021-08-0219-164/+285