summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnulib: Add glib built headers to the gnulib_lib required sourceswip/add-built-headers-depsMarco Trevisan (Treviño)2022-10-241-0/+6
* glib: Also include glibconfig.h in the libglib dependencies and sourcesMarco Trevisan (Treviño)2022-10-241-0/+1
* glib, gmodule, gobject: Add generated headers to the lib dependencyMarco Trevisan (Treviño)2022-10-244-17/+32
* meson: Cleanup include-dir paths, use base path without repetitionsMarco Trevisan (Treviño)2022-10-245-11/+20
* meson: cleanup libglib dependenciesMarco Trevisan (Treviño)2022-10-231-1/+11
* Merge branch 'wip/pwithnall/macos-file-info-test-fixed' into 'main'Simon McVittie2022-10-211-4/+1
|\
| * build: Mark the g-file-info test as succeedingPhilip Withnall2022-10-211-4/+1
* | Merge branch 'gdbus-server-no-abstract-tmpdir' into 'main'Marco Trevisan2022-10-215-40/+11
|\ \ | |/ |/|
| * gio: remove pointless use of g_unix_socket_address_abstract_names_supported w...msizanoen12022-10-214-32/+10
| * gio/gdbusserver: use non-abstract socket for unix:tmpdir=msizanoen12022-10-211-8/+1
|/
* Merge branch 'time' into 'main'Emmanuele Bassi2022-10-201-2/+2
|\
| * gio/tests/g-file-info: don't assume million-in-one events don't happenRoss Burton2022-10-201-2/+2
* | Merge branch 'allow-mixed-declarations' into 'main'Philip Withnall2022-10-201-1/+0
|\ \ | |/ |/|
| * meson: Don't explicitly disable mixed declarations and statementsNirbheek Chauhan2022-10-141-1/+0
* | Merge branch 'fix-gstrerror-warning' into 'main'Philip Withnall2022-10-201-1/+1
|\ \
| * | gstrfuncs: Fix a compiler warning in g_strerror()Matthias Clasen2022-10-191-1/+1
* | | Merge branch '2753-vasprintf-loop' into 'main'Philip Withnall2022-10-201-1/+8
|\ \ \
| * | | gprintf: Avoid an infinite loop on ENOMEM in g_vasprintf()Philip Withnall2022-10-131-1/+8
* | | | Merge branch 'python-code-style-again' into 'main'Marco Trevisan2022-10-202-4/+4
|\ \ \ \
| * | | | tests: Fix code style in Python files to satisfy black and flake8Philip Withnall2022-10-192-4/+4
* | | | | Merge branch 'th/gspawn-no-safe-close' into 'main'Michael Catanzaro2022-10-202-27/+21
|\ \ \ \ \
| * | | | | gspawn: use g_close()Thomas Haller2022-10-201-28/+5
| * | | | | gstdio: make g_close() async-signal-safe under certain conditionsThomas Haller2022-10-201-4/+16
| * | | | | gspawn: avoid race due to retry with EINTR on close()Thomas Haller2022-10-191-10/+15
* | | | | | Merge branch 'wip/3v1n0/add-darwin-os' into 'main'Philip Withnall2022-10-2029-58/+89
|\ \ \ \ \ \
| * | | | | | gio, glib: Use G_OS_DARWIN for code that is for such environmentsMarco Trevisan (Treviño)2022-10-2024-58/+58
| * | | | | | meson: Define G_OS_DARWIN when compiling under OSX or iOSMarco Trevisan (Treviño)2022-10-205-0/+31
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'gicon-introspect-vfuncs' into 'main'Philip Withnall2022-10-202-5/+33
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | gicon: Do not mark g_icon_to_string() as to_tokens() invokerMarco Trevisan (Treviño)2022-10-061-1/+0
| * | | | | gicon: Add virtual invokers for equal() and serialize()Marco Trevisan (Treviño)2022-10-061-2/+2
| * | | | | gicon: Force g_icon_hash argument to be Gio.Icon for bindingsMarco Trevisan (Treviño)2022-10-061-1/+1
| * | | | | gicon: Add introspection for to_tokens / from_tokens vfunc'sMarco Trevisan (Treviño)2022-10-061-1/+30
* | | | | | Merge branch 'remove-docs-artifacts' into 'main'Philip Withnall2022-10-191-1/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | ci: Do not store docs artifactsMarco Trevisan (Treviño)2022-10-191-1/+0
|/ / / / /
* | | | | Merge branch 'gtask-bitfields-fix' into 'main'Philip Withnall2022-10-191-11/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | gtask: Use unsigned bit-field struct values to avoid warningsMarco Trevisan (Treviño)2022-10-181-11/+11
* | | | | Merge branch 'halfline-no-spawn' into 'main'Philip Withnall2022-10-191-1/+9
|\ \ \ \ \
| * | | | | tests: Check for public.text not text/plain on OSXRay Strode2022-10-181-0/+4
| * | | | | tests: Don't run du on osxRay Strode2022-10-181-1/+5
* | | | | | Merge branch 'wip/pwithnall/2785-macos-fd-close-test-failure' into 'main'Philip Withnall2022-10-191-0/+6
|\ \ \ \ \ \
| * | | | | | gstdio: Temporarily disable g_close() warning on macOSPhilip Withnall2022-10-181-0/+6
* | | | | | | Merge branch 'gmessages-handle-unused-write-results' into 'main'Philip Withnall2022-10-191-29/+43
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | gmessages: Handle unused results from fputs and fwriteMarco Trevisan (Treviño)2022-10-181-29/+43
* | | | | | | Merge branch 'halfline/test-case-pipe-confusion' into 'main'Ray Strode2022-10-181-25/+49
|\ \ \ \ \ \ \
| * | | | | | | Revert "tests: Temporarily disable desktop-app-info terminal test on FreeBSD"Ray Strode2022-10-181-7/+0
| * | | | | | | tests/desktop-app-info: Use named pipe instead of /procRay Strode2022-10-181-18/+49
* | | | | | | | Merge branch 'log-fallback-handler-newline' into 'main'Marco Trevisan2022-10-181-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | gmessages: Add missing trailing newline in fallback log handlerJohn Lindgren2022-10-131-0/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'unix-streams-fixes' into 'main'Marco Trevisan2022-10-181-16/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | tests: Use g_assert_*() rather than g_assert() in unix-streamsPhilip Withnall2022-10-171-10/+10