summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* gobject_gdb.py: fix regression caused by bfbe7127d5Nelson Benítez León2023-05-151-1/+1
* Merge branch 'gtk-plus' into 'main'Philip Withnall2023-05-101-2/+1
|\
| * Fix style-check for {gconvert,gutils,gobject}.cArnaud Rebillout2023-05-101-1/+0
| * Rename GTK+ to GTK (mostly comments and documentation)Arnaud Rebillout2023-05-101-1/+1
* | gtestutils: Improve g_assert_cmpuintEric Blake2023-05-091-2/+2
|/
* docs: Drop outdated docs/debugging.txtPhilip Withnall2023-04-272-4/+18
* Test g_signal_handlers_disconnect_matched for G_SIGNAL_MATCH_ID matchPrzemyslaw Gorszkowski2023-04-181-0/+14
* gsignal: Support G_SIGNAL_MATCH_ID in g_signal_handlers_block/unblock/disconn...Przemyslaw Gorszkowski2023-04-142-6/+26
* gsignal: Clarify documentation for GSignalMatchType matchingPhilip Withnall2023-04-142-8/+23
* tests: Add type flag tests for interfacesPhilip Withnall2023-04-131-0/+37
* gtype: Improve documentation for G_TYPE_IS_CLASSED and interfacesPhilip Withnall2023-04-131-0/+9
* gtype: Clarify return value documentationPhilip Withnall2023-04-131-18/+18
* Merge branch 'drop-gitignore' into 'main'Marco Trevisan2023-04-051-18/+0
|\
| * build: Drop old .gitignore files from test directoriesPhilip Withnall2023-03-201-18/+0
* | gvalue: Fix a typo in a function name in an example in the docsPhilip Withnall2023-03-231-1/+1
|/
* gobject: Fix some annotationsbadcel2023-02-243-6/+6
* Merge branch 'no-performance-valgrind' into 'main'Emmanuele Bassi2023-02-221-1/+1
|\
| * tests: Don’t run the GObject performance tests under valgrindPhilip Withnall2023-02-161-1/+1
* | g_type_name: Fix return annotationbadcel2023-02-211-1/+1
|/
* Merge branch 'g-atomic-array-alignment' into 'main'Philip Withnall2023-02-062-4/+14
|\
| * GAtomicArray: Ensure metadata does not misalign the payloadAlex Richardson2023-01-292-4/+14
* | Merge branch 'gtype-use-sized-free' into 'main'Philip Withnall2023-02-061-16/+4
|\ \
| * | gtype: Use g_malloc0 and g_free_sized to allocate and free memoryMarco Trevisan (Treviño)2023-02-031-4/+4
| * | Revert "gtype: Use the system allocator on UNIX"Marco Trevisan (Treviño)2023-02-031-16/+4
| |/
* | Remove n_preallocs field from InstanceDataEmmanuele Bassi2023-02-042-4/+2
|/
* GValue: document ownership transfer in g_value_take_stringLukáš Tyrychtr2023-01-251-1/+1
* meson: Use exitcode protocol for some c++ and gobject definition testsMarco Trevisan (Treviño)2023-01-171-1/+3
* meson: Use 'tap' test protocol by defaultMarco Trevisan (Treviño)2023-01-171-1/+8
* Merge branch 'badcel/revert-update-closure-annotations' into 'main'Philip Withnall2023-01-112-6/+6
|\
| * Revert "Rename user data parameters to user_data"badcel2023-01-092-6/+6
* | Merge branch 'ebassi/visibility-build-vars' into 'main'Philip Withnall2023-01-091-3/+3
|\ \
| * | build: Don't overwrite build variablesEmmanuele Bassi2023-01-081-3/+3
| |/
* | Include GObject's visibility headerEmmanuele Bassi2023-01-081-0/+1
|/
* gobject: Add a missing NULL check for the return from lookup_type_node_I()Philip Withnall2022-12-212-1/+5
* gobject: Use some new cleaner code to set object GValuesMarco Trevisan (Treviño)2022-12-201-21/+10
* gobject: Avoid the ref/unref dance if assigning the same to a valueMarco Trevisan (Treviño)2022-12-202-1/+5
* meson: Add test to check for strict cast alignments if supportedMarco Trevisan (Treviño)2022-12-161-1/+7
* gtype: avoid "-Wcast-align" warning with optimized G_TYPE_CHECK_INSTANCE_CAST()Thomas Haller2022-12-162-3/+20
* gobject/tests/performance: Add object get/set performance testsMarco Trevisan (Treviño)2022-12-141-0/+161
* gobject/tests/performance: Add object notify performance testsMarco Trevisan (Treviño)2022-12-141-0/+191
* gtype: Use is_final node bit to check if a type can be derivedMarco Trevisan (Treviño)2022-12-121-7/+7
* gtype: Simplify g_type_test_flags() for node flags checks onlyMarco Trevisan (Treviño)2022-12-121-0/+21
* gtype: Speed up type checking for final typesMatthias Clasen2022-12-121-2/+9
* gobject/tests/type-flags: Add tests for type final type flagsMarco Trevisan (Treviño)2022-12-121-0/+55
* Improve notification queue warningEmmanuele Bassi2022-12-121-2/+23
* Merge branch 'atomic-unref-cleanups' into 'main'Philip Withnall2022-12-062-17/+412
|\
| * gobject: Trace unref just after this happenedMarco Trevisan (Treviño)2022-12-061-2/+2
| * gobject: Do not call toggle down notifications if current refcount is not 1Marco Trevisan (Treviño)2022-12-062-2/+42
| * gobject: Check for toggle references only if the old ref is relevantMarco Trevisan (Treviño)2022-12-062-5/+7
| * gobject/tests/reference: Add test for notify during disposeMarco Trevisan (Treviño)2022-12-061-1/+111