[glib] (159 commits) Non-fast-forward update to branch application-replace



The branch 'application-replace' 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:

  f83b9d8... GApplication: Add a way to replace a unique instance
  6ace16c... Add tests for --gapplication-replace
  bdbe496... fixup! GApplication: Add a way to replace a unique instance
  6f370ee... fixup! GApplication: Add a way to replace a unique instance
  46108df... fixup! GApplication: Add a way to replace a unique instance
  a919b67... fixup! Add tests for --gapplication-replace
  fea0b12... fixup! Add tests for --gapplication-replace
  bde0f64... fixup! Add tests for --gapplication-replace
  0998bd7... fixup! Add tests for --gapplication-replace
  b0d8d01... fixup! Add tests for --gapplication-replace
  d01c414... fixup! Add tests for --gapplication-replace
  a9998b1... fixup! Add tests for --gapplication-replace
  d9fc69d... fixup! Add tests for --gapplication-replace
  261a6cb... fixup! Add tests for --gapplication-replace
  311b0b7... fixup! Add tests for --gapplication-replace
  3338b62... fixup! Add tests for --gapplication-replace

Commits added to the branch:

  0e7ebf7... gmacros: Fix G_[UN]LIKELY to not mask -Wparentheses (*)
  aff686a... Meson: Cleanup a FIXME now that we have dict addition (*)
  a8fd91a... gdate: Reinitialize locale information in g_date_prepare_to (*)
  88f36a1... mainloop-test: Fix race conditions (*)
  f65adb4... Merge branch 'gdate-reinitialize' into 'master' (*)
  09799a8... Merge branch 'meson-test-cleanup' into 'master' (*)
  ff8b731... gkeyfile: Fix parsing of new lines in comments (*)
  361fed5... Merge branch 'fix-mainloop-test' into 'master' (*)
  4e058a6... meson: Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 on GNU/Lin (*)
  7d1b94d... test-gvariant: Add test for ^ay, ^&ay, ^aay, ^a&ay (*)
  d62a078... gmacros: Add G_GNUC_STRFTIME macro (*)
  ae02adc... gdatetime: Enable compile time check of g_date_time_format( (*)
  54c394a... gdatetime: Fix formatting of time zones offsets in range -0 (*)
  b0a013e... gvariant: Handle ^ay, ^&ay, ^aay, ^a&ay in g_variant_valist (*)
  e6e04d3... test-gvariant: Use gsize for loop indices (*)
  572f78b... test-gvariant: Use g_assert_* rather than g_assert() (*)
  422d83c... test-gvariant: Remove some hardcoded strings (*)
  38d48b8... test-gvariant: Add and use assert_cmpstrv helper (*)
  bd6d603... test-gvariant: Add missing spaces before parens (*)
  63e09d5... valgrind: Add glib_init()-related suppressions (*)
  da790bc... Merge branch 'gvariant' into 'master' (*)
  e7738e4... Merge branch 'mr/issue-1575' into 'master' (*)
  4f81c9e... Merge branch 'gdate-timezone' into 'master' (*)
  1d6c784... gobject/genums.c: fix flags validation (*)
  aa1415c... Add unit test for flags validation (*)
  afce4ef... Merge branch 'flags_validation_fix' into 'master' (*)
  9347c76... tests: Fix GRand leak in GMenuModel tests (*)
  52bab02... tests: Fix GOptionContext leak in GSubprocess tests (*)
  b7571d5... tests: Fix GVariantType leak in GAction tests (*)
  bfc661a... Merge branch 'tests-memory-leaks' into 'master' (*)
  9ddcc79... Remove the G_GNUC_STRFTIME format check (*)
  664fb63... Revert "gdatetime: Enable compile time check of g_date_time (*)
  e1056e5... Update Slovak translation (*)
  d3f5559... Merge branch '1575-revert-strftime-format' into 'master' (*)
  13e206a... meson: Centralize test timeout values (*)
  a40ef2f... meson: Increase fast test timeout from 30s to 60s (*)
  03413d5... meson: Mark gdatetime test as slow (*)
  03518e5... gvarianttypeinfo: Consistently use atomics to access ref_co (*)
  aed3c00... gtestutils: Make test_rand_* thread-safe within a single te (*)
  7d4fb4d... Merge branch 'g-test-rand-int-range-race' into 'master' (*)
  8f115b6... Merge branch 'atomic-ref-count' into 'master' (*)
  74d2a8e... Merge branch 'test-timeout' into 'master' (*)
  5c7e64a... Merge branch 'supp' into 'master' (*)
  73a982f... Merge branch 'wip/sadiq/likely' into 'master' (*)
  b09a0df... Merge branch '1576-meson-armv5-atomic' into 'master' (*)
  8322167... tests: Fix data races in refcount/closures.c (*)
  1cc7457... tests: Fix data races in refcount/signals.c (*)
  68e78c6... tests: Fix data races in gwakeuptest.c (*)
  94edafb... bookmarkfile: test that moving to the same name works (*)
  821d280... bookmarkfile: Don't move an item if the uri has not changed (*)
  cfd1649... gbookmarkfile: remove trailing spaces (*)
  0f2a6c6... gvariant: Realign data on construction if it’s not proper (*)
  7b0f2e0... gvariant: Fix some GIR annotations on internal functions (*)
  a3ad5a2... Merge branch 'bookmarkfile-self-move' into 'master' (*)
  409ff69... gvariant: Re-use g_variant_serialised_check() to check alig (*)
  6d10858... gvariant-core: Use gatomicrefcount for GVariant reference c (*)
  b5a41af... gvarianttypeinfo: Use gatomicrefcount for ContainerInfo ref (*)
  b599a0f... gdbusintrospection: Use atomic operations to read ref_count (*)
  cb98e37... closures test: Avoid timeout on ARM64 CPUs (*)
  0985e70... glib-compile-resources: Fix size allocation for compressed  (*)
  36cf465... Update Polish translation (*)
  348b5ea... Update Turkish translation (*)
  54549b7... Merge branch 'arm-closures-timeout' into 'master' (*)
  55934a0... Merge branch 'vmlobanov78/glib-patch-2' into 'master' (*)
  0ef8dde... Merge branch '1342-gvariant-alignment' into 'master' (*)
  0c6346c... Merge branch 'atomic-ref-count-cnd' into 'master' (*)
  4fde2b2... gatomicrefcount: Make g_atomic_ref_count_init non-atomic (*)
  b3c899d... Meson: Fix build error in gdbus-example-objectmanager (*)
  47be0f7... gdbusproxy: make g-name-owner property useful with unique n (*)
  fcda663... Updated Lithuanian translation (*)
  bf1a2d7... gio, tests: fix leak of dbus connection. (*)
  f117570... gmessages: don't memoize in g_log_writer_is_journald() (*)
  4af8edb... Merge branch 'master' into 'master' (*)
  4ea5695... Merge branch 'issues/1310' into 'master' (*)
  378be29... Merge branch 'dont-memoize-in-g_log_writer_is_journald' int (*)
  e990a9f... Merge branch '107-key-file-comment-line-breaks' into 'maste (*)
  bb1f765... Clarify docs for g_settings_list_children (*)
  68878ab... Update documentation of g_tls_connection_handshake() again (*)
  f81a2b3... Merge branch 'mcatanzaro/tls1.3-handshake' into 'master' (*)
  bc320d9... gsettings: Add an example of a <default> with an empty stri (*)
  c7ac6f3... docs: add index of new symbols for gio > 2.52 (*)
  e835961... Merge branch '1261-settings-documentation' into 'master' (*)
  cb174e6... Merge branch 'wip/tintou/gio-symbols-index-update' into 'ma (*)
  3821ba0... tests/g-file-info-filesystem-readonly: assert subcommands s (*)
  5b106cd... tests/g-file-info-filesystem-readonly: unmount lazily (*)
  a2f32f6... tests/g-file-info-filesystem-readonly: remove output stream (*)
  ab892ac... ci: add bindfs and fuse to Fedora CI image (*)
  1520afb... ci: document how to update the Docker image (*)
  b323635... Merge branch 'wjt/g-file-info-filesystem-readonly-fails' in (*)
  c63d37f... docs: Clarify return/error behaviour of D-Bus signal subscr (*)
  2a52ff1... Merge branch 'settings-list-does-not-exist' into 'master' (*)
  e014898... Merge branch 'tests-tsan' into 'master' (*)
  ba18822... gdate: Use longest matching month name in g_date_set_parse (*)
  1c8f3c6... gmain: Remove redundant volatile from unix_signal_refcount (*)
  d2fd53d... gmain: Make GChildWatchSource child_exited field atomic (*)
  6f84f68... Merge branch 'mr285-subscription-docs' into 'master' (*)
  9e652f9... gmain: Make GUnixSignalWatchSource pending field atomic (*)
  969b0e0... gmain: Guarantee handler dispatch after receiving UNIX sign (*)
  dd36cf3... gmain: Indicate atomic fields with a comment (*)
  9e5a8ba... Merge branch 'gdate-parse-month' into 'master' (*)
  704522c... meson: add aarch64 memory barrier handling (*)
  6375476... Merge branch 'gmain-tsan' into 'master' (*)
  a72766b... Merge branch 'master' into 'master' (*)
  ba2c519... Meson: Rename test_c_args to avoid confusion with gio tests (*)
  9534447... Merge branch 'fix-gio-test-build' into 'master' (*)
  d58be1b... gmacros: make _GLIB_DEFINE_AUTOPTR_CHAINUP to define funcs  (*)
  86c073d... gmacros: remove duplication on autoptr cleanup definition (*)
  8d42b02... gobject, tests: add tests for autoptr (and lists) with decl (*)
  0ff5e5c... gdbusmessage: Gracefully handle message signatures with inv (*)
  c2607ab... glib.supp: Make a suppression less specific (*)
  5cc6942... gdbusconnection: Add missing (nullable) annotation to get_u (*)
  8a96fca... Merge branch 'autolist-chainup' into 'master' (*)
  fccce84... docs: add a missing semicolon (*)
  9874006... Merge branch 'patch-1' into 'master' (*)
  c2b22bd... gthread: Synchronize access to g_once_init_list (*)
  11847b8... Merge branch 'g-once-data-race' into 'master' (*)
  2ded434... Check for 'z' library before fallbacking to subproject (*)
  e50f219... Merge branch '1594-dbus-docs' into 'master' (*)
  23f286e... Merge branch 'libz-fallback' into 'master' (*)
  8cc92bc... meson: Turn selinux into a meson feature and make it auto b (*)
  f54b48b... Merge branch 'master' into 'master' (*)
  2031e37... Update documentation of g_tls_connection_handshake() one la (*)
  85f7d49... Deprecate TLS rehandshake APIs (*)
  b660a67... Merge branch 'mcatanzaro/tls1.3-handshake' into 'master' (*)
  c49ed61... Check for zlib header (*)
  52ce05a... gdbus-codegen: Tag properties so annotated with G_PARAM_DEP (*)
  10be782... Merge branch 'zlib' into 'master' (*)
  53573d9... gdbus-codegen: Tag interfaces so annotated with G_PARAM_DEP (*)
  326a7fa... gio/tests/gdbus-test-codegen: Ensure that G_PARAM_DEPRECATE (*)
  0c74927... Merge branch 'wip/rishi/gdbus-codegen-deprecated' into 'mas (*)
  a39b847... tests: Run appinfo tests with a temporary XDG_CONFIG_HOME (*)
  1a46bf8... docs: Add missing documentation for warnings and assertions (*)
  e51ed49... docs: Ignore some private header files (*)
  93f3202... docs: Add various missing symbols to glib-sections.txt (*)
  49fe320... docs: Add indexes for symbols added in 2.60 (*)
  2b15b43... docs: Ignore some private/uninstalled header files (*)
  c20d9d0... docs: Ignore various GIO *_get_type() symbols (*)
  384aea2... docs: Add some missing new symbols to the GIO documentation (*)
  82d28f0... docs: Fix an invalid DocBook link in the GIO overview (*)
  a440152... docs: Ignore some generated header files (*)
  8736789... docs: Fix some typos in GIO documentation comments (*)
  e88c2d1... docs: Fix a doubly-defined symbol in the GApplication docum (*)
  79aead1... docs: Fix formatting of some literals and properties (*)
  3f2a5ee... docs: Fix ‘Since’ line for new function to reference st (*)
  cf8a9d3... docs: Fix URIs in documentation comments (*)
  9c81668... Merge branch 'ossfuzz-11120-dbus-message-types' into 'maste (*)
  c1e44fd... Merge branch '1514-appinfo-test-failure' into 'master' (*)
  2722e9b... build: Add a missing file to CLEANFILES (*)
  71bbe9f... Updated Czech translation (*)
  f291745... gspawn: Fix g_spawn deadlock in a multi-threaded program on (*)
  8316ae2... Merge branch 'non-atomic-init' into 'master' (*)
  9355557... Meson: Add missing include_directories when using glib as s (*)
  f73b9e2... g_value_get_variant: return value is transfer-none not tran (*)
  8c9c9d9... Merge branch '1014-gspawn-linux-threadsafety' into 'master' (*)
  9584442... Merge branch 'value-get-variant-annotation' into 'master' (*)
  4326d5e... Merge branch '1498-distcheck' into 'master' (*)
  051c9ad... Merge branch 'glib-as-subproject' into 'master' (*)
  3a4b18f... GApplication: Add a way to replace a unique instance
  136f83e... Add tests for --gapplication-replace

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