[glib] (156 commits) Non-fast-forward update to branch wip/lantw/ci-test



The branch 'wip/lantw/ci-test' 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:

  50b8adf... ci: Add FreeBSD CI
  072ce19... ci: Test FreeBSD CI

Commits added to the branch:

  a3a6c51... gunixmounts: Stop considering cifs/nfs as system file syste (*)
  208a6e8... gmain: Add names to various GSources constructed in GLib (*)
  7a34e39... gmain: Officially deprecate g_main_context_wait() (*)
  064cb2b... ci: Add FreeBSD CI (*)
  b350812... ci: factor out cross compilation jobs definitions (*)
  cf96130... ci: Add latest Android API level 28 (*)
  cb2982e... Merge branch '1175-source-names' into 'master' (*)
  c1d8b9c... gbufferedoutputstream: Fix jump conditional on uninitialise (*)
  6db2412... gdesktopappinfo: Fix a minor command line leak (*)
  c40e8a5... Merge branch 'android-28' into 'master' (*)
  3052d75... Update Friulian translation (*)
  71bc8e7... doc: Remove gio.types since gtkdoc-scan rebuild it anyway (*)
  124779b... doc: Remove gobject.types since gtkdoc-scan rebuild it anyw (*)
  88d13b4... doc: Remove glib.types since glib has not GType (*)
  0ea5411... Merge branch '903-deprecate-main-context-wait' into 'master (*)
  51132b1... Merge branch 'cifs-is-not-a-system-fs' into 'master' (*)
  61da874... glocalfile: Fix a minor memory leak (*)
  6852656... tests: Fix use-after-free in the appinfo tests (*)
  93b519b... tests: Various minor leak fixes in the GIO tests (*)
  f7bd41f... tests: Fix leak when checking for du binary (*)
  6a22663... tests: Various minor leak fixes in the GLib tests (*)
  ffb1c3c... tests: Various minor leak fixes in the GObject tests (*)
  e818089... tests: Fix use-after-free in reference tests (*)
  da44b78... valgrind: Add more suppressions to glib.supp (*)
  4dc927f... Merge branch 'ci-memcheck-preparation' into 'master' (*)
  9508269... Merge branch 'doc-types' into 'master' (*)
  16c3409... gspawn: treat all negative fds as unset (*)
  b0be2cd... Merge branch 'master' into 'master' (*)
  9470aa2... gchecksum: Use G_GUINT64_CONSTANT for SHA-512 constants (*)
  2a1404a... Merge branch '977-checksum-constants' into 'master' (*)
  6ee43d6... Update Romanian translation (*)
  25b2397... regex: Require PCRE 8.31 (*)
  9d73ea8... ci: Update meson to 0.47.0 in docker image (*)
  543a9c4... ci: Fix dist-job missing gobject/gio documentation (*)
  95fa229... Meson: Fix warnings introduced in 0.47.0 (*)
  deccba2... Meson: Use subdir_done() now that it has been fixed (*)
  ed8c744... ci: Install meson 0.47.0 on Windows envs (*)
  814d6a5... Meson: Remove FIXME about _REENTRANT (*)
  c532181... Merge branch '1432-reentrant' into 'master' (*)
  f62d7c1... gresource: Fix wrapping of function return type (*)
  ab87af1... gresource: Fix potential array overflow if using empty path (*)
  92a01e2... gdbus-connection-loss: Fix leak in test (*)
  a0cebdf... tests: Use Unicode typography in gdbus-export test (*)
  eeb5015... build: Make actions and gdbus-export GIO tests as slow (*)
  cf4f6d4... tests: Ensure GIO tests which need dbus-daemon are run (*)
  cfc26b5... tests: Rework slow test handling for GIO tests (*)
  69ae2f4... CI: Include coverage data of code which isn't executed by t (*)
  21f7566... build: Drop Perl dependency on autotools (*)
  fde68be... Merge branch 'meson-doc-ci' into 'master' (*)
  7c8aaa7... Merge branch 'ci-coverage-include-baseline' into 'master' (*)
  950b589... Merge branch '1332-drop-perl-dependency' into 'master' (*)
  d31270e... Merge branch 'pcre-8.31' into 'master' (*)
  5422838... tests: Move two tests from GIO uninstalled helpers to test  (*)
  b1e0f09... tests: Add missing unit test to GLib tests list (*)
  6438e2c... tests: Mark gdbus-threading test as slow (*)
  3e74d58... tests: Mark refcount/properties2 test as slow (*)
  17d86af... Update Turkish translation (*)
  657be4f... gio: Add missing autocleanup definition for GResource (*)
  ddf03f6... Merge branch 'gresource-autocleanup' into 'master' (*)
  4256d99... meson: Add libpcre dependency version, as in configure.ac (*)
  6fea328... Merge branch 'wip/lantw/ci-on-freebsd' into 'master' (*)
  f958921... Merge branch 'pcre-meson-dependency' into 'master' (*)
  419d4e6... Updated Spanish translation (*)
  884c4f4... ci: Add allow_failure: true to FreeBSD runner (*)
  c5d2417... Add refcounted data (*)
  b607927... Add atomically refcounted data (*)
  8990c3c... Make g_rc_box_dup()/g_arc_box_dup() more generic (*)
  4b33b03... Improve the RcBox and ArcBox documentation (*)
  00a723f... Add reference counted strings (*)
  43b7a8f... Add size accessor to RcBox and ArcBox (*)
  32ecb86... Add length accessor for GRefString (*)
  3bc0499... Rename g_arc_box to g_atomic_rc_box (*)
  68304ae... Improve docs for g_rc_box/g_atomic_rc_box (*)
  7c4ac58... Allow NULL clear function when releasing references (*)
  61ca2e4... Check for overflow when allocating RcBox (*)
  501a8e9... Add missing copyright notice (*)
  4248b4b... Fix the implementation of interned refstrings (*)
  c342105... Add systemtap probes to refcounted data (*)
  18605db... Allow empty strings to be refcounted (*)
  cfe962a... Add missing trasfer annotation for g_ref_string_new() (*)
  3768794... Increase coverage for GRefString (*)
  0d00667... Increase coverage of atomic refcounted data (*)
  822b511... Update rcbox annotations for acquire/release functions (*)
  9d6a69b... gio: Link inotify file monitor to GLib and GObject (*)
  2585099... Merge branch 'refcount-box' into 'master' (*)
  4deb94f... Merge branch '1201-inotify-linking' into 'master' (*)
  92e0592... glib: Don’t use time(NULL) to get current time (*)
  dad58d7... Add a g_ref_string_new_len() to allow creating from non-NUL (*)
  4a53ed2... Merge branch 'wip/hughsie/g_ref_string_new_len' into 'maste (*)
  03bad78... garray: Fix -Wsign-compare warnings (*)
  e40e77f... gqueue: Fix -Wsign-compare warnings (*)
  91c0c6f... grand: Fix -Wsign-compare warning (*)
  194df27... gatomic: Tweak __atomic_load*() calls to work with -Wbad-fu (*)
  034bbfd... gdbusconnection: Drop an outdated TODO comment (*)
  5106537... Merge branch '1041-atomic-bad-function-cast' into 'master' (*)
  40b306b... Merge branch '340-gdbus-fixme' into 'master' (*)
  3475afc... Merge branch '1402-real-time' into 'master' (*)
  6be9f06... tests: Fix error reporting on prlimit() call failure (*)
  17e6a3a... gvariant: Fix -Wsign-compare warnings (*)
  ad3947c... Merge branch '927-resource-path-fix' into 'master' (*)
  747c2f5... gobject: Make g_clear_object take a non-volatile GObject ** (*)
  0da6265... gmem.h: Use __typeof__() in the g_clear_pointer() macro (*)
  a5d9fd2... Merge branch '1044-prlimit-fix' into 'master' (*)
  c182cd6... Merge branch 'sign-compare' into 'master' (*)
  d1d17e8... tests: Fix running fileutils test in cwd which is a symlink (*)
  3890f7f... tests: Fix skipping of appinfo tests when DISPLAY is unset (*)
  51ce8d2... gtestutils: Document difference between g_assert() and g_as (*)
  ca23acd... gtestutils: Bail out of g_test_init() if G_DISABLE_ASSERT i (*)
  08f41d8... Merge branch 'type-safe-g-clear-pointer-1425' into 'master' (*)
  bdf7024... Merge branch '640-appinfo-skip-display' into 'master' (*)
  aa6721f... Updated Slovenian translation (*)
  d3881bb... Revert "Merge branch 'type-safe-g-clear-pointer-1425' into  (*)
  449dcca... Merge branch 'revert-08f41d80' into 'master' (*)
  2aacef3... gobject: Make g_clear_object take a non-volatile GObject ** (*)
  31d34c2... ci: switch the freebsd-11 job to manual mode (*)
  c557c6d... Merge branch 'gitlab-ci-freebsd-manual' into 'master' (*)
  a8b416f... python: avoid equality check for None (*)
  24c5f98... Merge branch 'python-none-equality' into 'master' (*)
  b7f7f75... Merge branch '889-stdiowrappers-symlink-failure' into 'mast (*)
  102bcaf... gspawn: correct indentation in do_posix_spawn (*)
  b9d390d... Merge branch 'indentation_correction_gspawn' into 'master' (*)
  c96f987... Merge branch '786-gio-test-leaks' into 'master' (*)
  d91d18c... Merge branch '976-disable-assert-checks' into 'master' (*)
  8d2d0a8... Update German translation (*)
  f9a9902... gmem.h: Use __typeof__() in the g_clear_pointer() macro (*)
  4c621fb... gmacros: Add new private g_has_typeof to abstract __typeof_ (*)
  f456e31... Meson: Use environment() for test_env (*)
  5f3db54... Meson: Remove hack that got fixed a while ago (*)
  a84cbf1... Meson: Group all glib tests into a single dict (*)
  1bba327... Meson: Install glib tests (*)
  4dc6a01... Merge branch 'type-safe-g-clear-pointer-1425' into 'master' (*)
  16c6a73... Merge branch 'add-g-has-typeof-1440' into 'master' (*)
  7f55c76... Merge branch '1444-install-tests' into 'master' (*)
  2c79b35... gio-tool: Fix a memory leak when returning command line hel (*)
  b5948c1... gsettings: Fix some memory leaks on error paths (*)
  e487df3... gvariant: Fix some memory leaks on error paths (*)
  bb8420f... Merge branch 'coverity' into 'master' (*)
  5f6895d... gio/Makefile.am: Use PYTHON to call python script (*)
  7a27e77... Merge branch 'jjardon/python_overrride' into 'master' (*)
  27eb6b4... tests: Compare month names case-insensitively in date tests (*)
  532c45b... tests: Skip some more date tests if translations are not in (*)
  f216534... Update Romanian translation (*)
  ed6a29a... Merge branch '1447-date-tests-again' into 'master' (*)
  c79c234... unicode: Update to unicode 11.0.0 (*)
  359b27d... unicode: Update test data files for unicode 11.0.0 (*)
  057f393... meson: Provide our Python tools for builds (*)
  631c353... meson: use the new 'python' module instead of the 'python3' (*)
  a486923... 2.57.2 (*)
  8790646... Merge branch 'wip/ricotz/unicode-11.0' into 'master' (*)
  ffbdde3... meson: switch the proxy-libintl subproject to the upstream  (*)
  4488873... Merge branch 'meson-wrap-proxy-libintl-upstream' into 'mast (*)
  c46afdb... Merge branch 'nirbheek/override-find-program' into 'master' (*)
  cab8b53... meson: switch to the wrapdb wrap file for zlib (*)
  e5f8734... Merge branch 'meson-zlib-wrapdb' into 'master' (*)
  4e1488e... Merge branch 'meson-python-module' into 'master' (*)
  47f9b9d... Test Docker again

(*) 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]