summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gkeyfilesettingsbackend: do not assume filename is non-NULLkeyfile-filename-assertionClaudio Saavedra2019-07-101-1/+4
* 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
| |/ / / /
* | | | | Merge branch 'master' into 'master'Philip Withnall2019-07-041-1/+1
|\ \ \ \ \
| * | | | | Fix typo in request handleDavid Strauss2019-07-041-1/+1
|/ / / / /
* | | | | Merge branch 'win32-gstdio-minor' into 'master'Philip Withnall2019-07-031-49/+45
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | gstdio: simplify _g_win32_get_mode_aliasJeremy Tan2019-06-211-29/+25
| * | | | gstdio: Ensure w32_err_to_errno is used everywhere, add ERROR_INVALID_PARAMET...Jeremy Tan2019-06-211-20/+20
* | | | | Merge branch 'wip/desrt/gcond-errno-fixup' into 'master'Philip Withnall2019-07-022-1/+98
|\ \ \ \ \
| * | | | | tests: test g_cond_wait_until() under stressAllison Karlitskaya2019-07-021-0/+95
| * | | | | gthread: fix minor errno problem in GCondAllison Karlitskaya2019-07-021-1/+3
|/ / / / /
* | | | | Merge branch 'msvc-static-assert' into 'master'Philip Withnall2019-07-021-1/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | gmacros.h: Use static_assert on MSVC if possibleChun-wei Fan2019-07-021-1/+3
|/ / / /
* | | | Merge branch 'nirbheek/static-assert-try-2' into 'master'Emmanuele Bassi2019-07-012-1/+17
|\ \ \ \
| * | | | gmacros: Use _Static_assert only for non-expr static assertNirbheek Chauhan2019-07-012-1/+17
|/ / / /
* | | | Merge branch 'fix-find_enclosing_mount-documentation' into 'master'Ondrej Holy2019-07-011-3/+3
|\ \ \ \
| * | | | Fixing find_enclosing_mount() documentationEmmanuel Fleury2019-07-011-3/+3
| | |/ / | |/| |
* | | | Revert "gmacros: Use _Static_assert when C11 is available"Michael Catanzaro2019-06-291-9/+1
|/ / /