summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gstrfuncs: Use explicitly statically computed prefix/suffix lengthwip/3v1n0/g_str_has_optimizationMarco Trevisan (Treviño)2022-10-131-2/+2
* gstrfuncs: Assert we're handling a char prefix/suffixMarco Trevisan (Treviño)2022-10-131-0/+2
* tests/strfuncs: Do not use temporary return valuesMarco Trevisan (Treviño)2022-10-131-39/+18
* gstrfuncs: Cleanup has suffix/prefix macros codeMarco Trevisan (Treviño)2022-10-131-23/+31
* Check for prefix/suffix smaller than string and check for non-inlined functionEmmanuel Fleury2022-10-121-1/+130
* Optimize g_str_has_*() functions to detect const arguments at compile-timeEmmanuel Fleury2022-10-122-10/+34
* Merge branch 'null-param-handle-test' into 'main'Philip Withnall2022-10-111-0/+20
|\
| * gobject/tests/param: Add unit test for handling invalid NULL param specMarco Trevisan (Treviño)2022-10-101-0/+20
* | Merge branch 'strugee-main-patch-02389' into 'main'Philip Withnall2022-10-111-1/+0
|\ \
| * | Fix style warning in gvariant.cAJ Jordan2022-10-051-1/+0
* | | Merge branch 'ebassi/static-docs' into 'main'Philip Withnall2022-10-111-0/+6
|\ \ \
| * | | Build API docs only with shared librariesEmmanuele Bassi2022-09-141-0/+6
* | | | Merge branch 'str-equal-only' into 'main'Matthias Clasen2022-10-112-2/+6
|\ \ \ \
| * | | | g_str_equal: Provide macro for optimizationXavier Claessens2022-10-112-2/+6
* | | | | Merge branch 'osx-declaration-mixes-fix' into 'main'Marco Trevisan2022-10-111-5/+10
|\ \ \ \ \
| * | | | | gosxcontenttype: Do not mix declarations with codeMarco Trevisan (Treviño)2022-09-201-5/+10
* | | | | | Merge branch 'utimensat2' into 'main'Marco Trevisan2022-10-112-54/+75
|\ \ \ \ \ \
| * | | | | | tests/file: Include config.h so tests checking HAVE_* definitions are ranMarco Trevisan (Treviño)2022-10-111-0/+2
| * | | | | | glocalfileinfo: Avoid getting unused type valuesMarco Trevisan (Treviño)2022-10-111-26/+11
| * | | | | | glocalfileinfo: don't call both utimes and utimensatJared Wahlstrand2022-10-111-40/+74
|/ / / / / /
* | | | | | Merge branch 'optimize_g_double_hash' into 'main'Marco Trevisan2022-10-112-2/+38
|\ \ \ \ \ \
| * | | | | | Add tests for hash collisions in simple cases星外之神2022-10-111-0/+36
| * | | | | | Optional optimization for `g_int64_hash`wszqkzqk2022-10-111-1/+1
| * | | | | | Optimize g_double_hash implementationwszqkzqk2022-10-111-1/+1
* | | | | | | Merge branch 'atime' into 'main'Marco Trevisan2022-10-101-3/+13
|\ \ \ \ \ \ \
| * | | | | | | tests: skip based on g_file_info_has_attributeAlyssa Ross2022-09-141-3/+4
| * | | | | | | tests: skip g-file-info test if atime unsupportedAlyssa Ross2022-09-141-0/+9
* | | | | | | | Merge branch 'unicode-15' into 'main'Marco Trevisan2022-10-1012-41875/+42923
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix g_unichar_iswide for unassigned codepointsMatthias Clasen2022-09-151-2/+19
| * | | | | | | | tests/unicode: Add more debugging messagesMarco Trevisan (Treviño)2022-09-151-0/+1
| * | | | | | | | unicode: Avoid adding trailing spaces to tables definitionsMarco Trevisan (Treviño)2022-09-155-41003/+41007
| * | | | | | | | unicode: Update data to Unicode 15Marco Trevisan (Treviño)2022-09-159-1741/+2729
| * | | | | | | | tools/update-unicode-data.sh: Add a script to handle the unicode updatesMarco Trevisan (Treviño)2022-09-151-0/+38
* | | | | | | | | Merge branch 'log-field-nul-termination-2' into 'main'Marco Trevisan2022-10-101-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update version in the docs to 2.74.1 for the fixed handling of non-NUL-termin...Sebastian Dröge2022-09-221-2/+2
* | | | | | | | | | Merge branch 'fix-unix-streams-error-leak' into 'main'Philip Withnall2022-10-101-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | unix-streams: Ensure we get cancelled errors if the cancellable is cancelledMarco Trevisan (Treviño)2022-09-131-0/+3
| * | | | | | | | | | tests/unix-streams: Free the cancelled error on cancelled cancellableMarco Trevisan (Treviño)2022-09-131-0/+1
* | | | | | | | | | | Merge branch 'ignore-dirs-leaks+valgrind-ci' into 'main'Philip Withnall2022-10-102-4/+121
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | CI: Do not allow failures in the valgrind jobMarco Trevisan (Treviño)2022-09-141-3/+0
| * | | | | | | | | | | glib.supp: Ignore gutils leaks for user and system dirsMarco Trevisan (Treviño)2022-09-141-1/+121
* | | | | | | | | | | | Merge branch 'fix-localfileinfo' into 'main'Sebastian Dröge2022-10-101-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gio: properly guard use of utimensat()Peter Williams2022-09-211-0/+2
* | | | | | | | | | | | | Merge branch 'date-time-new-now' into 'main'Sebastian Dröge2022-10-101-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | gdatetime: add NULL guard in g_date_time_new_now()Peter Bloomfield2022-10-091-0/+2
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Update Hebrew translationYaron Shahrabani2022-10-061-234/+241
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'aleksander/gdatetime-return-if-fail' into 'main'Sebastian Dröge2022-10-051-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | gdatetime: add missing g_return_() check in g_date_time_format_iso8601Aleksander Morgado2022-10-041-0/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Update Occitan translationQuentin PAGÈS2022-10-041-1910/+1905
* | | | | | | | | | | Update Friulian translationFabio Tomat2022-10-031-112/+122