summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a test for signals returning interface typeswip/otte/interface-typesMatthias Clasen2020-10-281-0/+80
* Add a binding test involving interfacesMatthias Clasen2020-10-281-2/+133
* value: Allow automatic transforms to/from interfacesBenjamin Otte2020-10-282-2/+105
* closure: Support generic marshals for interface returnsBenjamin Otte2020-10-281-3/+13
* gtype: Add g_type_interface_instantiatable_prerequisite()Benjamin Otte2020-10-284-0/+112
* gtype: Fix typo in API commentBenjamin Otte2020-10-281-1/+1
* Suggest braces around empty body in ‘if’ statementsBenjamin Otte2020-10-281-1/+1
* 2.67.02.67.0Philip Withnall2020-10-231-0/+108
* Merge branch 'clang-fixes' into 'master'Emmanuele Bassi2020-10-231-1/+1
|\
| * gtrace: Add G_GNUC_PRINTF annotationPhilip Withnall2020-10-231-1/+1
* | Merge branch 'wip/pwithnall/credentials-fix' into 'master'Emmanuele Bassi2020-10-231-1/+3
|\ \ | |/ |/|
| * gmacros: Use __typeof__ when compiling with ClangPhilip Withnall2020-10-231-1/+3
|/
* Merge branch 'revert-decltype-changes' into 'master'Philip Withnall2020-10-213-71/+0
|\
| * Revert "Use C++11 decltype where possible"Philip Withnall2020-10-213-71/+0
|/
* Merge branch 'missing-nullable' into 'master'Philip Withnall2020-10-193-6/+16
|\
| * Add various missing nullable annotationsSebastian Dröge2020-10-193-6/+16
* | Merge branch 'scan-build-warnings' into 'master'Sebastian Dröge2020-10-195-10/+19
|\ \ | |/ |/|
| * tests: Add additional keyfile assertionsPhilip Withnall2020-10-141-0/+3
| * tests: Improve signed int handling to silence scan-build warningsPhilip Withnall2020-10-141-8/+10
| * tests: Add an assertion to avoid a scan-build warningPhilip Withnall2020-10-141-0/+1
| * tests: Add some additional assertions to avoid scan-build warningsPhilip Withnall2020-10-141-0/+4
| * ghash: Move initialisation to declarationPhilip Withnall2020-10-141-2/+1
* | Merge branch 'six-days-to-eom' into 'master'Emmanuele Bassi2020-10-162-1/+43
|\ \
| * | Fix the 6-days-until-the-end-of-the-month bugРуслан Ижбулатов2020-10-161-1/+5
| * | Add a test for the 6-days-until-EOM bugРуслан Ижбулатов2020-10-161-0/+38
* | | Merge branch '2225-slice-getenv-win32' into 'master'Philip Withnall2020-10-161-0/+44
|\ \ \
| * | | gslice: Inline win32 implementation of g_getenv() to avoid deadlockPhilip Withnall2020-10-151-0/+44
* | | | Merge branch 'wip/antoniof/fallback-timezone-cache-lookup' into 'master'Philip Withnall2020-10-152-120/+191
|\ \ \ \ | |/ / / |/| | |
| * | | tests: Add a basic test for GTimeZone cachingwip/antoniof/fallback-timezone-cache-lookupPhilip Withnall2020-10-151-0/+52
| * | | Revert "gtimezone: Cache timezones based on the identifier they were created by"António Fernandes2020-10-151-10/+3
| * | | gtimezone: Cache default timezone indefinitelyAntónio Fernandes2020-10-151-6/+39
| * | | gtimezone: Set resolved_identifier earlierAntónio Fernandes2020-10-021-51/+25
| * | | gtimezone: Split out fallback timezone identification for unixAntónio Fernandes2020-10-011-54/+73
* | | | Merge branch 'typeof' into 'master'Philip Withnall2020-10-159-50/+145
|\ \ \ \
| * | | | Use C++11 decltype where possibleXavier Claessens2020-10-143-0/+71
| * | | | gmem.h: Simplify condition where typeof is availableXavier Claessens2020-10-141-1/+1
| * | | | gatomic: Check if glib_typeof() is defined before using itXavier Claessens2020-10-141-1/+23
| * | | | Replace __typeof__ with glib_typeof macroXavier Claessens2020-10-147-48/+50
* | | | | Merge branch 'fix_warnings' into 'master'Philip Withnall2020-10-145-16/+15
|\ \ \ \ \
| * | | | | Fix signedness warning in glib/tests/fileutils.cEmmanuel Fleury2020-10-141-1/+1
| * | | | | Fix several signedness warnings in glib/tests/array-test.cEmmanuel Fleury2020-10-141-7/+7
| * | | | | Fix signedness warnings in glib/tests/convert.cEmmanuel Fleury2020-10-141-2/+2
| * | | | | Fix several signedness problems in glib/tests/checksum.cEmmanuel Fleury2020-10-141-5/+4
| * | | | | Fix signedness warning in glib/tests/base64.cEmmanuel Fleury2020-10-141-1/+1
|/ / / / /
* | | | | Merge branch 'file-replace-contents-refcounting' into 'master'Sebastian Dröge2020-10-141-1/+1
|\ \ \ \ \
| * | | | | gfile: Clarify refcount handling for g_file_replace_contents_bytes_async()Philip Withnall2020-10-141-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'strv-builder' into 'master'Philip Withnall2020-10-148-0/+283
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gstrvbuilder: Add a new object to make NULL-terminated string arrays.Robert Ancell2020-10-148-0/+283
|/ / / /
* | | | Merge branch 'mcatanzaro/#2211' into 'master'Philip Withnall2020-10-141-88/+161
|\ \ \ \
| * | | | gsocketclient: return best errors possiblemcatanzaro/#2211Michael Catanzaro2020-10-091-79/+130