summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: Remove git submodule related commands and parameterswip/3v1n0/remove-submoduleMarco Trevisan (Treviño)2022-07-122-2/+0
* .gitmodules: Remove as we are only using meson subprojects nowMarco Trevisan (Treviño)2022-07-121-5/+0
* Update Ukrainian translationYuri Chornoivan2022-07-121-271/+241
* Merge branch 'wait-for-async-uri-handler-called' into 'main'Marco Trevisan2022-07-121-1/+1
|\
| * gio/tests/desktop-app-info: Wait until the callback is calledMarco Trevisan (Treviño)2022-07-121-1/+1
* | Merge branch '2687-socket-cancellable' into 'main'Philip Withnall2022-07-121-4/+9
|\ \ | |/ |/|
| * gsocketclient: Fix passing NULL to g_task_get_cancellable()Philip Withnall2022-07-121-4/+9
|/
* Merge branch 'wip/pwithnall/wpointer-sign' into 'main'Marco Trevisan2022-07-123-3/+13
|\
| * build: Specify -Werror=pointer-signPhilip Withnall2022-07-121-0/+1
| * gstdio: Do not pass wrong pointer types to FILETIME to unix conversionMarco Trevisan (Treviño)2022-07-121-3/+8
| * ci: Specify -Wno-overlength-strings on macOSPhilip Withnall2022-07-121-0/+4
|/
* Merge branch 'scheduler-warning-atomic-set' into 'main'Philip Withnall2022-07-121-1/+0
|\
| * gthread-posix: Do not do unguarded and non-atomic assignment of an atomicMarco Trevisan (Treviño)2022-07-121-1/+0
|/
* Merge branch 'rybalkin-pcre2' into 'main'Philip Withnall2022-07-1216-608/+828
|\
| * replace pcre1 with pcre2Aleksei Rybalkin2022-07-1216-608/+828
* | Merge branch 'thread-pool-slow-really-stops-unused' into 'main'Philip Withnall2022-07-122-32/+73
|\ \ | |/ |/|
| * gthreadpool: Update unused_threads while we still own the pool lockMarco Trevisan (Treviño)2022-07-112-15/+58
| * glib/test/thread-pool-slow: Ensure all unused threads are really stoppedMarco Trevisan (Treviño)2022-07-111-18/+16
| * glib/tests/thread-pool-slow: Fix indentation in test_thread_stop_unusedMarco Trevisan (Treviño)2022-07-111-19/+19
* | Update Persian translationDanial Behzadi2022-07-121-237/+189
* | Update Persian translationDanial Behzadi2022-07-121-1530/+1859
|/
* Merge branch 'custom-dispatch-test-more' into 'main'Marco Trevisan2022-07-081-3/+29
|\
| * gobject/tests: Add test to verify that custom dispatch is called on initMarco Trevisan (Treviño)2022-07-091-2/+24
| * gobject/tests/custom-dispatch: Mark the foo property as explicit-notifyMarco Trevisan (Treviño)2022-07-081-1/+5
|/
* Merge branch '2776-follow-up' into 'main'Marco Trevisan2022-07-081-7/+9
|\
| * gobject: Small speedup in weak-ref-setPeter Bloomfield2022-07-081-7/+9
* | Merge branch 'release-docs' into 'main'Matthias Clasen2022-07-082-3/+108
|\ \ | |/ |/|
| * docs: Document the release processPhilip Withnall2022-06-212-3/+108
* | Merge branch 'wip/pwithnall/2216-pidfd-sigchld' into 'main'Emmanuele Bassi2022-07-082-6/+127
|\ \
| * | gmain: Use waitid() on pidfds rather than a global SIGCHLD handlerPhilip Withnall2022-07-072-6/+125
| * | gmain: Add a clarifying comment about exit statuses vs wait statusesPhilip Withnall2022-07-071-0/+2
* | | Merge branch 'another-victim-of-gobject' into 'main'Emmanuele Bassi2022-07-083-8/+185
|\ \ \
| * | | Add a test for custom dispatch_properties_changedMatthias Clasen2022-07-082-0/+173
| * | | gobject: Don't skip custom dispatch_properties_changedMatthias Clasen2022-07-081-8/+12
|/ / /
* | | Merge branch 'issue-2659' into 'main'Philip Withnall2022-07-073-4/+12
|\ \ \ | |/ / |/| |
| * | tests/mainloop: iterate for a little while for timeout-onceMarc-André Lureau2022-07-071-2/+7
| * | gmain: do not wakeup the wakeup registrationMarc-André Lureau2022-07-071-1/+2
| * | tests/spawn-singlethread: fix test EOL on win32Marc-André Lureau2022-07-071-1/+3
* | | Merge branch '2672-dataset-tests-and-fixes' into 'main'Philip Withnall2022-07-074-16/+152
|\ \ \ | |/ / |/| |
| * | gobject/tests/binding: Add a test with run-disposePeter Bloomfield2022-07-041-0/+48
| * | gobject: Weaken an assertion in g_weak_ref_set()Peter Bloomfield2022-07-031-6/+12
| * | dataset: Document some logicPeter Bloomfield2022-06-271-0/+8
| * | dataset: Improve readabilityPeter Bloomfield2022-06-271-2/+5
| * | glib/tests/dataset: Use existing codePeter Bloomfield2022-06-231-23/+10
| * | dataset: Rename `i` as `destroy_index` and move it out of `destroy_func()`, s...Peter Bloomfield2022-06-231-4/+7
| * | glib/tests/dataset: Test id_remove_multiplePeter Bloomfield2022-06-231-0/+37
| * | gdataset: Preserve destruction orderPeter Bloomfield2022-06-231-3/+3
| * | In `test_datalist_id_remove_multiple()`, verify that the data list contains 3...Peter Bloomfield2022-06-231-0/+4
| * | glib/tests/dataset: Add a testPeter Bloomfield2022-06-231-0/+41
| * | dataset: Do not incrementPeter Bloomfield2022-06-231-7/+6
| |/