summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* object: add some debug metricswip/rstrode/periodic-object-histogramsRay Strode2019-07-151-1/+94
* Merge branch 'key-file-no-file' into 'master'Philip Withnall2019-07-151-1/+2
|\
| * key file: Handle filename being NULLMatthias Clasen2019-07-101-1/+2
* | Merge branch 'keyfile-portal-fixes' into 'master'Philip Withnall2019-07-153-1/+20
|\ \
| * | settings: Tweak priorities for keyfile backendMatthias Clasen2019-07-151-1/+1
| * | portal: Add a getter for dconf accessMatthias Clasen2019-07-152-0/+19
* | | Merge branch 'fix-static-test-3' into 'master'Philip Withnall2019-07-153-1/+23
|\ \ \ | |/ / |/| |
| * | Fix test failures for static buildsDDoSolitary2019-07-153-1/+23
|/ /
* | Merge branch 'issue-943' into 'master'Philip Withnall2019-07-151-3/+20
|\ \
| * | Improve the documentation for G_DEFINE_TYPE_WITH_PRIVATEEmmanuele Bassi2019-07-141-3/+20
* | | Merge branch 'slow-tests' into 'master'Christoph Reiter2019-07-141-1/+1
|\ \ \ | |/ / |/| |
| * | build: Increase the slow test timeout to 180sPhilip Withnall2019-06-201-1/+1
* | | Merge branch 'nirbheek/remove-outdated-libtool-stuff' into 'master'Emmanuele Bassi2019-07-132-4/+0
|\ \ \
| * | | gio/tests: Remove code and comments referring to libtoolNirbheek Chauhan2019-07-132-4/+0
|/ / /
* | | Merge branch 'fixing_gio_manpage_typo' into 'master'Philip Withnall2019-07-121-1/+1
|\ \ \ | |_|/ |/| |
| * | Fixing a small typo in docs/references/gio/gio.xmlEmmanuel Fleury2019-07-121-1/+1
* | | Merge branch 'patch-1' into 'master'Philip Withnall2019-07-101-1/+1
|\ \ \
| * | | gio: fix typo in g_settings_reset documentationSonny Piers2019-07-101-1/+1
|/ / /
* | | Merge branch 'gmacros-h-support-clang-cl' into 'master'Philip Withnall2019-07-101-7/+7
|\ \ \
| * | | gmacros.h: Support deprecation macros better on clang-clChun-wei Fan2019-07-101-6/+6
| * | | glib/gmacros.h: Check for __clang__ for g_autoptrChun-wei Fan2019-07-101-1/+1
| |/ /
* | | Merge branch 'fix-module-tests-msvc' into 'master'Chun-wei Fan2019-07-104-4/+35
|\ \ \ | |/ / |/| |
| * | Fix module tests on Visual Studio buildsChun-wei Fan2019-06-243-4/+24
| * | gio/tests/resourceplugin.c: Ensure entry points are exportedChun-wei Fan2019-06-241-0/+11
* | | Merge branch 'fix-prepare-annot' into 'master'Emmanuele Bassi2019-07-091-1/+1
|\ \ \
| * | | gmain: Fix g_main_context_prepare priority annotationDavid Emett2019-06-291-1/+1
* | | | Merge branch 'garray_binary_search' into 'master'Emmanuele Bassi2019-07-094-0/+190
|\ \ \ \
| * | | | Add g_array_binary_search() to garray APIEmmanuel Fleury2019-07-094-0/+190
* | | | | Merge branch 'ensure-keyfile-settings' into 'master'Philip Withnall2019-07-091-0/+1
|\ \ \ \ \
| * | | | | Ensure that the keyfile settings backend existsMatthias Clasen2019-07-081-0/+1
* | | | | | Merge branch 'master' into 'master'Philip Withnall2019-07-091-3/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | docs: update build instructions for selinuxChris Packham2019-07-091-3/+4
|/ / / / /
* | | | | Merge branch 'patch-1' into 'master'Philip Withnall2019-07-081-1/+1
|\ \ \ \ \
| * | | | | doc: fix typo in gio/gresource.cSonny Piers2019-07-081-1/+1
|/ / / / /
* | | | | Update Indonesian translationKukuh Syafaat2019-07-081-549/+585
* | | | | Merge branch 'bug-787-investigation' into 'master'Philip Withnall2019-07-053-11/+9
|\ \ \ \ \
| * | | | | gtestdbus: Clarify comment on dropping connection refMatthew Leeds2019-07-031-2/+3
| * | | | | gdbus-connection-loss: Fix test failureMatthew Leeds2019-07-031-1/+2
| * | | | | Revert "Work around test failure in gdbus-names"Matthew Leeds2019-07-031-3/+0
| * | | | | Revert "gtestdbus: Properly close server connections"Matthew Leeds2019-07-031-5/+4
* | | | | | Merge branch 'win32-enhance-gtimezone' into 'master'Philip Withnall2019-07-052-56/+174
|\ \ \ \ \ \
| * | | | | | glib/tests/gdatetime.c: Fix TZ envvar test on WindowsChun-wei Fan2019-07-051-2/+8
| * | | | | | gtimezone.c: Fix identifier assignment on WindowsChun-wei Fan2019-07-051-7/+20
| * | | | | | Update the gdatetime Test Program for WindowsChun-wei Fan2019-07-051-1/+26
| * | | | | | glib/gtimezone.c: Use RegLoadMUIStringW() to query Std/Dlt stringsChun-wei Fan2019-07-051-7/+26
| * | | | | | glib/gtimezone.c: Use Unicode versions of Windows Registry APIChun-wei Fan2019-07-051-43/+98
|/ / / / / /
* | | | | | Merge branch 'dboles/gmacros-docs' into 'master'Philip Withnall2019-07-051-0/+4
|\ \ \ \ \ \
| * | | | | | docs.c: Forward link from g_auto* → G_DEFINE_AUTO*Daniel Boles2019-07-051-0/+4
* | | | | | | Merge branch 'wip/lantw/gdatetime-unset-lc-all-for-the-test-as-well' into 'ma...Philip Withnall2019-07-051-0/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | gdatetime: Unset LC_ALL for the test as wellTing-Wei Lan2019-07-051-0/+8
| |/ / / / /