summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* gtestutils: Add g_test_get_path() APIJonas Ådahl2021-01-253-0/+39
* docs: Add documentation for GLIB_VERSION_CUR_STABLE and PREV_STABLEPhilip Withnall2021-01-191-3/+21
* gthread-win32: Use SetThreadDescription Win32 API for setting thread nameSeungha Yang2021-01-151-1/+53
* gutils: Document caching of XDG directory variablesPhilip Withnall2021-01-141-0/+18
* gerror: Minor documentation formatting fixesPhilip Withnall2021-01-131-5/+5
* gerror: Add a heading for the docs section on extended GErrorsPhilip Withnall2021-01-132-0/+4
* gerror: Document in the GError rules that stack allocation is badPhilip Withnall2021-01-131-0/+2
* tests: Only run g_error_new_valist() programmer error test on LinuxPhilip Withnall2021-01-071-0/+11
* tests: Ignore -Wformat-nonliteral warning in new GError testsPhilip Withnall2021-01-071-0/+5
* tests: Add various tests to bring GError coverage up to 100%Philip Withnall2021-01-061-0/+167
* gerror: Drop a redundant conditionPhilip Withnall2021-01-061-1/+2
* gerror: Drop a redundant branchPhilip Withnall2021-01-061-2/+1
* Merge branch 'extended-error' into 'master'Philip Withnall2021-01-065-26/+627
|\
| * gerror: Inform valgrind about our memory trickeryKrzesimir Nowak2021-01-061-1/+32
| * gerror: Add support for extended errorsKrzesimir Nowak2021-01-065-10/+588
| * gerror: Simplify error constructionKrzesimir Nowak2020-12-231-27/+19
* | Merge branch 'fix/android-system-checks' into 'master'Sebastian Dröge2021-01-064-4/+4
|\ \
| * | build: Add missing host system checks for AndroidOle André Vadla Ravnås2021-01-064-4/+4
* | | Merge branch 'fix/assert-not-reached-on-msvc' into 'master'Sebastian Dröge2021-01-061-0/+2
|\ \ \
| * | | gtestutils: Fix g_assert_not_reached() on MSVCOle André Vadla Ravnås2021-01-061-0/+2
| |/ /
* | | Merge branch 'fix/always-use-windows-unicode-apis' into 'master'Sebastian Dröge2021-01-064-36/+58
|\ \ \
| * | | gwin32: Always use unicode APIsOle André Vadla Ravnås2021-01-054-36/+58
| |/ /
* | | Merge branch 'feature/clang-native-mutex' into 'master'Sebastian Dröge2021-01-061-2/+21
|\ \ \
| * | | gthread: Port native mutex to ClangOle André Vadla Ravnås2021-01-051-2/+21
| |/ /
* | | gthread: Fix incorrect castOle André Vadla Ravnås2021-01-051-1/+2
|/ /
* | gerror: Clarify reference to g_key_file_has_key() in documentationPhilip Withnall2021-01-041-1/+1
* | gerror: Improve documentation formatting slightlyPhilip Withnall2021-01-041-10/+10
* | Merge branch 'wip/jtojnar/gsrc-dstr-example' into 'master'Philip Withnall2021-01-041-4/+16
|\ \
| * | Modernize g_source_is_destroyed exampleJan Tojnar2021-01-041-4/+16
* | | gdatetime.c: Fix MSVC builds for lack of NAN itemsChun-wei Fan2021-01-042-0/+9
|/ /
* | keyfile: Only allocate group_hash if neededTimm Bäder2020-12-311-2/+11
* | keyfile: Don't allocate parse_buffer if we don't need itTimm Bäder2020-12-311-1/+7
* | fileutils: Avoid calling set_file_error with NULL GError**Timm Bäder2020-12-311-44/+57
* | keyfile: Delay calling g_get_language_names() until it's neededTimm Bäder2020-12-301-1/+7
|/
* gdate: Use string length when validating UTF-8Philip Withnall2020-12-211-1/+1
* gdate: Limit length of dates which can be parsed as validPhilip Withnall2020-12-182-0/+11
* Merge branch '2227-more-nullables' into 'master'Sebastian Dröge2020-12-154-23/+25
|\
| * gchecksum: Drop preconditions for checksum_type being validPhilip Withnall2020-12-121-3/+0
| * gchecksum: Add missing (transfer) and (nullable) return annotationsPhilip Withnall2020-12-121-8/+13
| * gbookmarkfile: Add missing (transfer) and (nullable) return annotationsPhilip Withnall2020-12-121-4/+4
| * gasyncqueue: Add missing (transfer) and (nullable) return annotationsPhilip Withnall2020-12-121-6/+6
| * garray: Add missing (transfer) and (nullable) return annotationsPhilip Withnall2020-12-121-2/+2
* | Merge branch 'asyncqueue-test-timing' into 'master'Sebastian Dröge2020-12-131-3/+3
|\ \
| * | tests: Be more lenient with timing checks on asyncqueue popsPhilip Withnall2020-12-121-3/+3
* | | tests: Add some rounding tolerance in timeout testPhilip Withnall2020-12-121-2/+4
|/ /
* | tests: Add more tests for GDateTime ISO 8601 seconds parsingwip/pwithnall/freebsd-mathPhilip Withnall2020-12-111-0/+40
* | gdatetime: Use isnan() instead of !isfinite()Philip Withnall2020-12-111-1/+1
* | gdatetime: Remove floating point from seconds parsing codePhilip Withnall2020-12-111-7/+5
|/
* gfileutils: Fix typo in docsPhaedrus Leeds2020-12-101-1/+1
* Merge branch 'ossfuzz-28473-date-time-iso8601' into 'master'Sebastian Dröge2020-12-092-1/+16
|\