summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! fixup! ci: Ensure we don't accidentally use too-new macOS API without ...nirbheek/macos-check-guardedNirbheek Chauhan2023-02-281-4/+4
* fixup! ci: Ensure we don't accidentally use too-new macOS API without guardsNirbheek Chauhan2023-02-281-4/+4
* ci: Ensure we don't accidentally use too-new macOS API without guardsNirbheek Chauhan2023-02-231-1/+5
* Merge branch 'build-with-llvm-toolchain' into 'main'Simon McVittie2023-02-221-7/+3
|\
| * Fix build of gio/ttests/est_resources2.o with LLVM objcopyAlex Richardson2023-01-281-1/+1
| * Fix building gio/tests/test_resources.o with LLVM ldAlex Richardson2023-01-281-6/+2
* | Merge branch 'cloexec-other' into 'main'Philip Withnall2023-02-224-10/+10
|\ \
| * | g_mkstemp: Use O_CLOEXEC for race-free setting of the close-on-exec flagMaciej S. Szmigiero2023-02-222-4/+4
| * | gunixmounts: Use "e" mode flag in setmntent () call for race-free setting of ...Maciej S. Szmigiero2023-02-221-5/+5
| * | grand: Use "e" mode flag in fopen () call for race-free setting of the close-...Maciej S. Szmigiero2023-02-221-1/+1
* | | Merge branch 'g-win32-app-info-enhancements-2' into 'main'Philip Withnall2023-02-224-9/+144
|\ \ \
| * | | GWin32AppInfo: Retrieve display name of UWP (packaged) appsLuca Bacci2023-02-223-9/+34
| * | | Add VTable definition for IPackage2Luca Bacci2023-02-211-0/+110
| |/ /
* | | Merge branch '2907-file-info-docs' into 'main'Emmanuele Bassi2023-02-223-89/+114
|\ \ \
| * | | glocalfileinfo: Ensure boolean file attributes are setPhilip Withnall2023-02-081-4/+6
| * | | gio-tool-info: Add missing attribute checkPhilip Withnall2023-02-081-1/+2
| * | | gfileinfo: Add critical warnings for helper gettersPhilip Withnall2023-02-081-68/+36
| * | | gfileinfo: Remove erroneous GFileType casts from returnsPhilip Withnall2023-02-081-3/+3
| * | | gfileinfo: Fix some minor documentation typosPhilip Withnall2023-02-081-2/+2
| * | | gfileinfo: Document required attributes for helper gettersPhilip Withnall2023-02-081-11/+65
* | | | Update Turkish translationSabri Ünal2023-02-221-177/+174
* | | | Merge branch 'fix-c4141' into 'main'Philip Withnall2023-02-222-6/+16
|\ \ \ \
| * | | | gmacros.h: Fix C++ macros for Visual StudioChun-wei Fan2023-02-221-3/+3
| * | | | gstring.h: Avoid compiler warning on Visual StudioChun-wei Fan2023-02-221-3/+13
|/ / / /
* | | | Merge branch 'w-sign-conversion' into 'main'Emmanuele Bassi2023-02-223-37/+42
|\ \ \ \
| * | | | tests: Use g_assert_*() rather than g_assert() in string testsPhilip Withnall2023-02-161-30/+30
| * | | | tests: Add a -Wsign-conversion test for gstring.hPhilip Withnall2023-02-161-0/+5
| * | | | tests: Fix some sign-conversion warnings in the GString testsPhilip Withnall2023-02-161-6/+6
| * | | | gtestutils: Fix a sign-conversion warning in `g_assert_cmpmem()`Philip Withnall2023-02-161-1/+1
* | | | | Merge branch 'no-performance-valgrind' into 'main'Emmanuele Bassi2023-02-221-1/+1
|\ \ \ \ \
| * | | | | tests: Don’t run the GObject performance tests under valgrindPhilip Withnall2023-02-161-1/+1
* | | | | | Merge branch 'live-g-file-test-logging' into 'main'Emmanuele Bassi2023-02-221-51/+32
|\ \ \ \ \ \
| * | | | | | tests: Remove custom printerr logging from live-g-filePhilip Withnall2023-02-161-51/+32
| |/ / / / /
* | | | | | Merge branch '2913-error-warning' into 'main'Emmanuele Bassi2023-02-222-18/+28
|\ \ \ \ \ \
| * | | | | | gerror: Emit a critical warning if the message format is NULLPhilip Withnall2023-02-202-18/+28
* | | | | | | Merge branch 'g-type-name-can-return-null' into 'main'Philip Withnall2023-02-211-1/+1
|\ \ \ \ \ \ \
| * | | | | | | g_type_name: Fix return annotationbadcel2023-02-211-1/+1
* | | | | | | | Merge branch 'wip/pwithnall/more-meson-on-macos-and-windows' into 'main'Philip Withnall2023-02-213-3/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | ci: Enable JIT debugging on msys2-* CI jobsPhilip Withnall2023-02-211-0/+8
| * | | | | | | ci: Use Meson 1.0.0 on Windows and macOS CI buildsPhilip Withnall2023-02-163-3/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'fix-windows-spawn-non-english' into 'main'Philip Withnall2023-02-211-2/+6
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | spawn-test: Fix running on non-English WindowsChun-wei Fan2023-02-211-2/+6
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'cloexec-audit' into 'main'Philip Withnall2023-02-2122-75/+191
|\ \ \ \ \ \
| * | | | | | Use "e" mode flag in fopen () calls for race-free setting of the close-on-exe...Maciej S. Szmigiero2023-02-213-3/+9
| * | | | | | Use O_CLOEXEC in {g_,}open () calls for race-free setting of the close-on-exe...Maciej S. Szmigiero2023-02-2110-24/+56
| * | | | | | gtestutils: Document that g_test_trap_fork () won't get close-on-exec fixMaciej S. Szmigiero2023-02-211-2/+3
| * | | | | | gtestdbus: Use g_unix_open_pipe_internal () for creating pipesMaciej S. Szmigiero2023-02-211-1/+2
| * | | | | | gbacktrace: Use g_unix_open_pipe_internal () for creating pipesMaciej S. Szmigiero2023-02-211-1/+3
| * | | | | | Add g_unix_open_pipe_internal () for pipes with the close-on-exec flagMaciej S. Szmigiero2023-02-214-43/+92
| * | | | | | gsocket: Use accept4 () for race-free setting of the close-on-exec flagMaciej S. Szmigiero2023-02-192-1/+26