summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gobject: denote GObject as 8-byte alignedwip/chergert/fix-1231Christian Hergert2020-11-093-2/+16
* glib: add G_GNUC_BEGIN_ALIGNED, G_GNUC_END_ALIGNEDChristian Hergert2020-11-092-0/+32
* Merge branch 'wip/otte/interface-types' into 'master'Philip Withnall2020-11-0210-9/+447
|\
| * Add a test for signals returning interface typesMatthias Clasen2020-11-021-0/+80
| * Add a binding test involving interfacesMatthias Clasen2020-11-021-2/+132
| * value: Allow automatic transforms to/from interfacesBenjamin Otte2020-11-022-2/+105
| * closure: Support generic marshals for interface returnsBenjamin Otte2020-11-021-3/+13
| * gtype: Add g_type_interface_instantiatable_prerequisite()Benjamin Otte2020-11-024-0/+115
| * gtype: Fix typo in API commentBenjamin Otte2020-11-021-1/+1
| * Suggest braces around empty body in ‘if’ statementsBenjamin Otte2020-11-021-1/+1
|/
* Merge branch 'issue-2236' into 'master'Philip Withnall2020-11-023-21/+20
|\
| * Build gdbus-objectmanager-example docs unconditionallyissue-2236Emmanuele Bassi2020-10-301-10/+6
| * docs: Fix xinclude directivesEmmanuele Bassi2020-10-301-9/+10
| * docs: Add missing annotation glossaryEmmanuele Bassi2020-10-301-2/+4
* | Merge branch 'wip/smcv/fileutils-test-as-root' into 'master'Philip Withnall2020-11-021-8/+56
|\ \
| * | glib/tests/fileutils: Fix expectations when running as rootwip/smcv/fileutils-test-as-rootSimon McVittie2020-10-311-8/+56
* | | Merge branch 'wip/smcv/assert-no-errno' into 'master'Philip Withnall2020-11-024-22/+22
|\ \ \
| * | | gio/tests/gsettings: Assert that temporary directory ends up emptywip/smcv/assert-no-errnoSimon McVittie2020-10-311-1/+1
| * | | gio/tests/gsettings: Assert that g_chmod succeedsSimon McVittie2020-10-311-2/+2
| * | | gio/tests/gsettings: Use g_assert_no_errno()Simon McVittie2020-10-311-2/+2
| * | | gio/tests/appmonitor: Use g_assert_no_errno()Simon McVittie2020-10-311-2/+2
| * | | gio/tests/live-g-file: Use g_assert_no_errno()Simon McVittie2020-10-311-5/+5
| |/ /
| * | glib/tests/fileutils: Make more use of g_assert_no_errno()Simon McVittie2020-10-311-10/+10
|/ /
* | Merge branch 'mcatanzaro/#2233' into 'master'Philip Withnall2020-10-281-1/+1
|\ \
| * | gsocketclient: fix crash when async connection step failsmcatanzaro/#2233Michael Catanzaro2020-10-281-1/+1
|/ /
* | Merge branch 'wip/smcv/big-dbus-write-with-fds' into 'master'Philip Withnall2020-10-282-65/+139
|\ \
| * | gio/tests/gdbus-peer: Exercise fds attached to a large messagewip/smcv/big-dbus-write-with-fdsSimon McVittie2020-10-281-64/+135
| * | gdbus: Cope with sending fds in a message that takes multiple writesSimon McVittie2020-10-281-1/+4
* | | Merge branch 'wip/smcv/dbus-fd-convention' into 'master'Philip Withnall2020-10-282-0/+36
|\ \ \ | |/ / |/| |
| * | gdbus: Document the intended semantics of handles and fdsSimon McVittie2020-10-282-0/+36
|/ /
* | Merge branch 'mcatanzaro/#2221' into 'master'Philip Withnall2020-10-261-19/+20
|\ \
| * | Fix race in socketclient-slow testMichael Catanzaro2020-10-261-19/+20
* | | Merge branch 'app-info-docs' into 'master'Sebastian Dröge2020-10-261-1/+1
|\ \ \
| * | | gio: Fix some remaining DocBook syntax in a documentation commentPhilip Withnall2020-10-151-1/+1
* | | | Merge branch 'dbus-typos' into 'master'Sebastian Dröge2020-10-268-10/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | gio: Fix various typos of the name ‘D-Bus’Philip Withnall2020-10-268-10/+10
|/ / /
* | | Merge branch 'g_main_context_check_skipping_pollrec_updates' into 'master'Philip Withnall2020-10-262-2/+87
|\ \ \
| * | | gmain: g_main_context_check() can skip updating polled FD sourcesClaudio Saavedra2020-10-262-2/+87
|/ / /
* | | Merge branch 'improve-g_strrstr_len-docstring' into 'master'Sebastian Dröge2020-10-261-5/+5
|\ \ \ | |_|/ |/| |
| * | Improve docstrings of 'g_strstr_len' and 'g_strrstr_len' (fixes: #2223)Reuben Thomas2020-10-261-5/+5
* | | 2.67.02.67.0Philip Withnall2020-10-231-0/+108
* | | Merge branch 'clang-fixes' into 'master'Emmanuele Bassi2020-10-231-1/+1
|\ \ \
| * | | gtrace: Add G_GNUC_PRINTF annotationPhilip Withnall2020-10-231-1/+1
* | | | Merge branch 'wip/pwithnall/credentials-fix' into 'master'Emmanuele Bassi2020-10-231-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | gmacros: Use __typeof__ when compiling with ClangPhilip Withnall2020-10-231-1/+3
|/ / /
* | | Merge branch 'revert-decltype-changes' into 'master'Philip Withnall2020-10-213-71/+0
|\ \ \
| * | | Revert "Use C++11 decltype where possible"Philip Withnall2020-10-213-71/+0
|/ / /
* | | Merge branch 'missing-nullable' into 'master'Philip Withnall2020-10-193-6/+16
|\ \ \
| * | | Add various missing nullable annotationsSebastian Dröge2020-10-193-6/+16
* | | | Merge branch 'scan-build-warnings' into 'master'Sebastian Dröge2020-10-195-10/+19
|\ \ \ \ | |/ / / |/| | |