- 27 Jan, 2021 1 commit
-
-
Sebastian Dröge authored
gsocket: Fix SO_NOSIGPIPE regression on Darwin See merge request !1894
-
- 26 Jan, 2021 3 commits
-
-
Philip Withnall authored
gwin32appinfo: Fix printf length sub-specifier See merge request !1893
-
Philip Withnall authored
m4macros: replace obsolete macros AC_TRY_RUN and AC_TRY_LINK in glib-2.0.m4 See merge request !1899
-
Philip Withnall authored
gtestutils: Add g_test_get_path() API See merge request !1898
-
- 25 Jan, 2021 6 commits
-
-
Simon Marchi authored
Running autoconf 2.70 with -Wall,error on a configure.ac that uses AM_PATH_GLIB_2_0 gives: configure.ac:261: warning: The macro `AC_TRY_RUN' is obsolete. configure.ac:261: You should run autoupdate. ./lib/autoconf/general.m4:2996: AC_TRY_RUN is expanded from... /usr/share/aclocal/glib-2.0.m4:11: AM_PATH_GLIB_2_0 is expanded from... configure.ac:261: the top level configure.ac:261: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:261: You should run autoupdate. ./lib/autoconf/general.m4:2919: AC_TRY_LINK is expanded from... /usr/share/aclocal/glib-2.0.m4:11: AM_PATH_GLIB_2_0 is expanded from... configure.ac:261: the top level Run autoupdate on glib-2.0.m4 to change AC_TRY_RUN and AC_TRY_LINK into the suggested alternative, and adjust the formatting a little bit. The macros used in the alternative existed for long enough that there shouldn't be a problem with backwards compatibility. Signed-off-by:
Simon Marchi <simon.marchi@polymtl.ca>
-
Fran Dieguez authored
-
Jonas Ådahl authored
I found myself wanting to know the test that is currently being run, where e.g. __func__ would be inconvenient to use, because e.g. the place the string was needed was not in the test case function. Using __func__ also relies on the test function itself containing the whole path, while loosing the "/" information that is part of the test path.
-
Philip Withnall authored
Extend dbus watching name tests with auto start flags and use of closures. Closes #2011 See merge request !1885
-
Philip Withnall authored
gfile: Add Linux kernel headers compatibility kludge See merge request !1843
-
MARTINSONS Frederic authored
- use watcher auto start flag. - use watch_name_on_connection_with_closures. - use an existing service name for auto start. Closes #2011Signed-off-by:
Frederic Martinsons <frederic.martinsons@sigfox.com>
-
- 21 Jan, 2021 2 commits
-
-
Francesco Tamagni authored
Where the early call to g_socket_set_option() fails because of check_socket() failing due to `inited` still being FALSE. This brings 634b6921 back into working order, by fixing the regression introduced in 39f047e8. Co-authored-by:
Ole André Vadla Ravnås <oleavr@gmail.com>
-
Ole André Vadla Ravnås authored
warning: format string '%x' requires an argument of type 'unsigned int', but variadic argument 1 has type 'gsize'.
-
- 20 Jan, 2021 14 commits
-
-
Philip Withnall authored
build: Add glib_debug option See merge request !1889
-
Emmanuele Bassi authored
gtype: Improve formatting of GType documentation See merge request !1890
-
Philip Withnall authored
Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Ole André Vadla Ravnås authored
To allow disabling debug infrastructure in builds with debug symbols.
-
Philip Withnall authored
Add g_dbus_utils_object_path_escape and g_dbus_utils_object_path_unescape Closes #968 See merge request !1871
-
MARTINSONS Frederic authored
These two APIs are useful to publish an object which path content is not controlled (e.g. dynamically built or coming from external source). Closes #968 (Rebased and tweaked by Frederic Martinsons) Signed-off-by:
Frederic Martinsons <frederic.martinsons@sigfox.com>
-
Philip Withnall authored
Various memory leak cleanups to GSettings tests See merge request !610
-
Philip Withnall authored
`g_tls_backend_get_default()` does not return a reference to the backend, so don’t drop one. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Philip Withnall authored
Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Philip Withnall authored
This makes the tests a whole lot closer to being valgrind-clean, and revealed a few legitimate memory leaks in amongst the noise caused by keeping the singleton GSettingsBackend around for the lifetime of the process. Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Philip Withnall authored
While all of the current callers of _g_io_module_get_default() want to cache the returned GObject for the lifetime of the process, that doesn’t necessarily have to be the case, so let callers make that decision on a case-by-case basis. Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Philip Withnall authored
Port to QNX See merge request !1847
-
Philip Withnall authored
ginetaddress: Handle systems without IPv6 support See merge request !1853
-
WorksButNotTested authored
-
- 19 Jan, 2021 14 commits
-
-
s1341 authored
-
Ole André Vadla Ravnås authored
This is in order to activate all library features.
-
s1341 authored
QNX implements `res_query()` in libsocket, not libresolv or libbind.
-
s1341 authored
-
Balázs Meskó authored
-
Ole André Vadla Ravnås authored
So we can still run at full speed on modern kernels in cases where an old toolchain was used to build GLib. This is often done deliberately to allow shipping binaries that need to run on a wide range of systems.
-
Emmanuele Bassi authored
docs: Add documentation for GLIB_VERSION_CUR_STABLE and PREV_STABLE See merge request !1888
-
Philip Withnall authored
It was missing. Oh no! Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Emmanuele Bassi authored
Add more GIR annotations to gparam.c and gsignal.c See merge request !1804
-
Philip Withnall authored
Fix more warnings See merge request !1879
-
Emmanuel Fleury authored
gio/gdbusdaemon.c: In function ‘match_new’: gio/gdbusdaemon.c:449:17: error: comparison of integer expressions of different signedness: ‘int’ and ‘guint’ {aka ‘unsigned int’} 449 | for (i = 0; i < elements->len; i++) | ^
-
Emmanuel Fleury authored
gio/gdbusdaemon.c: In function ‘is_key’: gio/gdbusdaemon.c:213:11: error: comparison of integer expressions of different signedness: ‘gsize’ {aka ‘long unsigned int’} and ‘long int’ 213 | if (len != key_end - key_start) | ^~
-
Emmanuel Fleury authored
gio/gpollableutils.c:92:1: error: missing initializer for field ‘closure_marshal’ of ‘GSourceFuncs’ {aka ‘struct _GSourceFuncs’} 92 | }; | ^
-
Emmanuel Fleury authored
gio/gcontenttype.c: In function ‘load_comment_for_mime_helper’: gio/gcontenttype.c:409:3: error: missing initializer for field ‘passthrough’ of ‘GMarkupParser’ {aka ‘struct _GMarkupParser’} 409 | }; | ^
-