summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.75.12.75.1Philip Withnall2022-12-211-3/+157
* Merge branch '2840-2841-variant-more-fixes' into 'main'Philip Withnall2022-12-213-5/+74
|\
| * gvariant: Propagate trust when getting a child of a serialised variantPhilip Withnall2022-12-211-2/+2
| * gvariant: Check offset table doesn’t fall outside variant boundsPhilip Withnall2022-12-212-3/+72
|/
* Merge branch 'ptr-array-new-take' into 'main'Philip Withnall2022-12-214-2/+1211
|\
| * garray: Fix a doc typo in g_ptr_array_sort()Marco Trevisan (Treviño)2022-12-211-1/+1
| * garray: Add g_array_new_take() and g_array_new_take_zero_terminated()Marco Trevisan (Treviño)2022-12-214-0/+319
| * garray: Just use one bit to hold the null teminated stateMarco Trevisan (Treviño)2022-12-191-1/+1
| * garray: Add g_ptr_array_new_from_null_terminated_array()Marco Trevisan (Treviño)2022-12-194-14/+272
| * garray: Add g_ptr_array_new_from_array() to copy a C arrayMarco Trevisan (Treviño)2022-12-194-1/+214
| * garray: Add g_ptr_array_new_take_null_terminated()Marco Trevisan (Treviño)2022-12-194-0/+222
| * garray: Add g_ptr_array_new_take() to take a C array without copiesMarco Trevisan (Treviño)2022-12-194-0/+197
* | Merge branch 'disable-assert-warning-fix' into 'main'Emmanuele Bassi2022-12-211-0/+4
|\ \
| * | gmenuexporter: Fix warning of unused n_items when building with G_DISABLE_ASSERTPhilip Withnall2022-12-211-0/+4
* | | Merge branch '2852-musl-siginfo-t' into 'main'Emmanuele Bassi2022-12-211-8/+10
|\ \ \
| * | | gmain: Define fallback values for siginfo_t constants for muslPhilip Withnall2022-12-211-8/+10
| |/ /
* | | Merge branch 'gobject-value-set-cleanups' into 'main'Philip Withnall2022-12-212-22/+15
|\ \ \ | |/ / |/| |
| * | 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
* | | Merge branch 'search-app-prefix-strstr' into 'main'Philip Withnall2022-12-212-33/+88
|\ \ \
| * | | tests: Update search tests for desktop-icon-infoAlynx Zhou2022-12-201-8/+10
| * | | gdesktopappinfo: Group search results by both categories and match typesAlynx Zhou2022-12-201-25/+78
* | | | Merge branch '2753-vasprintf-loop' into 'main'Philip Withnall2022-12-213-0/+208
|\ \ \ \
| * | | | glib/tests: Add test to check that we abort on low-memoryMarco Trevisan (Treviño)2022-12-203-0/+208
* | | | | Merge branch 'mcatanzaro/gthread-posix-errno' into 'main'Michael Catanzaro2022-12-201-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | gthread-posix: need to #include <errno.h>Michael Catanzaro2022-12-201-0/+1
|/ / / /
* | | | Merge branch 'wip/pwithnall/freebsd-again' into 'main'Marco Trevisan2022-12-201-4/+1
|\ \ \ \
| * | | | Revert "ci: Temporarily only run the FreeBSD 13 CI on a schedule"Philip Withnall2022-12-191-4/+1
* | | | | Merge branch 'tests-isolated-tmpdir' into 'main'Marco Trevisan2022-12-197-6/+166
|\ \ \ \ \
| * | | | | gtestutils: Use $G_TEST_TMPDIR as temporary directory when definedMarco Trevisan (Treviño)2022-12-194-0/+120
| * | | | | gutils: Add a private API to unset the cached temporary directoryMarco Trevisan (Treviño)2022-12-153-6/+46
| | |/ / / | |/| | |
* | | | | Merge branch 'ebassi/garray-revert' into 'main'Marco Trevisan2022-12-193-83/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert "garray: Add support adding literal values"Emmanuele Bassi2022-12-193-83/+8
|/ / / /
* | | | Merge branch 'wip/pwithnall/debugging-macos-ci' into 'main'Emmanuele Bassi2022-12-191-6/+9
|\ \ \ \
| * | | | tests: Use a thread-local GRand in each slice-concurrent test threadPhilip Withnall2022-12-191-6/+9
| * | | | tests: Fix operator precedence in slice-concurrentPhilip Withnall2022-12-191-1/+1
* | | | | Merge branch 'futex64' into 'main'Philip Withnall2022-12-194-57/+138
|\ \ \ \ \
| * | | | | glib/gthread-posix: Conditionally use `futex` and/or `futex_time64` syscalls ...Sebastian Dröge2022-12-134-56/+137
| * | | | | glib/gthread-posix: Use `cc.compiles()` instead of `cc.links()` for checking ...Sebastian Dröge2022-12-131-1/+1
* | | | | | Merge branch 'close-range-freebsd' into 'main'Philip Withnall2022-12-191-12/+12
|\ \ \ \ \ \
| * | | | | | gspawn.c: prefer close_range() on FreeBSD if availableAlexander Richardson2022-12-191-12/+12
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'activation-token' into 'main'Philip Withnall2022-12-194-11/+39
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | gdesktopappinfo: Set XDG_ACTIVATION_TOKEN/activation-token startup ID keyIlya Fedin2022-12-194-11/+39
* | | | | | Merge branch 'th/gtype-cast-align-warning' into 'main'Philip Withnall2022-12-193-4/+27
|\ \ \ \ \ \
| * | | | | | 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
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'ghash-unsigned-nnodes' into 'main'Philip Withnall2022-12-191-7/+8
|\ \ \ \ \ \
| * | | | | | ghash: Use unsigned types for number of nodes and occupied onesMarco Trevisan (Treviño)2022-12-161-7/+8
* | | | | | | Merge branch 'wroy-main-patch-88172' into 'main'Philip Withnall2022-12-171-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix g_array_append_val compilation on WindowsWilliam Roy2022-12-171-1/+1
|/ / / / / /