[glib] (212 commits) Non-fast-forward update to branch wip/tingping/pkcs11



The branch 'wip/tingping/pkcs11' 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:

  451ead0... gtlscertificate: Add pkcs11 URI properties and constructor

Commits added to the branch:

  3f411a3... glib-genmarshal: Avoid a param ref for static param valist  (*)
  a603765... build: Increase the slow test timeout to 180s (*)
  79502fe... gunidecomp: Add (out) annotations to g_unichar_{de,}compose (*)
  9dab582... Prevent taptestrunner to create a __pycache__ directory (*)
  92cd91c... Merge branch 'ignore_pycache_directories' into 'master' (*)
  5380f41... gunidecomp: Fix a (nullable) annotation which should be (op (*)
  8f6e5f1... gutf8: Add various missing (transfer) annotations (*)
  b9988e5... Add g_timer_is_active (*)
  1bd7240... Merge branch 'master' into 'master' (*)
  04dcee1... gstdio: Ensure w32_err_to_errno is used everywhere, add ERR (*)
  0fda1d4... gstdio: simplify _g_win32_get_mode_alias (*)
  99764fd... list model: Expand items-changed docs (*)
  68feec9... Merge branch 'listmodel-docs' into 'master' (*)
  9d668a6... Merge branch '872-ucs-annotations' into 'master' (*)
  84d0af4... Merge branch '1811-unicode-annotations' into 'master' (*)
  633e9e0... Avoid overrunning stack at the end of the varargs. (*)
  edc5eb9... gio/tests/resourceplugin.c: Ensure entry points are exporte (*)
  dbea8d5... Fix module tests on Visual Studio builds (*)
  bd5922d... Merge branch 'fix-stack-overrun' into 'master' (*)
  446ba28... gutils: Don't limit the length of the host name to 99 (*)
  e1e1e8e... gobject/tests/signals.c: Fix tests on Windows (*)
  108a8d8... gobject/tests/mkenums.py: Fix _write_rspfile() (*)
  75e3f92... GObject: Fix mkenums.py and genmarshal.py tests on Windows (*)
  aef72f4... Merge branch 'wip/lantw/dont-limit-host-name-to-99-bytes' i (*)
  bc4d9d7... Merge branch 'fix-gobject-signals-test-windows' into 'maste (*)
  4bf3cb0... ci: Enable CI on FreeBSD 12 (*)
  c411d0a... Merge branch 'fix-mkenums-genmarshal-test-windows' into 'ma (*)
  5f3e470... gvalue: Avoid expensive checks where possible (*)
  cf29e37... Moving GCopyFunc typedef from glib/gnode.h to glib/gtypes.h (*)
  cdc2a79... uwp: workaround a false positive in certification of glib (*)
  1f49c5a... gio: Make minor docs improvements (*)
  b555a7b... Merge branch 'minor-docs-improvements' into 'master' (*)
  40f868c... Merge branch 'wip/lantw/enable-ci-on-freebsd-12' into 'mast (*)
  6a291b3... Merge branch 'gvalue_avoid_expensive_checks' into 'master' (*)
  86bcc5c... Adding g_ptr_array_copy() function to glib/garray.c (*)
  43ad244... Adding g_ptr_array_extend() function to glib/garray.c (*)
  be56d90... gmodule: Add support for loading UWP packaged DLLs (*)
  2fdc35a... Fix the ISO 15924 code for Manichaean (*)
  5d14764... gmacros: Use _Static_assert when C11 is available (*)
  ad4a2cc... Merge branch 'manichaean-typo' into 'master' (*)
  7b5d1c8... Merge branch 'nirbheek/static-assert-c11' into 'master' (*)
  0675703... Adding g_ptr_array_extend_and_steal() function to glib/garr (*)
  75614a0... Merge branch 'improve_g_ptr_array_api' into 'master' (*)
  46f70e9... Adding a function g_array_copy() to glib/garray.c (*)
  5e7c18f... Merge branch 'nirbheek/preliminary-uwp-support' into 'maste (*)
  f2a979c... Merge branch 'adding_g_array_copy' into 'master' (*)
  d50caa8... tests: Don’t spawn test processes via the terminal in the (*)
  d55f6fb... gdesktopappinfo: Update calling convention for `gnome-termi (*)
  f05dbab... gtestutils: Set coredump rlimit to 0 when calling g_test_tr (*)
  af9696c... g_utf8_normalize: Doc comment return missing nullable annot (*)
  f7f2675... Merge branch 'wip/mjog/utf8-norm-missing-nullable-annotatio (*)
  ca47f3d... gmain: Fix g_main_context_prepare priority annotation (*)
  0c9dab3... Revert "gmacros: Use _Static_assert when C11 is available" (*)
  7c0b112... Fixing find_enclosing_mount() documentation (*)
  66d2135... Merge branch 'fix-find_enclosing_mount-documentation' into  (*)
  b169b5a... gmacros: Use _Static_assert only for non-expr static assert (*)
  a656555... Merge branch 'nirbheek/static-assert-try-2' into 'master' (*)
  7b91440... gmacros.h: Use static_assert on MSVC if possible (*)
  01bc575... Merge branch 'msvc-static-assert' into 'master' (*)
  d92f22a... gthread: fix minor errno problem in GCond (*)
  de009c1... tests: test g_cond_wait_until() under stress (*)
  25c9b9b... Merge branch 'wip/desrt/gcond-errno-fixup' into 'master' (*)
  91c1f33... Merge branch 'win32-gstdio-minor' into 'master' (*)
  d03025b... Revert "gtestdbus: Properly close server connections" (*)
  1c63d5d... Revert "Work around test failure in gdbus-names" (*)
  59ce6b1... gdbus-connection-loss: Fix test failure (*)
  d4db5a8... gtestdbus: Clarify comment on dropping connection ref (*)
  979c92d... Fix typo in request handle (*)
  8efe050... Merge branch 'master' into 'master' (*)
  7089f67... gdatetime: Unset LC_ALL for the test as well (*)
  1230be3... Merge branch 'wip/lantw/gdatetime-unset-lc-all-for-the-test (*)
  71ccfad... docs.c: Forward link from g_auto* → G_DEFINE_AUTO* (*)
  dc774db... Merge branch 'dboles/gmacros-docs' into 'master' (*)
  c868123... glib/gtimezone.c: Use Unicode versions of Windows Registry  (*)
  2e5d3aa... glib/gtimezone.c: Use RegLoadMUIStringW() to query Std/Dlt  (*)
  5ca4ac1... Update the gdatetime Test Program for Windows (*)
  f24444c... gtimezone.c: Fix identifier assignment on Windows (*)
  5d54727... glib/tests/gdatetime.c: Fix TZ envvar test on Windows (*)
  711b4b0... Merge branch 'win32-enhance-gtimezone' into 'master' (*)
  4e538e6... Merge branch 'bug-787-investigation' into 'master' (*)
  7837909... Update Indonesian translation (*)
  06f27fc... doc: fix typo in gio/gresource.c (*)
  18cfe50... Merge branch 'patch-1' into 'master' (*)
  5f8d787... Ensure that the keyfile settings backend exists (*)
  3f51694... docs: update build instructions for selinux (*)
  495a7de... Merge branch 'master' into 'master' (*)
  8cd0a2c... Merge branch 'ensure-keyfile-settings' into 'master' (*)
  104fca7... Add g_array_binary_search() to garray API (*)
  c23ee5f... Merge branch 'garray_binary_search' into 'master' (*)
  2e39f41... Merge branch 'fix-prepare-annot' into 'master' (*)
  2bc73d7... glib/gmacros.h: Check for __clang__ for g_autoptr (*)
  d616ca2... gmacros.h: Support deprecation macros better on clang-cl (*)
  45a21dc... Merge branch 'fix-module-tests-msvc' into 'master' (*)
  caaa131... Merge branch 'gmacros-h-support-clang-cl' into 'master' (*)
  40b3efe... gio: fix typo in g_settings_reset documentation (*)
  141a440... doc: Add missing GLIB_DEPRECATED_TYPE and friends (*)
  6b6e92c... doc: Add new G_UNICODE_SCRIPT_ values (*)
  9b7332c... doc: Workaround gtkdoc-scan bug leading to undocumented sym (*)
  5c9af3c... doc: Add some empty lines to unbreak gtkdoc (*)
  e5c2327... doc: Remove trailing dot that confuse gtkdoc (*)
  a955aac... doc: Ignore dirent.h which is not part of our API (*)
  e8a1230... doc: Add some missing symbols (*)
  b80c17e... Merge branch 'patch-1' into 'master' (*)
  255f64c... doc: Split API reference per platform (*)
  e528577... doc: Add missing GNativeSocketAddress (*)
  8381ce4... doc: Hide some internal function (*)
  61872d6... doc: Add gobject 2.62 API (*)
  953f23f... key file: Handle filename being NULL (*)
  e8d471f... meson: Mostly assume clang-cl is MSVC (*)
  2b1a921... windows: fix multicast socket binding to specific network i (*)
  628e448... Fixing a small typo in docs/references/gio/gio.xml (*)
  88b9e71... Merge branch 'fixing_gio_manpage_typo' into 'master' (*)
  5e7f12b... gio/tests: Remove code and comments referring to libtool (*)
  d56bdeb... Merge branch 'nirbheek/remove-outdated-libtool-stuff' into  (*)
  8701653... Improve the documentation for G_DEFINE_TYPE_WITH_PRIVATE (*)
  a76cb94... fix atomic detection on older gcc versions (*)
  b6566ad... Merge branch 'slow-tests' into 'master' (*)
  618d3e4... Merge branch 'issue-943' into 'master' (*)
  4b08771... docs: Add example to g_test_summary() documentation (*)
  2718245... Fix test failures for static builds (*)
  003b6da... Merge branch 'fix-static-test-3' into 'master' (*)
  9c5d3a6... portal: Add a getter for dconf access (*)
  addb8c1... settings: Tweak priorities for keyfile backend (*)
  493b8ca... Merge branch 'keyfile-portal-fixes' into 'master' (*)
  2ac44f3... Merge branch 'key-file-no-file' into 'master' (*)
  ce9ea30... gio: Fix minor docs mistakes (*)
  d076c4c... Merge branch 'gio-docs-fixes' into 'master' (*)
  6a1512e... Allow guid key in dbus addresses (*)
  1ac8d50... gptrarray: Set free func on copied array in g_ptr_array_cop (*)
  b4943aa... gptrarray: Correctly set copied array length in g_ptr_array (*)
  625055f... tests: Fix array length calculations in array tests (*)
  121b6bc... tests: Add missing array length checks (*)
  bc0fcdd... tests: Use g_ptr_array_set_free_func() rather than manual f (*)
  ec61daf... garray: Rewrite binary search calculation to avoid integer  (*)
  c0f13f3... garray: Fix binary search for non-existent elements on the  (*)
  298c6ad... Merge branch 'docs-examples' into 'master' (*)
  0c495f3... gdbusaddress: Add missing transfer annotation (*)
  f6666f5... Merge branch 'dbus-address-transfer-annotation' into 'maste (*)
  77cc96a... Update the instructions in .gitlab-ci. (*)
  81b1ff8... Merge branch 'atomic' into 'master' (*)
  fa4423d... Merge branch 'clang-cl-support' into 'master' (*)
  249299a... Merge branch 'doc-fixes' into 'master' (*)
  79da355... Fix typo in G_DECLARE_DERIVABLE_TYPE documentation (*)
  204c625... Merge branch 'fix_G_DECLARE_DERIVABLE_TYPE_documentation' i (*)
  8c5a14a... Update Brazilian Portuguese translation (*)
  74583af... Add (out) annotation to (optional) parameters (*)
  c50304f... Merge branch 'master' into 'master' (*)
  3f1a79a... Merge branch 'allow_guid_key_in_dbus_addresses' into 'maste (*)
  00d7568... build: Remove unsupported `install` directives (*)
  9fdc276... ci: Update Debian's Docker image (*)
  14d2c48... ci: Update Fedora's Docker image (*)
  ed7c258... ci: Update the Android NDK Docker image (*)
  f6b4012... ci: Update the MingW Docker image (*)
  772a6e3... ci: Update the MSVC build script (*)
  fa6f2d4... ci: Update the MSYS2 build script (*)
  f0d713e... ci: Use the new Docker images (*)
  85dc45e... build: Bump up the required version of Meson (*)
  bd372e3... ci: Fix non-build jobs (*)
  0c0cf59... Merge branch 'meson-bump' into 'master' (*)
  3de1b88... gcontenttype: Add no-op versions of {get,set}_mime_dirs() o (*)
  298ee8f... Merge branch '1791-macos-get-mime-dirs' into 'master' (*)
  17be9e5... Merge branch '436-test-coredumps' into 'master' (*)
  b76bf3c... gobject: Add a g_assert_finalize_object() macro (*)
  b6d4da7... tests: Use g_object_assert_last_unref() in various tests (*)
  78b1278... Merge branch '488-assert-gobjects-dont-leak' into 'master' (*)
  b482a5c... Merge branch 'array-test-fixes' into 'master' (*)
  6f55306... gfileutils: Ignore ENOENT from all except the last element (*)
  ca98741... gfileutils: Try creating complete path first (*)
  517f756... Merge branch 'rnagy/glib-mkdir' into 'master' (*)
  54f94b1... gmessages: Only use structured logs if GLIB_VERSION_MAX_ALL (*)
  0ed8605... gapplication: remove inactivity_timeout source on finalize (*)
  d62cabc... Merge branch '1847-log-structured-max-version' into 'master (*)
  0f13185... gapplication: Fix a leaking GRemoteActionGroup member (*)
  014e8d0... Merge branch 'wip/lantw/gapplication-remove-inactivity_time (*)
  8f385b8... Merge branch 'master' into 'master' (*)
  dbabd2b... gdatetime: Add g_date_time_format_iso8601() convenience fun (*)
  5983cc8... gdate: Deprecate GTime (*)
  e357619... gdate: Minor documentation formatting improvements for GTim (*)
  e3f88f3... gtypes: Deprecate GTimeVal in favour of guint64 or GDateTim (*)
  44d1fa3... gdate: Fix minor typo in GTimeVal documentation (*)
  e971b25... gdatetime: Deprecate GDateTime API which uses GTimeVal (*)
  b8540db... glib: Deprecate API using GTimeVal in gtimer.h (*)
  626b6f5... gmain: Deprecate g_get_current_time() because it uses GTime (*)
  fe760ba... gmain: Swap implementations of g_get_current_time() + g_get (*)
  ec0cc39... gmain: Add deprecation ignore guards around other GTimeVal  (*)
  45b74b0... gdate: Deprecate methods which use GTimeVal (*)
  aa261ca... gasyncqueue: Ignore use of deprecated types in deprecated A (*)
  a3f22f0... gbookmarkfile: Use GDateTime instead of GTimeVal internally (*)
  d166a55... gfileinfo: Add g_file_info_{get,set}_modification_date_time (*)
  4faf4fc... gfileinfo: Deprecate g_file_info_{get,set}_modification_tim (*)
  def5db2... gdbusutils: Stop using g_get_current_time() (*)
  1616546... gfileinfo: Stop using deprecated GTimeVal (*)
  de25be7... tests: Stop using deprecated g_get_current_time() (*)
  c0f958d... glib: Stop mentioning deprecated g_get_current_time() in do (*)
  82e3e10... glib: Stop using g_get_current_time() in various places (*)
  2ed7696... tests: Ignore deprecated functions in parts of GDateTime te (*)
  2df27e3... tests: Ignore deprecated functions in a few main loop and t (*)
  2d62503... gdatetime: Stop using deprecated g_get_current_time() (*)
  96c74fd... win32: Stop using deprecated GTimeVal in GWinHttpFile (*)
  14b087e... gmain.c: Fix comment about Y2038 safety of g_get_real_time( (*)
  5c5034a... Merge branch '1792-again-marshal-params' into 'master' (*)
  018eaf5... Merge branch '1438-deprecate-gtimeval' into 'master' (*)
  6bebef1... 2.61.2 (*)
  86ba1b3... Merge branch 'application-free-remote-actions' into 'master (*)
  ef1d5b5... gnetworkmonitornm: Remove unneeded ";" in G_DEFINE_INTERFAC (*)
  7d3ecce... gnetworkmonitornm: Disconnect g-signal from proxy (*)
  109f247... gnetworkmonitornm: Arguments to g-signal's callback are con (*)
  f299886... gnetworkmonitornm: Remove double-space (*)
  b80fcc6... tests: Remove unneeded ";" in G_DEFINE_INTERFACE_WITH_CODE (*)
  84738f7... Merge branch 'wip/hadess/gnetworkmonitor-nm-fixups' into 'm (*)
  1f79c7f... Updated Spanish translation (*)
  b399093... gtlscertificate: Add pkcs11 URI properties and constructor

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