summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* guri: apply scheme normalization flag consistentlycarlosgc/uri-scheme-normalizationCarlos Garcia Campos2020-11-243-35/+199
* Merge branch 'mcatanzaro/coverity-checked-return' into 'master'Philip Withnall2020-11-241-11/+39
|\
| * gkeyfilesettingsbackend: improve error checkingMichael Catanzaro2020-11-241-11/+39
* | Merge branch 'wip/jfelder/gdatetime-annotations' into 'master'Philip Withnall2020-11-241-5/+5
|\ \
| * | gdatetime: Fix g_date_time_equal annotationJean Felder2020-11-241-2/+2
| * | gdatetime: Fix g_date_time_hash annotationJean Felder2020-11-241-1/+1
| * | gdatetime: Fix g_date_time_compare annotationJean Felder2020-11-241-2/+2
| |/
* | Merge branch 'wip/pwithnall/disable-assert' into 'master'Philip Withnall2020-11-241-3/+3
|\ \ | |/ |/|
| * gfileicon: Fix unused-but-set variable with G_DISABLE_ASSERTPhilip Withnall2020-11-241-3/+3
|/
* Merge branch 'scan-build-fixes' into 'master'Sebastian Dröge2020-11-242-6/+3
|\
| * tests: Add a test to avoid a set-but-unused variablePhilip Withnall2020-11-241-0/+2
| * tests: Add a test to avoid a set-but-unused variablePhilip Withnall2020-11-241-0/+1
| * tests: Drop dead code from GDateTime testPhilip Withnall2020-11-241-6/+0
* | Merge branch 'wip/pwithnall/553-tz-freebsd-tests' into 'master'Sebastian Dröge2020-11-241-7/+13
|\ \ | |/ |/|
| * tests: Fix GDateTime tests on FreeBSDwip/pwithnall/553-tz-freebsd-testsPhilip Withnall2020-11-241-7/+13
|/
* Merge branch '553-tz-errors' into 'master'Sebastian Dröge2020-11-226-73/+170
|\
| * gtimezone: Deprecate g_time_zone_new()Philip Withnall2020-11-214-53/+99
| * gdatetime: Port to use new g_time_zone_new_identifier() constructorPhilip Withnall2020-11-181-3/+3
| * gtimezone: Add new constructor which can report errorsPhilip Withnall2020-11-184-17/+68
* | Merge branch 'th/gobject-new-parameter-list' into 'master'Philip Withnall2020-11-211-17/+38
|\ \
| * | gobject: limit required stack by heap allocating parameter list in g_object_n...th/gobject-new-parameter-listThomas Haller2020-11-181-15/+35
| * | object: use guint type for n_params argument of g_object_new_is_valid_property()Thomas Haller2020-11-181-2/+3
* | | Merge branch 'py-fixes' into 'master'Sebastian Dröge2020-11-2027-5040/+7117
|\ \ \
| * | | py: Various flake8 cleanupsPhilip Withnall2020-11-1720-108/+129
| * | | ci: Disable formatting warnings in flake8Philip Withnall2020-11-171-1/+4
| * | | py: Reformat all Python files consistentlyPhilip Withnall2020-11-1726-4996/+7049
* | | | Merge branch 'py-sh-check-fixes' into 'master'Philip Withnall2020-11-203-30/+11
|\ \ \ \
| * | | | ci: Temporarily fold SH and Py checks into style-check jobPhilip Withnall2020-11-201-22/+2
| * | | | update-pcre: Use a subshell to avoid `cd ..`Philip Withnall2020-11-201-2/+3
| * | | | ci: Fix backslash escaping in run-docker.shPhilip Withnall2020-11-201-6/+6
* | | | | Merge branch '600-drop-volatile' into 'master'Philip Withnall2020-11-2058-330/+407
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | docs: Document not to use `volatile` qualifiersPhilip Withnall2020-11-204-3/+66
| * | | | gresource: Fix a pointer mismatch with an atomic loadPhilip Withnall2020-11-201-1/+1
| * | | | gtype: Add some missing atomic accesses to init_statePhilip Withnall2020-11-201-5/+5
| * | | | gtype: Fix some typos in commentsPhilip Withnall2020-11-201-4/+4
| * | | | gthread: Use g_atomic() primitives correctly in destructor listPhilip Withnall2020-11-201-6/+7
| * | | | tests: Add comment to volatile atomic testsPhilip Withnall2020-11-201-0/+6
| * | | | gdbusprivate: Avoid a warning about a statement with no effectPhilip Withnall2020-11-201-3/+2
| * | | | build: Drop unnecessary volatile qualifiers from configure testsPhilip Withnall2020-11-201-1/+2
| * | | | tests: Drop unnecessary volatile qualifiers from testsPhilip Withnall2020-11-202-3/+3
| * | | | gobject: Drop volatile qualifier from GObject.ref_countPhilip Withnall2020-11-201-1/+1
| * | | | gatomicarray: Drop volatile qualifier from GAtomicArray APIPhilip Withnall2020-11-201-2/+2
| * | | | gtypes: Drop volatile qualifier from gatomicrefcountPhilip Withnall2020-11-201-2/+2
| * | | | gmessages: Drop unnecessary volatile qualifiers from macro variablesPhilip Withnall2020-11-201-2/+2
| * | | | gobject: Drop unnecessary volatile qualifiers from internal variablesPhilip Withnall2020-11-204-18/+18
| * | | | glib: Drop unnecessary volatile qualifiers from internal variablesPhilip Withnall2020-11-206-13/+13
| * | | | gatomic: Drop unnecessary volatile qualifiers from macro variablesPhilip Withnall2020-11-201-3/+3
| * | | | gatomic: Drop unnecessary volatile qualifiers from internal variablesPhilip Withnall2020-11-201-17/+17
| * | | | tests: Fix non-atomic access to some shared variablesPhilip Withnall2020-11-202-8/+8
| * | | | tests: Drop unnecessary volatile qualifiers from testsPhilip Withnall2020-11-203-11/+11