[glib] (175 commits) Non-fast-forward update to branch mcatanzaro/g_assert_cpp
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] (175 commits) Non-fast-forward update to branch mcatanzaro/g_assert_cpp
- Date: Tue, 15 Jan 2019 21:58:13 +0000 (UTC)
The branch 'mcatanzaro/g_assert_cpp' 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:
b737c4c... Add separate definitions of g_assert_[non]null() for C++
Commits added to the branch:
c2a9076... gmarkup: Make the documentation even more explicit about un (*)
321b9d3... gthread: Clarify priority handling in GRWLock (*)
90ca3b4... tests: Fix some minor memory leaks in gsubprocess-testprog (*)
4795dad... gsubprocess: Clear std buf outputs to NULL on failure (*)
19c7a7b... gsubprocess: Add a missing test for invalid UTF-8 output (*)
e89128a... gtask: Add a g_task_set_name() method (*)
624e99b... gunixmounts: Don't treat ZFS as a system internal fs (*)
21adb30... gtype: Clarify type of GInterfaceInitFunc (*)
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/ (*)
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 (*)
3987e67... goption: Fix an annotation on g_option_context_parse_strv() (*)
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' (*)
c7ee522... tests/tls-certificate: Change to g_assert_null/nonnull (*)
73ca761... tests/tls-certificate: Add PEM files containing CRLF (*)
a437a50... gtlscertificate: Allow any type of private key in PEM files (*)
87f0a5a... Align the reference counted allocations (*)
f81723e... Test the alignment of the refcounted box allocations (*)
76d8fb6... Document the alignment for refcounted allocations (*)
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' (*)
9032e88... Implement support for ALPN in GTlsConnection, GDtlsConnecti (*)
0618d67... Improve documentation of g_assert_error() (*)
613f63f... gdbus-codegen: Add missing nullable and optional g-i annota (*)
1d62b3b... Merge branch 'wip/1615-gdbus-codgen-nullable' into 'master' (*)
46900e5... Merge branch 'mcatanzaro/g-assert-error-doc' into 'master' (*)
5731f06... gdbus-codegen: honor "Property.EmitsChangedSignal" annotati (*)
0953338... Merge branch 'tpm-keys-in-pem-files' into 'master' (*)
04af8f1... Merge branch 'master' into 'master' (*)
7bac53d... docs: Improve formatting of literals in gio documentation (*)
30ed952... docs: Fix capitalisation of ‘ETag’ (*)
3026efb... docs: Fix some minor wording problems in the gio documentat (*)
88ceff9... docs: Use Unicode apostrophes in gio documentation (*)
ed007bb... docs: Mention handling of filenames containing colons in gi (*)
a81aa3c... Merge branch 'rc-align' into 'master' (*)
0b80445... Merge branch 'gsubprocess-communicate-utf8-tests' into 'mas (*)
499e08a... Merge branch 'gtask-set-name' into 'master' (*)
48c2d94... Merge branch 'gmarkup-docs' into 'master' (*)
b709c6b... Merge branch 'rw-lock-docs' into 'master' (*)
ccb3486... Revert "tests: Fix GOptionContext leak in GSubprocess tests (*)
c33a98f... Merge branch 'fix-gsubprocess-tests' into 'master' (*)
3da40e9... gutils: Use no-break space in g_format_size() (*)
d04b9c3... glib-compile-resources: Add external data option (*)
3924ef6... Merge branch 'glib-gresource-ld-binary' into 'master' (*)
7d02e32... gdbusconnection: add a getter for the flags property (*)
dec0a68... gdbusproxy: only connect to NameOwnerChanged for message bu (*)
b8ac6e1... Suppress -Wint-in-bool-context warning with G_DEFINE_INTERF (*)
ac974a7... Merge branch 'suppress-int-in-bool-context-warning-with-g++ (*)
87ea4ce... Merge branch 'gdbus-codegen-propemitschanged' into 'master' (*)
ea0da96... Merge branch 'issues/1620' into 'master' (*)
b7d2eee... gmacros: Don’t use __alignof__ in G_ALIGNOF implementatio (*)
ab56f04... tests: Add test for G_ALIGNOF() (*)
2ab231f... docs: Fix dconf GSETTINGS_BACKEND name in gio overview (*)
2dc8284... Add g_queue_clear_full API (*)
37f41eb... 2.59.0 (*)
07f1bcf... Merge branch 'docs-gsettings-backend-dconf' into 'master' (*)
940537b... Merge branch '1623-gio-open-docs' into 'master' (*)
387739b... gspawn, tests: check passing special chars in args (*)
50cb4f2... gspawn, tests: extend spawn_test, run it on win32 (*)
cafb61a... gspawn, win32: fix redirecting only stderr (*)
f7f597c... gspawn, win32: fix child stderr when coverage enabled (*)
22e875f... gspawn, win32: quoted args - escape end backslash (*)
db0bce0... Merge branch 'win32-spawn-escaping' into 'master' (*)
154b24c... gtype: Document type for iface_default_init() function (*)
0d2f707... gpoll: rename timeout to timeout_ms for clarity (*)
24714b5... win32 gpoll: overcome the 64 handles limit (*)
a9ea169... win32: increase the fds and pollees on the gpoll test (*)
97f4ce5... meson: build gpoll test on windows (*)
7f1023b... Use lowercase to include winsock2 (*)
cfd2e83... Update Swedish translation (*)
986b0a5... Merge branch '1055-will-the-alignment-never-end' into 'mast (*)
f63b1da... Merge branch 'iface-init-docs' into 'master' (*)
33158c8... Merge branch 'wip/nacho/gpoll' into 'master' (*)
ae381d7... gtask: Ensure to return 1 or 0 from getters rather than tru (*)
8dced72... Merge branch 'annotation-fix' into 'master' (*)
245279e... Merge branch '1636-gtask-getters' into 'master' (*)
29e8f57... gwin32appinfo: Fix a potential free of an uninitialised var (*)
eeb657b... Merge branch '1637-win32-uninitialised-variable' into 'mast (*)
471153f... liststore: Add a test demonstrating overflow issues (*)
d8a0dcb... list store: Fix overflow issues (*)
74e4b83... Merge branch 'bad-liststore' into 'master' (*)
4f5f346... Merge branch 'interface-docs' into 'master' (*)
94d855f... docs: Add note on how to check a gboolean condition (*)
990da71... Merge branch 'gboolean-docs' into 'master' (*)
f6caeb6... gthread: Add g_private_set_alloc0() internal convenience AP (*)
140c2a2... glib.supp: Add a suppression for GMainContext default stac (*)
b8c6ff4... Merge branch 'private-set-alloc0' into 'master' (*)
d7aedef... gio: Update bad cert error in accept-certificate and GTlsEr (*)
615f8b6... Updated Spanish translation (*)
0d3fe5c... Merge branch 'queue-clear' into 'master' (*)
8109eaa... Merge branch 'wip/mjog/accept-certificate-docs' into 'maste (*)
7058efb... ci: Don’t run tests tagged as ‘flaky’ on the CI machi (*)
956a54d... tests: Tag several rogue GIO tests as ‘flaky’ (*)
f172911... gutils: Mention NBSP in g_format_size() documentation (*)
76af5da... Merge branch '1625-unbreakable-space-needed-when-showing-si (*)
3aa8b4e... Merge branch '1625-nbsp-docs-followup-to-548' into 'master' (*)
ff3e781... Update Swedish translation (*)
5751189... Updated Spanish translation (*)
2a76dba... gmacros: MSVC supports the noreturn function attribute (*)
74099b4... Merge branch 'document-why-no-msvc-noreturn' into 'master' (*)
9ea050b... glib: Port glib-mirroring-tab subdirectory to Meson (*)
41a8f74... docs: Update INSTALL.in to mention Meson rather than autoto (*)
e58e68f... glib: Link to glib-tap.mk and friends from glib-2-58 branch (*)
c8797d7... ci: Drop autotools CI build (*)
aaac7a1... docs: Update HACKING and README to mention Meson rather tha (*)
64bd539... docs: Drop outdated cross-building documentation from READM (*)
d08e466... docs: Update DocBook ‘build’ documentation to mention M (*)
7cff1b2... glib: Update various code comments to mention Meson (*)
855aea4... docs: Update debugging docs to mention Meson build options (*)
ac396b4... docs: Drop outdated timestamp and sign-off line (*)
b3efef5... build: Drop autotools support (*)
d2062f0... docs: Drop pointless leading whitespace (*)
419e148... Merge branch 'so-long-autotools' into 'master' (*)
6a372bf... Merge branch 'disable-tests' into 'master' (*)
4a0ce6b... Add separate definitions of g_assert_[non]null() for C++
(*) 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]