- 25 Apr, 2022 6 commits
-
-
Philip Withnall authored
docs: Expand G_DEFINE_BOXED_TYPE docs with more detailed example See merge request GNOME/glib!2612
-
-
Philip Withnall authored
Meson: Fix gio-windows-2.0 override name See merge request GNOME/glib!2615
-
Philip Withnall authored
Add inout annotations for g_iconv See merge request GNOME/glib!2614
-
Philip Withnall authored
gtestutils: Include stdlib.h for exit function See merge request GNOME/glib!2613
-
Xavier Claessens authored
The override name must match the pkgconfig name.
-
- 24 Apr, 2022 2 commits
-
-
TestingPlant authored
-
(cherry picked from commit 82feda1ccf6cc1e9af0102629b6e7aee06282335)
-
- 23 Apr, 2022 1 commit
-
-
Biswapriyo Nath authored
This fixes warning: implicit declaration of function 'exit'
-
- 20 Apr, 2022 1 commit
-
-
- 18 Apr, 2022 1 commit
-
-
Ask Hjorth Larsen authored
-
- 15 Apr, 2022 1 commit
-
-
- 14 Apr, 2022 5 commits
-
-
Philip Withnall authored
Fix test suite on Windows See merge request GNOME/glib!2449
-
Marc-André Lureau authored
When I enabled unix socketpair test on win32, I left the existing g_close(fds[1]), but _g_win32_socketpair() returns native sockets descriptors that must be closed with closesocket() on win32. Let GSocket handle the socket pair cleanup. Signed-off-by:
Marc-André Lureau <marcandre.lureau@redhat.com>
-
Marc-André Lureau authored
Signed-off-by:
Marc-André Lureau <marcandre.lureau@redhat.com>
-
Marc-André Lureau authored
As noted by Charlie Barto: "both mingw64 and msvc define _WIN64 in 64-bit mode, and both are LLP64, and both have struct _stat64 defined the same way." GNOME/glib!2449 (comment 1372190) Signed-off-by:
Marc-André Lureau <marcandre.lureau@redhat.com>
-
Marc-André Lureau authored
The pipe must be closed, or the child PID watch doesn't get triggered. We should remove the message callback source on EOF, as EOF during main loop run will reach a bad assert in the callback. Signed-off-by:
Marc-André Lureau <marcandre.lureau@redhat.com>
-
- 13 Apr, 2022 1 commit
-
-
Philip Withnall authored
GDate: Fix tests on Windows on certain locales See merge request GNOME/glib!2600
-
- 12 Apr, 2022 3 commits
-
-
Chun-wei Fan authored
...for certain Windows locales, since the formats accepted for g_date_set_parse() will vary depending on the current system locale. For instance, g_date_set_parse(gdate, "dd/mm/yy") is accepted on locales such as zh-HK (Chinese (Hong Kong SAR)) but is rejected on zh-TW (Chinese (Taiwan)). One can tell from the "date format" settings in the Windows system control panel whether there is a "dd/MM/YYYY" or "dd/MM/YY" option from the drop-down list of date formats to display for the locale, which will indicate whether g_date_set_parse(gdate, "dd/mm/yy") is accepted, which is true for zh-HK but is not true for zh-TW. If g_date_set_parse(gdate, "dd/mm/yy") is not accepted, try again with g_date_set_parse(gdate, "yy/mm/dd") thereafter for the 2-digit-year tests.
-
Chun-wei Fan authored
We should normally have a standard name for the time zone even if we don't have daylight saving in the time zone, so use the standard name also when GetTimeZoneInformation() returns TIME_ZONE_ID_UNKNOWN[1][2]. [1]: https://docs.microsoft.com/en-us/windows/win32/api/timezoneapi/nf-timezoneapi-gettimezoneinformation [2]: https://docs.microsoft.com/zh-tw/windows/win32/api/timezoneapi/nf-timezoneapi-settimezoneinformation
-
Philip Withnall authored
Move tests/onceinit.c to glib/tests/onceinit.c See merge request GNOME/glib!2601
-
- 11 Apr, 2022 3 commits
-
-
Simon McVittie authored
tests: Make a string comparison on an error string more relaxed See merge request GNOME/glib!2597
-
Emmanuel Fleury authored
Related to issue #1434
-
Emmanuel Fleury authored
-
- 09 Apr, 2022 1 commit
-
-
- 08 Apr, 2022 9 commits
-
-
-
Philip Withnall authored
It currently fails on FreeBSD with: ``` Bail out! GLib:ERROR:../glib/tests/spawn-test.c:111:test_spawn_basics: assertion failed (erroutput == "sort: cannot read: non-existing-file.txt: No such file or directory\n"): ("sort: No such file or directory\n" == "sort: cannot read: non-existing-file.txt: No such file or directory\n") ``` Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Philip Withnall authored
Move test tests/unicode-normalize.c to glib/tests/ See merge request GNOME/glib!2586
-
Philip Withnall authored
gutils: Add flags to g_format_size_full() to return only value or only units See merge request GNOME/glib!2545
-
Philip Withnall authored
Move tests/spawn-test.c -> glib/tests/spawn-test.c See merge request GNOME/glib!2575
-
This allows to split the formatted size into the value and into the units, when can be shown differently in the UI. Relate to GNOME/gnome-software#1391
-
-
Emmanuel Fleury authored
Helps issue #1434
-
Emmanuel Fleury authored
-
- 07 Apr, 2022 6 commits
-
-
-
Emmanuel Fleury authored
Related to issue #1434
-
Emmanuel Fleury authored
-
Philip Withnall authored
gio/tests: DuplicateHandle() is inappropriate for SOCKET See merge request GNOME/glib!2592
-
-
Sebastian Dröge authored
ci: Expire CI artifacts after 1 week See merge request GNOME/glib!2594
-