summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gmacros: Use G_C_STD_CHECK_VERSION to define C-std dependent itemsc-cxx-std-versionsMarco Trevisan (Treviño)2022-10-201-12/+11
* macros: Add a generic way to get and check the supported C standardMarco Trevisan (Treviño)2022-10-206-2/+152
* meson: Compile some tests with multiple C standardsMarco Trevisan (Treviño)2022-10-202-2/+30
* gmacros: Prioritize the usage of [[noreturn]] in C++11Marco Trevisan (Treviño)2022-10-204-9/+8
* gmacros: Define NULL ass nullptr with C++11 and onwards if not definedMarco Trevisan (Treviño)2022-10-201-1/+3
* glib: Use G_CXX_STD_VERSION to check how to behave with C++ compilersMarco Trevisan (Treviño)2022-10-206-28/+37
* gmacros: Define G_CXX_STD_VERSION and check macrosMarco Trevisan (Treviño)2022-10-206-4/+189
* 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
| * | | | | | | tests: Fix race condition on cancellation in unix-streams testPhilip Withnall2022-10-171-6/+6
* | | | | | | | Merge branch 'always-sniff-xdg-mime' into 'main'Marco Trevisan2022-10-182-2/+43
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | glocalfileinfo: Ensure we always sniff some data to get the content typeMarco Trevisan (Treviño)2022-10-182-2/+43
* | | | | | | | Merge branch 'coverity-issues' into 'main'Marco Trevisan2022-10-182-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | gbinding: Explicitly ignore return values from g_param_value_validate()Philip Withnall2022-10-181-2/+2
| * | | | | | | gregex: Remove an unreachable return statementPhilip Withnall2022-10-181-1/+1
* | | | | | | | Merge branch '2782-gvariant-recursion-typedecl-fix' into 'main'Philip Withnall2022-10-182-0/+41
|\ \ \ \ \ \ \ \