[glib] (82 commits) Non-fast-forward update to branch wip/1615-gdbus-codgen-nullable
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] (82 commits) Non-fast-forward update to branch wip/1615-gdbus-codgen-nullable
- Date: Wed, 19 Dec 2018 07:03:34 +0000 (UTC)
The branch 'wip/1615-gdbus-codgen-nullable' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
f77d762... gdbus-codegen: Add missing nullable and optional g-i annota
Commits added to the branch:
624e99b... gunixmounts: Don't treat ZFS as a system internal fs (*)
faa3c31... gdbus-codegen: make --interface-info-{header,body} not cras (*)
deafd72... gdbus-codegen: don't sort args in --interface-info-body (*)
afd3f3b... Meson: Fix declare_dependency() calls (*)
bdc9328... Merge branch 'meson-dep' into 'master' (*)
d946bff... gdbus-codegen: sort input files (*)
335a01e... gdbus-codegen: test --interface-info-{header,body} (*)
af39a37... Merge branch 'fix-gdbus-codegen--interface-info' into 'mast (*)
d6afa6c... gresolver: Add g_resolver_lookup_by_name_with_flags{_async, (*)
35e4186... gnetworkaddress: Implement parallel ipv4 and ipv6 dns looku (*)
c1e32b9... gsocketclient: Improve handling of slow initial connections (*)
4b29e55... gnetworkaddress: Interleave ipv4 and ipv6 addresses (*)
8b9e889... tests: Add gsocketclient test for slow connections (*)
4c472f8... gsocketaddressenumerator: Make it an error to call next_asy (*)
ee364db... gtestutils: Add g_assert_cmpvariant() (*)
8a2fa21... docs: Format operators nicely in gtestutils documentation (*)
3b7f7a4... tests: Drop compatibility with python 2 from TAP test runne (*)
c69a980... tests: Avoid writing ever increasing sequence of null bytes (*)
6b0ad94... tests: s/assertEquals/assertEqual/ (*)
99d7894... Merge branch 'wip/tingping/happy-eyeballs' (*)
0f508c7... Merge branch '1599-follow-up-from-gunixmounts-stop-consider (*)
27369de... Merge branch 'mkenums' into 'master' (*)
ac0706a... added stream writability checks in pollable unit test (*)
d289ef4... tests: Port various tests to use g_assert_cmpvariant() (*)
9e89749... Partially revert "GSocket: Fix race conditions on Win32 if (*)
e1e5fa0... added more g_pollable_input_stream_is_readable checks (*)
feff178... gtlscertificate: Fix bug in PEM private key parser (*)
c46565d... Merge branch 'fix-tlscertificate-parse-bug' into 'master' (*)
2ceb48d... gtimezone: Fallback to /etc/timezone on Gentoo (*)
290c9ee... Merge branch 'wip/silviol/gsocket_flags' (*)
f5e1e16... binding: Clarify the use of g_object_unref() to remove a bi (*)
f4be79d... Merge branch 'doc-binding-improvement' into 'master' (*)
1fa24a6... Merge branch 'gentoo-timezone' into 'master' (*)
903ce7d... Merge branch '1191-g_assert_cmpvariant' into 'master' (*)
68ea997... grefstring: Add missing documentation for GRefString typede (*)
778132d... gmountoperation: Add missing documentation (*)
c3fbfbd... gio: Add missing documentation for G{Proxy,Socket}AddressEn (*)
993b113... docs: Fix a typo in the GVariant text format documentation (*)
b4479d9... Revert "Meson: appinfo tests are racy if run in parallel" (*)
a67eadb... gstrfuncs: Add g_strv_equal() (*)
e6eb486... gutils: Refactor initialisation of XDG variables (*)
00b50d2... gutils: Fix a typo in a documentation comment (*)
f27532e... gtestutils: Move a documentation comment to the symbol it d (*)
aee897b... gutils: Fix a typo in a comment (*)
46f4764... tests: Avoid chdir() call at the start of appinfo tests (*)
8ddfbb3... tests: Fix indentation of a block in the appinfo test (*)
d4f8045... tests: Use g_assert_*() in mimeapps test rather than g_asse (*)
5923652... tests: Drop extraneous newlines from g_test_message() calls (*)
2c8ae9f... gtestutils: Forbid test paths from containing dots (*)
8da50ac... gutils: Refactor g_get_home_dir() to use a global variable (*)
b87dfb4... gutils: Don’t read directory globals outside the lock (*)
91defdb... gutils: Add internal API to override XDG directories (*)
13730c2... gtestutils: Add XDG directory isolation (*)
528d537... tests: Port desktop-app-info to use g_assert_*() (*)
b763726... gutils: Split out building of g_get_home_dir() path (*)
b4de2e3... glib.supp: Add various one-time allocations to the suppress (*)
b6f7f37... xdgmime: Add xdg_mime_set_dirs() method to override XDG env (*)
df2f13f... gcontenttype: Improve formatting of gcontenttype section do (*)
b06fa34... gcontenttype: Add g_content_type_{get,set}_mime_dirs() API (*)
e97bf89... gcontenttype: Improve the formatting of some code in a docs (*)
99bc33b... gdesktopappinfo: Reload the desktop dirs if the $XDG_CONFIG (*)
797a8b0... tests: Isolate directories in appinfo test (*)
914e7c6... tests: Isolate directories in desktop-app-info test (*)
d23c893... tests: Isolate directories in appmonitor test (*)
707c3f2... tests: Isolate directories in mimeapps test (*)
60c2533... tests: Port appinfo test from g_assert() to g_assert_*() (*)
1ea4ba8... tests: Use static appinfo .desktop file when not launching (*)
f842105... tests: Add some debug output to desktop-app-info test (*)
1947834... tests: Disable debug output from desktop-app-info subproces (*)
7a79984... gutils: Drop fallback handling for NULL homedirs in XDG get (*)
70eb076... Merge branch '1601-appinfo-test-again' into 'master' (*)
3ab7a65... spawn: add shebang line to script (*)
58bbdcf... gmacros: Add G_ALIGNOF superseding _g_alignof macro (*)
79dc99b... Merge branch 'wip/add-shebang-to-test-script' into 'master' (*)
2a64176... Merge branch 'g-alignof' into 'master' (*)
8c2e71b... Add GRecMutexLocker (*)
e7e40ba... tests: Update GMutexLocker tests (*)
8aff74e... Merge branch 'wip/kalev/recursive-mutex-locker' into 'maste (*)
84d013e... Do not check for NULL when calling free() (*)
4e776d9... Merge branch 'no-free-check' into 'master' (*)
26f7835... Merge branch 'docs-fixes' into 'master' (*)
613f63f... gdbus-codegen: Add missing nullable and optional g-i annota
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]