summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* po: Add missing header file to POTFILES.inpiotrdrag/potfiles-230205Piotr Drąg2023-02-131-0/+1
* Merge branch 'wip/smcv/symlink-detection-doc' into 'main'Emmanuele Bassi2023-02-101-1/+1
|\
| * fileutils: Make some sample code detect symlinks as intendedSimon McVittie2023-02-101-1/+1
* | Merge branch 'wip/smcv/pathbuf-windows' into 'main'Simon McVittie2023-02-102-3/+17
|\ \
| * | pathbuf: Treat forward slashes and backslashes as equivalent on WindowsSimon McVittie2023-02-102-3/+17
| |/
* | Merge branch 'wip/smcv/gi-warnings' into 'main'Philip Withnall2023-02-102-5/+6
|\ \
| * | gtimezone: Avoid a nested preprocessor conditional to be nice to g-iSimon McVittie2023-02-101-3/+2
| * | gstrfuncs: Use separate preprocessor conditionals for g-i and gtk-docSimon McVittie2023-02-101-2/+4
| |/
* | Merge branch 'wip/smcv/gsize-is-guintptr-for-now' into 'main'Simon McVittie2023-02-101-1/+12
|\ \ | |/ |/|
| * Add a (temporary) assertion that sizeof(gsize) == sizeof(guintptr)Alex Richardson2023-02-101-1/+12
|/
* Merge branch 'wip/smcv/redundant-type-assertions' into 'main'Philip Withnall2023-02-091-3/+0
|\
| * Revert "glib-init: Add more static assertions for gintptr, guintptr"Simon McVittie2023-02-091-3/+0
|/
* Merge branch 'ebassi/pathbuf' into 'main'Emmanuele Bassi2023-02-0911-57/+1076
|\
| * tests: Add GPathBuf to the g_auto suiteEmmanuele Bassi2023-02-091-0/+25
| * tests: Add PathBuf.new_from_path() coverageEmmanuele Bassi2023-02-091-0/+6
| * doc: Clarify g_path_buf_to_path()Emmanuele Bassi2023-02-091-1/+1
| * Move GPathBuf tests into their own fileEmmanuele Bassi2023-02-093-227/+250
| * docs: Clarify the path construction functionsEmmanuele Bassi2023-02-091-14/+25
| * doc: Make file utils docblocks render nicely with gi-docgenEmmanuele Bassi2023-02-091-42/+47
| * Clarify g_file_test() docs about TOCTOU bugsEmmanuele Bassi2023-02-091-1/+19
| * docs: Add GPathBuf to the API referenceEmmanuele Bassi2023-02-092-0/+22
| * Add tests for GPathBufEmmanuele Bassi2023-02-091-0/+227
| * Add GPathBufEmmanuele Bassi2023-02-095-0/+682
|/
* Merge branch 'underspecified-dep' into 'main'Marco Trevisan2023-02-071-1/+1
|\
| * fix underspecified dependencies on generated headersEli Schwartz2023-02-061-1/+1
* | Merge branch 'th/no-mutex-in-g-print' into 'main'Marco Trevisan2023-02-071-24/+6
|\ \ | |/ |/|
| * gmessages: use g_atomic_pointer to access handlers for g_print()/g_printerr()Thomas Haller2023-02-071-24/+6
|/
* Merge branch 'wip/pwithnall/revert-freebsd-ci' into 'main'Philip Withnall2023-02-061-4/+1
|\
| * Revert "ci: Temporarily only run the FreeBSD 13 CI on a schedule"Philip Withnall2023-02-061-4/+1
|/
* Merge branch 'g-atomic-array-alignment' into 'main'Philip Withnall2023-02-062-4/+14
|\
| * GAtomicArray: Ensure metadata does not misalign the payloadAlex Richardson2023-01-292-4/+14
* | Merge branch 'msort-cheri' into 'main'Philip Withnall2023-02-062-13/+9
|\ \
| * | Allow using msort_r CHERI-enabled architecturesAlex Richardson2023-01-292-13/+9
| |/
* | Merge branch 'gtype-use-sized-free' into 'main'Philip Withnall2023-02-061-16/+4
|\ \
| * | gtype: Use g_malloc0 and g_free_sized to allocate and free memoryMarco Trevisan (Treviño)2023-02-031-4/+4
| * | Revert "gtype: Use the system allocator on UNIX"Marco Trevisan (Treviño)2023-02-031-16/+4
* | | Merge branch 'ebassi/no-preallocs' into 'main'Marco Trevisan2023-02-062-4/+2
|\ \ \
| * | | Remove n_preallocs field from InstanceDataEmmanuele Bassi2023-02-042-4/+2
|/ / /
* | | Merge branch 'force-non-null-gslice-free' into 'main'Michael Catanzaro2023-02-031-10/+10
|\ \ \ | |/ / |/| |
| * | gslice: Mark memory arguments and return values as nullable when it's the caseMarco Trevisan (Treviño)2023-02-031-9/+9
| * | gslice: Do not try to memset-0 NULL a pointerMarco Trevisan (Treviño)2023-02-031-1/+1
|/ /
* | Merge branch 'free-sized' into 'main'Marco Trevisan2023-02-036-10/+118
|\ \
| * | gslice: Use g_free_sized() instead of g_free()Philip Withnall2023-02-021-9/+11
| * | gmem: Add g_free_sized() and g_aligned_free_sized()Philip Withnall2023-02-025-1/+107
* | | Merge branch 'gcc13-warning-fix' into 'main'Philip Withnall2023-02-031-1/+1
|\ \ \
| * | | timezone: Fix a compiler warningMatthias Clasen2023-02-031-1/+1
* | | | Merge branch 'fix-inline-warnings' into 'main'Philip Withnall2023-02-031-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | gstring: Avoid warnings from inline functionsMatthias Clasen2023-02-031-1/+2
|/ / /
* | | Merge branch 'wip/pwithnall/freebsd-ci-again' into 'main'Philip Withnall2023-02-031-1/+4
|\ \ \
| * | | ci: Temporarily only run the FreeBSD 13 CI on a schedulePhilip Withnall2023-02-031-1/+4
|/ / /