Commit Graph

  • e19274f746 gobject: drop OPTIONAL_BIT_LOCK_WEAK_REFS bit lock th/gobj-no-weak-ref-lock Thomas Haller 2024-01-29 15:41:40 +01:00
  • 3f9f0c0d70 gobject: rework g_object_weak_ref() to use _g_datalist_id_update_atomic() Thomas Haller 2025-04-05 00:22:59 +02:00
  • 464f5ac76e gobject: rework g_object_weak_unref() to use _g_datalist_id_update_atomic() Thomas Haller 2025-04-05 00:22:59 +02:00
  • 34b5c17e8d gobject/trivial: reformat parts with clang-format Thomas Haller 2025-04-05 00:24:28 +02:00
  • 3a403c0375 bitlock: factor out duplicated futex wait/wake functions th/bit-lock-and-set Thomas Haller 2025-04-04 10:25:04 +02:00
  • dd5e9af181 bitlock/tests: add test for using bit lock API in parallel Thomas Haller 2025-04-04 08:24:36 +02:00
  • 7b17a4d807 gobject: rework freezing once during object initialization th/gobject-no-object-locks-pt1-notify Thomas Haller 2024-01-29 11:30:21 +01:00
  • 7e4770016e gobject: don't pass around the GObjectNotifyQueue instance Thomas Haller 2024-01-29 11:13:13 +01:00
  • 842e1ffc1b gobject: rework GObjectNotifyQueue to not use GSList Thomas Haller 2024-01-29 10:55:41 +01:00
  • 585bcf142e gobject: drop OPTIONAL_BIT_LOCK_NOTIFY lock Thomas Haller 2024-01-29 10:28:26 +01:00
  • d9dc27504f gobject: rework g_object_notify_queue_add() to use g_datalist_id_update_atomic() Thomas Haller 2024-01-29 10:20:13 +01:00
  • 7416bcaa3d gobject: rework g_object_notify_queue_thaw() to use g_datalist_id_update_atomic() Thomas Haller 2024-01-28 12:56:47 +01:00
  • 4675a3e508 gobject: rework g_object_notify_queue_freeze() to use g_datalist_id_update_atomic() Thomas Haller 2024-01-19 11:38:40 +01:00
  • 5b7280c368 bitlock: add g_bit_lock_and_get() and g_bit_unlock_and_set() API Thomas Haller 2025-04-03 16:54:47 +02:00
  • 0a7eb121fc Merge branch 'closure-cleanups' into 'main' main Philip Withnall 2025-04-04 15:29:51 +00:00
  • 782c276d1e Merge branch 'gerror-improvements-mappedfile' into 'main' Philip Withnall 2025-04-04 14:37:55 +00:00
  • 8628ab1d1a Merge branch 'wip/pwithnall/scanner-test-fixes-macos' into 'main' Michael Catanzaro 2025-04-04 14:11:40 +00:00
  • f91e47888f Merge branch 'backport-4575-closure-race-fix-glib-2-84' into 'glib-2-84' glib-2-84 Michael Catanzaro 2025-04-04 14:05:12 +00:00
  • 374a274c89
    tests: Fix a size_t-to-int32 conversion warning on Windows Philip Withnall 2025-04-04 13:46:39 +01:00
  • 198285bda8
    tests: Add missing unistd.h include to scannerapi.c Philip Withnall 2025-04-04 13:13:50 +01:00
  • 3f56b84e75
    gclosure: Remove unused macro argument Philip Withnall 2025-04-04 01:40:09 +01:00
  • cd45d1ddcd
    gclosure: Combine flags reads with refs in some methods Philip Withnall 2025-04-04 01:30:00 +01:00
  • c9ef461aa1
    gclosure: Ensure all reads of GClosure.ref_count are atomic Philip Withnall 2025-04-04 01:03:55 +01:00
  • d1beecf1a3
    gclosure: Allow full set of closure flags to be queried atomically Philip Withnall 2025-04-04 01:00:14 +01:00
  • b9a5a465a7
    gclosure: Rename ClosureInt helper union Philip Withnall 2025-04-04 00:58:24 +01:00
  • 190d6d3a91 gclosure: fix ATOMIC_CHANGE_FIELD to read vint atomically Sam James 2025-04-03 19:03:27 +01:00
  • 148c1ed891 Merge branch 'gclosure-atomic-oops' into 'main' Philip Withnall 2025-04-03 22:38:46 +00:00
  • d6798089d4
    gclosure: fix ATOMIC_CHANGE_FIELD to read vint atomically Sam James 2025-04-03 19:03:27 +01:00
  • 13c10591db xxxxx th/gobject-no-object-locks Thomas Haller 2025-02-28 11:43:08 +01:00
  • 097427c63d gobject: drop OPTIONAL_BIT_LOCK_TOGGLE_REFS lock Thomas Haller 2024-01-30 13:09:19 +01:00
  • f14334a04a gobject: rework g_object_remove_toggle_ref() to use g_datalist_id_update_atomic() Thomas Haller 2024-01-30 12:48:19 +01:00
  • 65d6cda02b gobject: rework g_object_add_toggle_ref() to use g_datalist_id_update_atomic() Thomas Haller 2024-01-30 12:48:19 +01:00
  • dacf861df7 gobject: rework toggle_refs_check_and_ref() to use g_datalist_id_update_atomic() Thomas Haller 2024-01-30 12:48:19 +01:00
  • 6fc7abe5c0 gdataset: add "already_locked" argument to g_datalist_id_update_atomic() Thomas Haller 2024-03-06 09:18:31 +01:00
  • cb5c1cf60a gdataset: expose g_datalist_lock()/g_datalist_unlock() as private API Thomas Haller 2024-03-06 17:03:13 +01:00
  • 99f3e84113 gobject: invoke g_object_weak_ref() one-by-one during destruction Thomas Haller 2024-01-30 10:40:07 +01:00
  • 934ec69e81 gobject: fix race and use g_datalist_id_update_atomic() for weak refs Thomas Haller 2024-01-29 15:41:40 +01:00
  • 490604e6d1 gobject: add needs_notify flag per object for efficient lookup Thomas Haller 2025-02-28 10:40:10 +01:00
  • 0d596bab12 gobject: set flags without atomic during constructions Thomas Haller 2025-02-28 10:29:15 +01:00
  • c5a6a21071 gobject: simplify code in g_object_notify_by_spec_internal() Thomas Haller 2025-02-28 10:20:49 +01:00
  • a2da296230 gobject: optimize notify-queue handling for a single freeze Thomas Haller 2025-02-26 20:06:41 +01:00
  • e0ccac2fff gobject: rework freezing once during object initialization Thomas Haller 2024-01-29 11:30:21 +01:00
  • 08ebff5b0f gobject: don't pass around the GObjectNotifyQueue instance Thomas Haller 2024-01-29 11:13:13 +01:00
  • c9306a9b25 gobject: rework GObjectNotifyQueue to not use GSList Thomas Haller 2024-01-29 10:55:41 +01:00
  • a07a3351b3 gobject: drop OPTIONAL_BIT_LOCK_NOTIFY lock Thomas Haller 2024-01-29 10:28:26 +01:00
  • 36953b29dd gobject: rework g_object_notify_queue_add() to use g_datalist_id_update_atomic() Thomas Haller 2024-01-29 10:20:13 +01:00
  • f786844898 gobject: rework g_object_notify_queue_thaw() to use g_datalist_id_update_atomic() Thomas Haller 2024-01-28 12:56:47 +01:00
  • 54e2edc70f gobject: rework g_object_notify_queue_freeze() to use g_datalist_id_update_atomic() Thomas Haller 2024-01-19 11:38:40 +01:00
  • 3779508a69 Merge branch '3617-date-week-of-year' into 'main' Philip Withnall 2025-04-03 16:07:25 +00:00
  • c4af0f0bd0 Merge branch 'th/gdataset-cleanup' into 'main' Philip Withnall 2025-04-03 15:25:20 +00:00
  • 1bf83890a0 Merge branch '1250-socket-listener-leak' into 'main' Philip Withnall 2025-04-03 15:15:59 +00:00
  • 8d9e21ff14
    gdate: Add week-of-year APIs for weeks starting on any day Philip Withnall 2025-02-20 15:04:25 +00:00
  • f31c072005 Merge branch 'pgriffis/gresolver-onlyloopback' into 'main' Philip Withnall 2025-04-03 15:09:58 +00:00
  • 792c4505e0 Merge branch 'th/gobj-closure-array-atomic' into 'main' Philip Withnall 2025-04-03 15:09:06 +00:00
  • 56515e93a7 Merge branch '3527-Wshorten-64-to-32' into 'main' Philip Withnall 2025-04-03 15:07:09 +00:00
  • 8b3c34a523
    build: Post-release version bump Philip Withnall 2025-04-03 15:56:40 +01:00
  • eaa7e5bdfd
    2.84.1 2.84.1 Philip Withnall 2025-04-03 15:32:20 +01:00
  • d854836aff
    girparser: Fix a strict-aliasing warning with g_clear_pointer() Philip Withnall 2025-04-03 15:37:53 +01:00
  • 29e27d8dcd Merge branch 'cancellable-connection-fixes' into 'main' Philip Withnall 2025-04-03 13:55:49 +00:00
  • a2f98c86ff gio/cancellable: Never call toggle notify callback in locked state Marco Trevisan (Treviño) 2025-04-02 20:36:21 +02:00
  • ec2fee555f gio/cancellable: Do not call data destroy function while locked Marco Trevisan (Treviño) 2025-04-02 20:23:32 +02:00
  • c6ace7aaf7 gio/cancellable: Fix comments for g_cancellable_connect() Marco Trevisan (Treviño) 2025-04-02 19:36:34 +02:00
  • 7ea714e658 Merge branch 'wip/3v1n0/sanitizer-memory-fixes' into 'main' Philip Withnall 2025-04-03 13:04:05 +00:00
  • 49680afd5c gio/cancellable: Always add reference while emitting cancelled signal Marco Trevisan (Treviño) 2025-04-02 19:18:27 +02:00
  • 7432441581 test/cancellable: Check that a cancellable can be unreffed on callback Marco Trevisan (Treviño) 2025-04-02 19:10:40 +02:00
  • 03dcf4cdc3 glib/messages: Avoid warning on potentially uninitialized value Marco Trevisan (Treviño) 2025-04-03 14:01:20 +02:00
  • 31c9dbbc73 glib/tests/gvariant: Not try to memcpy NULL data Marco Trevisan (Treviño) 2025-01-30 18:47:53 +01:00
  • 39c05b1312 gvariant-core: Add pre-condition on variant store data being non-null Marco Trevisan (Treviño) 2025-01-30 18:36:03 +01:00
  • 28037242d5 gvariant: Do not byteswap empty GVariant values Marco Trevisan (Treviño) 2025-01-30 18:42:06 +01:00
  • aee7b2b092 gbytes: Return early if a NULL or 0-sized GBytes is created Marco Trevisan (Treviño) 2025-01-30 15:47:18 +01:00
  • ea52feb658 gio/tests/gdbus-export: Ensure we call all the callbacks on return Marco Trevisan (Treviño) 2024-05-24 18:17:01 +02:00
  • 6ed59a6f40 gio/tests/gdbus-connection: Fix typo Marco Trevisan (Treviño) 2024-05-24 18:16:45 +02:00
  • efe215809b glib/glib-private: Mark the dynamic LSAN checks as unlikely Marco Trevisan (Treviño) 2024-05-10 01:51:22 +02:00
  • b11c121747 gcharset: Mark cached data as known leak Marco Trevisan (Treviño) 2024-05-10 01:37:20 +02:00
  • 0453908570 gthread: Mark data allocated with g_private_set_alloc0 as leaking Marco Trevisan (Treviño) 2024-05-10 01:35:15 +02:00
  • a3eccd6316 gthread: Clarify when g_private_set_alloc0() suppression happens with valgrind Marco Trevisan (Treviño) 2025-02-24 19:22:07 +01:00
  • 0a47b69b46 girepository/parser: Clarify ownership of nodetype nodes Marco Trevisan (Treviño) 2024-05-24 17:01:25 +02:00
  • 98de5367d3 girepository/compiler: Cleanup the parser error on failure Marco Trevisan (Treviño) 2024-05-24 17:00:33 +02:00
  • cc070e1a7d girepository/compiler: Cleanup the parser on write failures Marco Trevisan (Treviño) 2024-05-24 16:58:53 +02:00
  • 416bab52eb tests: Fix a memory leak if a callable-info test is skipped Philip Withnall 2025-02-11 11:40:29 +00:00
  • 7086823bb2 cancellable: Connect to cancelled signal using the ID Marco Trevisan (Treviño) 2025-04-02 19:40:41 +02:00
  • eedf75e810 Merge branch 'variant-type-docs' into 'main' Michael Catanzaro 2025-04-02 16:04:25 +00:00
  • 93371e1f56 Merge branch 'dbus-name-owning-docs' into 'main' Emmanuele Bassi 2025-04-02 13:10:05 +00:00
  • 4820b1bd79 Merge branch '3649-win32-wchar-crash' into 'main' Philip Withnall 2025-04-02 11:35:12 +00:00
  • afb5ba1ea1 Merge branch 'doc-prgname' into 'main' Philip Withnall 2025-04-02 10:48:53 +00:00
  • ead02072a4
    gutils: make documentation of g_set_prgname() clearer Integral 2025-04-02 18:33:38 +08:00
  • 18eb38fa15
    gvarianttype: Improve docs on type validation Philip Withnall 2025-04-01 08:46:22 +01:00
  • cce3001d5d threadedresolver: Cache network interface checks Patrick Griffis 2025-03-24 11:01:54 -05:00
  • f1a498e178 Merge branch 'protect-argv-string' into 'main' Philip Withnall 2025-04-01 16:14:35 +00:00
  • 585ec33763
    gwin32appinfo: Clarify some variable names Philip Withnall 2025-04-01 16:05:44 +01:00
  • 6f9bb9b784
    gwin32registrykey: Clarify that value sizes are in bytes Philip Withnall 2025-04-01 16:04:01 +01:00
  • 464dd6fb6b
    gwin32appinfo: Fix an incorrect size vs wide-length comparison Philip Withnall 2025-04-01 15:50:00 +01:00
  • 3d9cc10330
    gspawn-win32: Fix potential integer overflows in argv handling Philip Withnall 2025-03-30 21:49:05 +01:00
  • 7d74d4b5ab Merge branch 'compile-resources-docs' into 'main' Philip Withnall 2025-03-30 20:36:22 +00:00
  • 8eeb733a83 Merge branch 'romanian-updates' into 'main' Philip Withnall 2025-03-30 20:34:41 +00:00
  • 983619d7ed Update Romanian translation Antonio Marin 2025-03-30 17:30:01 +00:00
  • e8b9319a66 docs: Add some detail Matthias Clasen 2025-03-30 09:20:19 -04:00
  • 78214120fa Update doc syntax schema-api Matthias Clasen 2025-03-30 08:18:37 -04:00
  • eccef5f487 Mark new api as "Since 2.86" Matthias Clasen 2025-03-30 08:02:41 -04:00
  • 146aaec699 Bump version to 2.85 Matthias Clasen 2025-03-30 08:26:16 -04:00