summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
|/ / / /
* | | | Merge branch 'wip/mjog/utf8-norm-missing-nullable-annotation' into 'master'Philip Withnall2019-06-291-3/+3
|\ \ \ \
| * | | | g_utf8_normalize: Doc comment return missing nullable annotationMichael Gratton2019-06-291-3/+3
|/ / / /
* | | | Merge branch 'adding_g_array_copy' into 'master'Philip Withnall2019-06-284-0/+84
|\ \ \ \
| * | | | Adding a function g_array_copy() to glib/garray.cEmmanuel Fleury2019-06-274-0/+84
* | | | | Merge branch 'nirbheek/preliminary-uwp-support' into 'master'LRN2019-06-272-1/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gmodule: Add support for loading UWP packaged DLLsNirbheek Chauhan2019-06-261-0/+14
| * | | | uwp: workaround a false positive in certification of glibNirbheek Chauhan2019-06-251-1/+1
* | | | | Merge branch 'improve_g_ptr_array_api' into 'master'Philip Withnall2019-06-276-16/+415
|\ \ \ \ \
| * | | | | Adding g_ptr_array_extend_and_steal() function to glib/garray.cEmmanuel Fleury2019-06-274-0/+94
| * | | | | Adding g_ptr_array_extend() function to glib/garray.cEmmanuel Fleury2019-06-264-0/+176
| * | | | | Adding g_ptr_array_copy() function to glib/garray.cEmmanuel Fleury2019-06-264-1/+131
| * | | | | Moving GCopyFunc typedef from glib/gnode.h to glib/gtypes.hEmmanuel Fleury2019-06-252-15/+14
| |/ / / /
* | | | | Merge branch 'nirbheek/static-assert-c11' into 'master'Philip Withnall2019-06-271-1/+9
|\ \ \ \ \
| * | | | | gmacros: Use _Static_assert when C11 is availableNirbheek Chauhan2019-06-271-1/+9
* | | | | | Merge branch 'manichaean-typo' into 'master'Philip Withnall2019-06-273-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix the ISO 15924 code for ManichaeanDavid Corbett2019-06-263-3/+3
|/ / / / /
* | | | | Merge branch 'gvalue_avoid_expensive_checks' into 'master'Philip Withnall2019-06-261-27/+38
|\ \ \ \ \
| * | | | | gvalue: Avoid expensive checks where possibleEmmanuel Fleury2019-06-251-27/+38
| |/ / / /
* | | | | Merge branch 'wip/lantw/enable-ci-on-freebsd-12' into 'master'Philip Withnall2019-06-261-0/+27
|\ \ \ \ \
| * | | | | ci: Enable CI on FreeBSD 12Ting-Wei Lan2019-06-251-0/+27
* | | | | | Merge branch 'minor-docs-improvements' into 'master'Philip Withnall2019-06-263-6/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | gio: Make minor docs improvementsMatthew Leeds2019-06-253-6/+6
|/ / / / /
* | | | | Merge branch 'fix-mkenums-genmarshal-test-windows' into 'master'Philip Withnall2019-06-242-12/+42
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | GObject: Fix mkenums.py and genmarshal.py tests on WindowsChun-wei Fan2019-06-252-11/+41
| * | | | gobject/tests/mkenums.py: Fix _write_rspfile()Chun-wei Fan2019-06-251-1/+1
* | | | | Merge branch 'fix-gobject-signals-test-windows' into 'master'Philip Withnall2019-06-241-1/+1
|\ \ \ \ \
| * | | | | gobject/tests/signals.c: Fix tests on WindowsChun-wei Fan2019-06-251-1/+1
| |/ / / /
* | | | | Merge branch 'wip/lantw/dont-limit-host-name-to-99-bytes' into 'master'Philip Withnall2019-06-241-2/+31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gutils: Don't limit the length of the host name to 99Ting-Wei Lan2019-06-241-2/+31
|/ / / /
* | | | Merge branch 'fix-stack-overrun' into 'master'Philip Withnall2019-06-241-3/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid overrunning stack at the end of the varargs.John Ralls2019-06-211-3/+5
| | |/ | |/|
* | | Merge branch '1811-unicode-annotations' into 'master'Philip Withnall2019-06-211-3/+3
|\ \ \
| * | | gunidecomp: Add (out) annotations to g_unichar_{de,}compose()Philip Withnall2019-06-201-3/+3
| |/ /
* | | Merge branch '872-ucs-annotations' into 'master'Philip Withnall2019-06-212-18/+18
|\ \ \
| * | | gutf8: Add various missing (transfer) annotationsPhilip Withnall2019-06-211-17/+17