summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop TypeNode reference countingebassi/gtype-refcountEmmanuele Bassi2023-02-042-352/+128
* 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
|/ /
* | Merge branch 'wip/ernestask/converter-null-out' into 'main'Philip Withnall2023-02-021-4/+11
|\ \
| * | gio: converter: Forbid null out argumentsErnestas Kulik2023-02-021-4/+11
* | | Update Georgian translationEkaterine Papava2023-02-021-530/+547
* | | Update Galician translationFran Dieguez2023-02-011-471/+470
* | | Merge branch 'cxx-leak' into 'main'Marco Trevisan2023-02-011-0/+1
|\ \ \
| * | | tests: Fix a minor leak in the cxx string append testsPhilip Withnall2023-01-311-0/+1
| |/ /
* | | Merge branch 'gstring-free-warning' into 'main'Marco Trevisan2023-02-018-21/+53
|\ \ \
| * | | tests: Silence a warningSergey Bugaev2023-01-271-3/+1
| * | | gwakeup: #include <stdint.h>Sergey Bugaev2023-01-271-0/+1
| * | | string: Make g_string_free (_, FALSE) warn on unused resultSergey Bugaev2023-01-273-4/+47
| * | | Use g_string_free_and_steal () moreSergey Bugaev2023-01-273-14/+4
* | | | Merge branch 'gdbus-test-leak' into 'main'Marco Trevisan2023-02-011-1/+10
|\ \ \ \
| * | | | tests: Fix a few minor leaks in gdbus-example-peerPhilip Withnall2023-01-311-1/+10
| | |/ / | |/| |
* | | | Update Indonesian translationKukuh Syafaat2023-02-011-460/+465
|/ / /
* | | Update Russian translationAleksandr Melman2023-01-291-460/+465
* | | Update Ukrainian translationYuri Chornoivan2023-01-271-460/+464
* | | Merge branch 'gmain-cleanups' into 'main'Marco Trevisan2023-01-271-36/+75
|\ \ \
| * | | gmain: Avoid checking for context value in internal functionMarco Trevisan (Treviño)2023-01-261-3/+0
| * | | gmain: Explicitly mark @context as not nullable in ref/unref operationsMarco Trevisan (Treviño)2023-01-261-2/+2
| * | | gmain: Support nullable GMainContext in all the functionsMarco Trevisan (Treviño)2023-01-261-3/+24
| * | | gmain: Mark context as nullable in docs where appropriateMarco Trevisan (Treviño)2023-01-261-10/+20
| * | | gmain: Always use "global-default main context" terminology in docsMarco Trevisan (Treviño)2023-01-261-18/+29
* | | | Merge branch 'issue-2898-g_print_encoding' into 'main'Philip Withnall2023-01-273-7/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | Document g_print and g_printerr encoding behaviourDaniel Carpenter2023-01-273-7/+15
* | | | Merge branch 'gstrdup-inline' into 'main'Marco Trevisan2023-01-265-7/+185
|\ \ \ \
| * | | | {glib,gio}/cxx: Add more tests for C++ inline funcsMarco Trevisan (Treviño)2023-01-262-2/+69
| * | | | gstrfuncs: Add inline version of g_strdup()Marco Trevisan (Treviño)2023-01-264-5/+93
| * | | | tests/strfuncs: Add test for g_strdup() with empty stringMarco Trevisan (Treviño)2023-01-261-0/+5
| * | | | tests/strfuncs: Ensure that inlined functions really are macrosMarco Trevisan (Treviño)2023-01-261-0/+16
| * | | | gstrfuncs: Ignore parsing inline macro versions for docs and g-iMarco Trevisan (Treviño)2023-01-261-0/+2
| |/ / /
* | | | Merge branch '2901-gio-executable-docs' into 'main'Marco Trevisan2023-01-261-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | gappinfo: Document that g_app_info_get_executable() should not be spawnedPhilip Withnall2023-01-261-0/+4
* | | | Merge branch 'gstring-inline-null-handling' into 'main'Philip Withnall2023-01-263-5/+181
|\ \ \ \
| * | | | gstring: Cleanup some macro definitionsMarco Trevisan (Treviño)2023-01-251-3/+8
| * | | | gstring: Gracefully handle NULL parameters in inline appendMarco Trevisan (Treviño)2023-01-253-2/+173
* | | | | Merge branch 'leak-suppressions' into 'main'Marco Trevisan2023-01-262-3/+15
|\ \ \ \ \
| * | | | | tests: Explicitly remove a timeout handler in gapplication testPhilip Withnall2023-01-241-1/+3