[glib] (84 commits) Non-fast-forward update to branch wip/chergert/marshall-matters



The branch 'wip/chergert/marshall-matters' 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:

  966df9c... gsignal: update documentation about va_marshaller
  046f47e... gio: ensure default va_marshaller is used
  4a28544... gio: remove use of generic marshaller from GIO objects

Commits added to the branch:

  fd3219a... glib-compile-schemas: Improve translatable strings (*)
  111f2b7... glib-compile-schemas: Fix capitalisation of a command line  (*)
  d23a8bd... ci: Add scan-build job in a new ‘analysis’ pipeline sta (*)
  f666502... gdate: Officially mark GTime as deprecated (*)
  9974cec... glib: Rename G_STDIO_NO_WRAP_ON_UNIX → G_STDIO_WRAP_ON_UN (*)
  d2b419c... gsettings: Document that lists are returned in no defined o (*)
  9c4026d... gsettings: Add missing ‘Deprecated’ tag to g_settings_l (*)
  f093ef6... gobject: Fix apostrophe usage in a few small bits of docume (*)
  3053c19... Post-release version bump (*)
  9bfd7e2... gdesktopappinfo: Add deprecation version to GDesktopAppInfo (*)
  70c8a7e... gdesktopappinfo: Improve documentation formatting slightly (*)
  5ad9d3f... glib: Move some documentation comments to where the symbols (*)
  52b38ba... tests: Don’t use a deprecated Unicode character type enum (*)
  05f7ea9... gtimezone: Stop using deprecated API (*)
  db270e3... gmacros: Add GLIB_DEPRECATED_{MACRO,ENUMERATOR,TYPE}{,_FOR} (*)
  b4d58a7... glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_D (*)
  74ca348... glib: Unconditionally include deprecated headers (*)
  6554c91... gutils: Move g_ATEXIT() and g_memmove() definitions from gl (*)
  f0fb7b7... glib, gobject: Annotate deprecated types and enumerators (*)
  e62e89f... Fix various deprecation warnings in code and tests (*)
  99b412b... gdate: Drop unnecessary use of G_DISABLE_DEPRECATED (*)
  1741fc2... build: Drop use of G_DISABLE_DEPRECATED from the build syst (*)
  40ff475... Annotate various types and macros as deprecated (*)
  d586ab4... tests: Use g_assert_*() instead of g_assert() in contenttyp (*)
  4a0cb8f... xdgmime: Don’t set an out argument if it’s NULL (*)
  b73713d... tests: Add a test for g_content_type_guess() with no argume (*)
  71973c7... gmain: Clarify that g_source_destroy() doesn’t drop a ref (*)
  3f02660... tests: Fix hard-coded install path in glib-mkenums test (*)
  e3171ee... build: Add installed-tests support for mkenums.py (*)
  e34839f... tests: Add basic test for glib-genmarshal (*)
  f044ddc... glib-genmarshal: Fix ref-sinking of GVariants in valist mar (*)
  1e10d6b... glib-genmarshal: Avoid a string copy for static string vali (*)
  459c4f2... property action: Add state hints (*)
  f124349... tests: Improve debug output on testfilemonitor failure (*)
  f6736a2... tests: Use a temporary directory for testfilemonitor (*)
  3b5535c... Merge branch '1634-testfilemonitor-race' into 'master' (*)
  686bf2a... Merge branch '1793-genmarshal-variant' into 'master' (*)
  5e24d7c... Document where we expect credentials-passing to be supporte (*)
  f5a01e0... GDBusServer: Document that a GDBusAuthObserver is usually d (*)
  1da3280... GDBusAuthObserver: Fix mixup between authentication and aut (*)
  281a03d... GDBusAuthObserver: Document how to restrict authentication  (*)
  a5923d4... gdbus-example-peer: Provide an example GDBusAuthObserver (*)
  11233f5... gdbusdaemon: Only authorize anonymous users on Windows, not (*)
  155d4c6... Merge branch 'dbus-security-master' into 'master' (*)
  943de74... Merge branch 'source-destroy-docs' into 'master' (*)
  5fb5641... Merge branch 'post-release-version-bump' into 'master' (*)
  db27933... Merge branch 'docs-typo-fix' into 'master' (*)
  65c8070... Merge branch '1438-deprecate-gtime' into 'master' (*)
  e85f1ce... Merge branch 'compile-schemas-strings' into 'master' (*)
  f78194e... Merge branch 'settings-list-order' into 'master' (*)
  9740b58... Merge branch '77-wrap-on-linux' into 'master' (*)
  03ce878... Merge branch '1729-mime-result-prio' into 'master' (*)
  c11f532... Merge branch 'ci-scan-build' into 'master' (*)
  6e25d93... gdbusserver: Drop reference to non-existing function from d (*)
  b1fbb36... Merge branch 'prop-action-state-hints' into 'master' (*)
  94a56ae... Merge branch '1807-dbus-server-docs' into 'master' (*)
  82906e5... ci: Run scan-build in a different build directory (*)
  51e7ce2... docs: fix typo on arrays examples in gvariant-text (*)
  e8a4f34... Merge branch 'gvariant_text_typo_arrays' into 'master' (*)
  5ca6ea0... Merge branch 'fix-scan-build' into 'master' (*)
  88f2010... docs: Fix name of IRC channel in CONTRIBUTING.md (*)
  d2450c8... Merge branch 'contributing-irc' into 'master' (*)
  fa59969... Merge branch 'drop-g-disable-deprecated' into 'master' (*)
  dddcf90... gmacros: Only use deprecated attributes on enumerators with (*)
  3addc38... Merge branch 'deprecated-enumerators-old-gcc' into 'master' (*)
  25636e5... gdbusmessage: Fix comparisons out of range for enum types (*)
  063722e... gsocketlistener: Clarify when g_socket_listener_set_backlog (*)
  23d33b7... Check if compiler symbols are defined before using them (*)
  db5bee1... Merge branch 'compiler-define-check' into 'master' (*)
  bc167c0... Merge branch '887-dbus-message-int-comparisons' into 'maste (*)
  6a5c425... Merge branch '940-socket-listener-docs' into 'master' (*)
  fc597fa... gdbus: support unix:dir= addresses (*)
  99b580a... gdbus: Stop server on dispose (*)
  f5631ec... gdbus: improve an error message (*)
  beac9fe... gdbus: Clean up sockets and nonces from filesystem (*)
  eca1667... gdbus: Fix minor leak in peer test (*)
  16cdda5... gdbus: run peer test multiple times with different addresse (*)
  30524fb... gdbusserver: properly escape all components of server addre (*)
  833d38b... Merge branch 'mcatanzaro/gdbus-dir-addresses' into 'master' (*)
  266a292... gsignal: update documentation about va_marshaller
  d7c1d47... gdbusobjectmanager: store signal ids for re-use
  2a4b5ca... gobject: remove use of generic marshaller from GObject
  273c00f... gio: ensure default va_marshaller is used
  22ba441... gio: remove use of generic marshaller from GIO objects

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