summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gfileicon: Fix unused-but-set variable with G_DISABLE_ASSERTwip/pwithnall/disable-assertPhilip Withnall2020-11-241-3/+3
* 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
| * | | | kqueue: Fix unlocked access to shared variablePhilip Withnall2020-11-201-2/+3
| * | | | gio: Drop unnecessary volatile qualifiers from internal variablesPhilip Withnall2020-11-206-18/+18
| * | | | gdbuserror: Drop unnecessary volatile qualifiers from variablesPhilip Withnall2020-11-201-11/+17
| * | | | gdbusconnection: Drop unnecessary volatile qualifiers from variablesPhilip Withnall2020-11-201-11/+11
| * | | | tests: Drop unnecessary volatile qualifiers from testsPhilip Withnall2020-11-201-1/+1
| * | | | tests: Fix non-atomic access to some shared variablesPhilip Withnall2020-11-205-111/+111
| * | | | tests: Drop unnecessary volatile qualifiers from testsPhilip Withnall2020-11-205-6/+6
| * | | | tests: Fix non-atomic access to a shared variablePhilip Withnall2020-11-201-10/+10
| * | | | tests: Fix non-atomic access to a shared variablePhilip Withnall2020-11-201-2/+2
| * | | | gobject: Drop use of volatile from get_type() macrosPhilip Withnall2020-11-2010-56/+56
|/ / / /
* | | | Merge branch '1963-gdbus-test-validity' into 'master'Simon McVittie2020-11-191-51/+101
|\ \ \ \
| * | | | tests: Improve validity of binary GDBusMessage parsing testsPhilip Withnall2020-11-181-51/+101
| | |_|/ | |/| |
* | | | Merge branch 'dbus-auth-setuid' into 'master'Simon McVittie2020-11-191-1/+17
|\ \ \ \
| * | | | gdbusauthmechanismsha1: Don’t create keyring dir when running as setuidPhilip Withnall2020-11-021-1/+17