[glib] (91 commits) Non-fast-forward update to branch fix-gnulib-msvc-isnan
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] (91 commits) Non-fast-forward update to branch fix-gnulib-msvc-isnan
- Date: Tue, 9 Jun 2020 16:39:15 +0000 (UTC)
The branch 'fix-gnulib-msvc-isnan' 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:
ff83ab2... gdatetime: Document that specific AM/PM formatting is disco
d7230bc... ci: Update Android Docker image for aarch64 CPU naming chan
45d5d58... gtestutils: Add a new g_assert_no_errno() test macro
fb26dce... gtestutils: Clarify documentation for g_test_set_nonfatal_a
87adc7e... docs,glib-mkenums: setup lists for enum/value trigraph exte
5814973... glib-mkenums: allow optional 'since' tag
6abec1e... Revert "Revert "glib: annotate static inline functions with
06b9548... gmacros: Add missing GLIB_UNAVAILABLE_STATIC_INLINE declara
f8df5e8... Update Turkish translation
1e0b7a8... Update Chinese (Taiwan) translation
389a9ab... array: add internal ptr_array_new() helper for creating GPt
d56259c... gmem: Improve documentation to clarify abort-on-alloc-failu
87911eb... gthread: Add introspection annotations
8c33188... tests: Tidy up test naming in glib/tests/once.c
596929c... tests: Add multi-threaded test for g_once()
44ed91b... gthread: Use C11-style memory consistency to speed up g_onc
1e7ef30... build: Drop unused `G_ATOMIC_OP_MEMORY_BARRIER_NEEDED`
ce7616e... gvalue: Static strings should not be copied
bc6da64... test: Add string GValue tests
9e8862f... GValue: Add interned string support
a8ac292... gbinding: Use new g_value_set_interned_string() API for per
8245aff... docs: Add indexes for symbols added in 2.66
d8d7a55... gobject: Handle runtime checks as such
c84da39... win32 gpoll: Fix wait for at least one thread to return
7fa32a0... Update Romanian translation
7710c16... tests: Speed up the cancellable test
647dfd6... tests: Port file test to use g_assert_*() rather than g_ass
d0f9539... tests: Speed up the file test and make it more reliable
af7cb36... GWin32RegistryKey: add MUI capabilities to get_value()
35097db... GWin32AppInfo: Drop read_resource_string(), use GWin32Regis
12f5c9d... ci: Add python3-pip to Fedora dependencies
3a288bc... ci: Handle missing suite information in test output JSON
454828d... ci: Rebuild Fedora Docker image for latest Dockerfile chang
cc0e5ab... ci: Document access token permissions needed for uploading
ee37118... docs: Bump gtk-doc requirement for unit tests to 1.32.1
8da445f... Don't fall back to raise(SIGTRAP) on Windows
b5d7255... meson: Fix gnulib build where isnan*() is needed
Commits added to the branch:
b9e071f... ci: Update Android Docker image for aarch64 CPU naming chan (*)
9e45b95... gtestutils: Add a new g_assert_no_errno() test macro (*)
9166a0e... gtestutils: Clarify documentation for g_test_set_nonfatal_a (*)
6e3b1e0... gdatetime: Document that specific AM/PM formatting is disco (*)
4d1132a... docs,glib-mkenums: setup lists for enum/value trigraph exte (*)
ec6056e... glib-mkenums: allow optional 'since' tag (*)
bc2bfdf... Merge branch '2082-get-rid-of-am-pm' into 'master' (*)
12fbb28... Merge branch 'fix-cpu-docker' into 'master' (*)
01fbeb6... Merge branch 'assert-no-errno' into 'master' (*)
85f8efa... Merge branch 'aleksm/mkenums-since' into 'master' (*)
0fc7f40... Revert "Revert "glib: annotate static inline functions with (*)
4364c51... gmacros: Add missing GLIB_UNAVAILABLE_STATIC_INLINE declara (*)
f6d26ba... Merge branch 'fix-1487-reversion' into 'master' (*)
1efa966... array: add internal ptr_array_new() helper for creating GPt (*)
20fb5bf... Update Turkish translation (*)
b86d6fe... Update Chinese (Taiwan) translation (*)
81ee85c... Merge branch 'th/g-ptr-array-new' into 'master' (*)
1cb2db8... gthread: Add introspection annotations (*)
445aa65... gmem: Improve documentation to clarify abort-on-alloc-failu (*)
536e32c... Merge branch '176-malloc-docs' into 'master' (*)
596fa49... tests: Tidy up test naming in glib/tests/once.c (*)
bfd8f8c... tests: Add multi-threaded test for g_once() (*)
e4c3af9... Merge branch '602-introspect-thread' into 'master' (*)
e52fb6b... gthread: Use C11-style memory consistency to speed up g_onc (*)
c1d7097... build: Drop unused `G_ATOMIC_OP_MEMORY_BARRIER_NEEDED` (*)
e3efbd3... gvalue: Static strings should not be copied (*)
c964749... test: Add string GValue tests (*)
1a95ce8... GValue: Add interned string support (*)
73d7f35... gbinding: Use new g_value_set_interned_string() API for per (*)
1d61c97... Merge branch '1323-aarch64-mem-barrier' into 'master' (*)
e992b99... Merge branch 'value-interned' into 'master' (*)
9f421dd... docs: Add indexes for symbols added in 2.66 (*)
e816e9c... Merge branch 'docs-fix' into 'master' (*)
26991b6... win32 gpoll: Fix wait for at least one thread to return (*)
a22a15d... GWin32RegistryKey: add MUI capabilities to get_value() (*)
898baa0... gobject: Handle runtime checks as such (*)
9f27f49... tests: Speed up the cancellable test (*)
8f29148... Merge branch 'lcopyfail' into 'master' (*)
31099d9... Merge branch 'fix-2107-windows-gpoll-stall' into 'master' (*)
74f1e58... ci: Add python3-pip to Fedora dependencies (*)
cbcc0aa... ci: Handle missing suite information in test output JSON (*)
e89f41d... ci: Rebuild Fedora Docker image for latest Dockerfile chang (*)
57ed909... ci: Document access token permissions needed for uploading (*)
60dd272... docs: Bump gtk-doc requirement for unit tests to 1.32.1 (*)
4f0b0e1... Update Romanian translation (*)
43969bf... tests: Port file test to use g_assert_*() rather than g_ass (*)
26c433d... tests: Speed up the file test and make it more reliable (*)
743bbb9... Merge branch 'cancellable-test-fix' into 'master' (*)
2730e5d... Merge branch 'fix-file-test' into 'master' (*)
f77a6a1... GWin32AppInfo: Drop read_resource_string(), use GWin32Regis (*)
2ba0f14... Merge branch 'w32reg-mui' into 'master' (*)
47716bc... glib-compile-resources: Fix exporting on Visual Studio (*)
f733eff... Merge branch 'fix-fedora-ci-build' into 'master' (*)
842dccf... meson: Remove transitive dep workaround now we require newe (*)
56271ff... meson: Fix underlinking of static libintl by trying iconv a (*)
77346d9... Don't fall back to raise(SIGTRAP) on Windows (*)
11e9c5a... Merge branch 'clang-trap' into 'master' (*)
d955719... gdbus-codegen: Allow decorating symbols in headers (*)
a94f32f... gdbus-object-manager-example: Fix build on Visual Studio (*)
a3c1bce... Merge branch 'static-libintl' into 'master' (*)
73d9b72... Merge branch 'fix-gresource-export-msvc' into 'master' (*)
cd229a2... docs: Document --symbol-decorator for gdbus-codegen (*)
caec84a... Merge branch 'gdbus-codegen-exporting' into 'master' (*)
fbc1456... gbookmarkfile: Add Y2038-proof APIs to GBookmarkFile (*)
9b82fd0... tests: Update GBookmarkFile tests to use new APIs (*)
6147cae... gbookmarkfile: Deprecate GBookmarkFile APIs which use time_ (*)
c45ad01... tests: Add tests for deprecated GBookmarkFile API (*)
3d0e1f5... Merge branch '1931-bookmark-file-y2038' into 'master' (*)
c6af3c7... meson: host_system can be ios when cross-compiling (*)
3c78d0c... meson: Autodetect when building for iOS (*)
a28b52d... meson: Only look for _NSGetEnviron when building for macOS (*)
e3ef2cd... .gitlab-ci: Add an example iOS cross file (*)
ab6b764... ci: growing_stack should be true for android and ios (*)
909a885... Initialize the visited time of a new GBookmarkFile (*)
9f7f2b4... Add a GBookmarkFile serialization test case (*)
3fd3a24... Merge branch 'bookmark-visited' into 'master' (*)
4556bf1... gthreadedsocketservice: Mark source_object of run signal as (*)
2ed356c... Merge branch 'disable-ios-nsgetenviron' into 'master' (*)
c933189... Merge branch 'threaded-socket-service-nullable-source-objec (*)
a2e715a... strfuncs: Use a GPtrArray in strsplit() (*)
201d9cb... Updated Slovenian translation (*)
c573e21... Merge branch 'wip/baedert/arrays' into 'master' (*)
8651bee... GWin32RegistryKey: Move assertions (*)
016c39d... Merge branch 'win32reg-assertions' into 'master' (*)
e91f4ac... docs: Add (nullable) annotations (*)
6334139... Merge branch 'docs' into 'master' (*)
fcfb1c6... meson: Require 0.54.2 when building for Android ≤ 20 (*)
625f1b4... Merge branch 'Android-stpcpy' into 'master' (*)
6c76089... meson: Fix gnulib printf checks (*)
a50ad8b... Merge branch 'meson-fix-gnulib-printf-checks' into 'master' (*)
35684b5... meson: Fix gnulib build where isnan*() is needed
(*) 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]