summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: Read ioreg IOPlatformExpertDevice on macOS to see env detailswip/3v1n0/macos-machine-idMarco Trevisan (Treviño)2022-11-011-0/+1
* gdbusprivate: Add support for machine-id for darwin systemsMarco Trevisan (Treviño)2022-11-014-4/+68
* gio/meson: Split core functionality checks for darwinMarco Trevisan (Treviño)2022-11-011-1/+11
* meson: Update variable name to reflect actual valueMarco Trevisan (Treviño)2022-11-012-4/+4
* Merge branch 'speed-up-desktop-test' into 'main'Marco Trevisan2022-11-011-4/+9
|\
| * tests: Reduce an unnecessary sleep from desktop-app-info testPhilip Withnall2022-11-011-4/+9
|/
* Merge branch 'wip/3v1n0/support-can-fail-tests' into 'main'Philip Withnall2022-10-3117-79/+277
|\
| * glib/tests/meson: Ignore another new windows tests failureMarco Trevisan (Treviño)2022-10-311-1/+4
| * ci: Remove not-printable chars from generated junit fileMarco Trevisan (Treviño)2022-10-311-0/+9
| * glib,gio/tests: Mark some spawn tests as flaky under windowsMarco Trevisan (Treviño)2022-10-312-1/+4
| * meson: Add basic summaryMarco Trevisan (Treviño)2022-10-311-0/+67
| * meson: Use default test multiplier to define timeoutsMarco Trevisan (Treviño)2022-10-312-4/+6
| * ci: Show commands run from the test scriptsMarco Trevisan (Treviño)2022-10-313-3/+3
| * meson: Use test setup environment instead of repeating it everywhereMarco Trevisan (Treviño)2022-10-316-14/+17
| * glocalfileinfo: Define errsv only if it's usedMarco Trevisan (Treviño)2022-10-311-1/+4
| * tests: Mark should_fail tests as can_failMarco Trevisan (Treviño)2022-10-312-8/+7
| * ci: Mark failing mingw tests as can-fail and do not ignore test failuresMarco Trevisan (Treviño)2022-10-313-4/+5
| * ci: Mark failing windows tests as can-fail and do not ignore test failuresMarco Trevisan (Treviño)2022-10-315-6/+17
| * meson: Expose library build type as global variablesMarco Trevisan (Treviño)2022-10-319-16/+32
| * gio: mark codegen test as can-fail in freebsdMarco Trevisan (Treviño)2022-10-311-1/+2
| * meson, ci: Support tests that can fail under certain conditionsMarco Trevisan (Treviño)2022-10-3110-31/+111
* | Merge branch 'portal-support-missing-guards' into 'main'Marco Trevisan2022-10-311-0/+1
|\ \
| * | portal: Fix broken header guardRobert Ancell2022-10-311-0/+1
* | | Merge branch 'wip/3v1n0/sys-64-clang' into 'main'Philip Withnall2022-10-318-35/+78
|\ \ \
| * | | gio/tests/win32-streams: Avoid doing sign casting when we canMarco Trevisan (Treviño)2022-10-311-2/+3
| * | | meson: Ignore -Wstring-plus-int in CMarco Trevisan (Treviño)2022-10-311-0/+1
| * | | gfileutils: Use correct type comparison for lengthMarco Trevisan (Treviño)2022-10-311-1/+1
| * | | glib/tests/cxx: Ensure NULL is always casted to a pointer typeMarco Trevisan (Treviño)2022-10-311-0/+4
| * | | glib/gnulib/meson: Disable some warnings on clang windows buildsMarco Trevisan (Treviño)2022-10-311-0/+7
| * | | ci: Add an msys2-clang64 job to run only on schedulesMarco Trevisan (Treviño)2022-10-312-1/+31
| * | | ci/test-msys2: use $MINGW_PACKAGE_PREFIXMarco Trevisan (Treviño)2022-10-311-16/+11
| * | | ci: Set CFLAGS on msys2-mingw32 in yaml file as it happens for other jobsMarco Trevisan (Treviño)2022-10-312-14/+18
| * | | gatomic: Cast the oldval pointer type to the atomic value typeMarco Trevisan (Treviño)2022-10-311-1/+2
| |/ /
* | | Merge branch 'wip/smcv/sized-integers' into 'main'Emmanuele Bassi2022-10-311-8/+155
|\ \ \ | |/ / |/| |
| * | docs: Soft-deprecate sized integer types in favour of (u)intN_tSimon McVittie2022-10-281-7/+143
| * | docs: Clarify relationship between goffset and POSIX off_tSimon McVittie2022-10-281-1/+12
| |/
* | Merge branch 'ci-add-issue-bot' into 'main'Philip Withnall2022-10-311-0/+9
|\ \
| * | ci: Open issues when scheduled pipelines failsMarco Trevisan (Treviño)2022-10-311-0/+9
| |/
* | Merge branch 'always-use-nullptr-in-c++' into 'main'Philip Withnall2022-10-312-14/+8
|\ \ | |/ |/|
| * glib/gmacros: Always define NULL as nullptr in C++11 and newerMarco Trevisan (Treviño)2022-10-312-14/+8
|/
* Merge branch 'wip/smcv/sizes-and-pointers' into 'main'Philip Withnall2022-10-282-2/+106
|\
| * glib-init: Add more static assertions for gintptr, guintptrSimon McVittie2022-10-271-0/+3
| * docs: Soft-deprecate g(u)intptr in favour of (u)intptr_tSimon McVittie2022-10-271-0/+34
| * glib-init: Add more static assertions about gsizeSimon McVittie2022-10-271-0/+6
| * docs: Clarify the relationship between gssize, ssize_t and SSIZE_TSimon McVittie2022-10-271-1/+24
| * docs: Soft-deprecate gsize in favour of standard size_tSimon McVittie2022-10-271-1/+39
* | Merge branch 'wip/smcv/autofd' into 'main'Philip Withnall2022-10-279-1/+229
|\ \ | |/ |/|
| * tests: Test that we can include all headers with an old MAX_VERSIONSimon McVittie2022-10-278-0/+222
| * gstdio: Silence "Not available before" warnings for inline functionsSimon McVittie2022-10-271-0/+6
| * gstdio: Warn if g_autofd is used with GLIB_VERSION_MAX_ALLOWED < 2.76Simon McVittie2022-10-271-1/+1