[glib] (98 commits) Non-fast-forward update to branch wip/pwithnall/restore-macos-ci
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] (98 commits) Non-fast-forward update to branch wip/pwithnall/restore-macos-ci
- Date: Tue, 7 Jun 2022 17:27:25 +0000 (UTC)
The branch 'wip/pwithnall/restore-macos-ci' 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:
051af1b... build: Add native argument to add_languages() for objc
91e906f... Revert "ci: Temporarily disable macOS CI runner until it’s
13bf36f... tests: Remove unused inline functions from slice tests
5da1227... tests: Remove unused function from slice-memchunk.c
7f1b5c2... tests: Remove unused variables from slice tests
8342b7d... tests: Silence set-but-not-used warnings for variables in a
Commits added to the branch:
49cfb37... docs: Add a backports policy (*)
50877bb... docs: Add a roadmap policy (*)
8764679... tests: Drop redundant collate test data files (*)
af02a61... gmain: Factor out common GTimeoutSource code (*)
c1477f7... gmain: Factor out common GIdleSource code (*)
6db112f... gmain: Refactor idle-once and timeout-once to avoid a closu (*)
1c7966b... Merge branch 'source-once-no-allocs' into 'main' (*)
a9321c3... garray: Add missing (transfer full) introspection annotatio (*)
ee247c0... array: add support for %NULL termination in GPtrArray (*)
a922f2f... Merge branch 'th/g-ptr-array-set-null-terminated' into 'mai (*)
7ad6b05... gfileinfo: Split out a g_file_info_remove_value() helper fu (*)
b33ef61... Add functionality to preserve nanosecond timestamps (*)
b7b10cc... tests: Add additional tests for nanosecond precision file t (*)
18c0088... tests: Fix a memory leak when abandoning a file creation ti (*)
6fdc427... Merge branch 'nano' into 'main' (*)
43ac055... 2.73.0 (*)
3db1d26... testsuite: Make tests not fail in !debug builds (*)
0480394... Merge branch 'skip-debug-only-tests' into 'main' (*)
0ddea2d... gtype: Speed up type checks for final types (*)
cf988d2... Merge branch 'final-type-speedup' into 'main' (*)
4643276... Update Hebrew translation (*)
ac3fc84... gsocketaddressenumerator: add nullable annotation to the re (*)
745148b... Merge branch 'wip/biggio/fix-socket-enumerator-annotation' (*)
ee4d93c... glocalfilemonitor: Avoid file monitor destruction from even (*)
8e9f238... glocalfilemonitor: Skip event handling if the source has be (*)
e5a691e... tests: Add a test for GFileMonitor deadlocks (*)
ac322a1... tests: Use g_assert_*() rather than g_assert() in pollable (*)
4daa3ca... tests: Remove global variables from pollable test (*)
95c1d65... tests: Fix a potential race condition in pollable test (*)
876335d... Merge branch 'backports-policy' into 'main' (*)
c1f8865... Merge branch 'benzea/fix-inotify-race' into 'main' (*)
0611999... tests: Remove various bits of overly-verbose test output (*)
72a6829... gobject: Drop an unused quark (*)
d785405... credentials: macos: check for existence of LOCAL_PEERPID - (*)
3044422... Merge branch 'gobject-cleanup' into 'main' (*)
7ec351e... xdgmime: Fix broken file:// content type lookups for webkit (*)
164b989... Merge branch 'mascguy-gsocket-peerpid' into 'main' (*)
972df06... Merge branch 'wip/pwithnall/fix-pollable-test' into 'main' (*)
d4b882f... ci: Try reducing FD soft limit to fix valgrind tests (*)
4282f22... tests: Fix leaks in new GDateTime file info tests (*)
33f36af... tests: Remove an unnecessary timeout in gnotification test (*)
69d7f8f... tests: Add no-valgrind suite to slice-known-pages test (*)
ff7e204... glib.supp: Ignore one-time xdgmime allocations (*)
05755f2... Merge branch '2639-xdgmime-fix' into 'main' (*)
35d5f94... Improve the GObject performance test (*)
964f6ef... Merge branch 'gobject-speedup1' into 'main' (*)
36da115... Merge branch 'leak-fixes' into 'main' (*)
731662a... Merge branch 'wip/pwithnall/try-fixing-valgrind-ci' into 'm (*)
804c453... Merge branch 'test-verbose-output' into 'main' (*)
d50bc3c... Don't copy values in g_object_new (*)
95caffc... Don't copy values during g_object_set (*)
149b0f0... Simplify g_object_notify_by_pspec (*)
ec69e7c... Simplify g_object_new_with_properties (*)
12e19ec... Update Georgian translation (*)
1b3d5cf... Add nullable annotation to return value of `g_variant_dict_ (*)
0629081... Merge branch 'missing-nullable' into 'main' (*)
22fea9d... Merge branch 'gobject-speedup3' into 'main' (*)
89f4c87... Merge branch 'roadmap-docs' into 'main' (*)
d7ff2b3... Merge branch 'gobject-speedup5' into 'main' (*)
3ce9237... Merge branch 'drop-collate-files' into 'main' (*)
d730cfc... Merge branch 'gobject-speedup2' into 'main' (*)
d97c948... Don't inline deprecation warnings (*)
a494094... Move deprecation warnings to object_set_property (*)
19551ac... Avoid g_type_class_peek (*)
b185f6e... Merge branch 'gobject-speedup4' into 'main' (*)
e70a4ee... Avoid g_object_ref/unref in some cases (*)
f8c5d71... Merge branch 'gobject-speedup9' into 'main' (*)
2b43740... Merge branch 'gobject-speedup7' into 'main' (*)
9d7d439... Avoid g_param_spec_get_redirect_target (*)
16a8b6d... gobject: Avoid redundant atomics (*)
8b328f1... Keep a separate flag for notify handlers (*)
8851112... Avoid property notification during object construction (*)
f755f44... Avoid property notification during g_object_set (*)
7d8e2fc... Cosmetic coding style fixes (*)
54c867a... Revert "gtype: Speed up type checks for final types" (*)
c11e64e... garray: Fix NULL-termination of GPtrArray copies (*)
14f4b38... tests: NULL-initialise some variables to help scan-build (*)
423bcab... garray: Change free/unref semantics under static analysis (*)
504727c... gvariant: Zero-initialise GVariantBuilder children under st (*)
6c0bde8... tests: Fix a scan-build warning about uninitialised threads (*)
9926703... tests: Avoid an uninitialised variable warning in slice-mem (*)
8f7df34... gobject: Sink floating pspecs if adding them to a class fai (*)
63974fa... Merge branch 'coverity-pspecs' into 'main' (*)
5de59d3... Merge branch 'static-analysis-fixes' into 'main' (*)
b1e3710... Merge branch 'gobject-speedup8' into 'main' (*)
3076c60... Merge branch 'gobject-speedup10' into 'main' (*)
18a7b19... Merge branch 'revert-final-type-check' into 'main' (*)
d0b0f8f... garray: Rename an internal helper to make its behaviour cle (*)
12dc714... Merge branch 'gobject-speedup11' into 'main' (*)
a6f208a... Merge branch 'array-copy-null-terminated' into 'main' (*)
fa4e346... gatomic: Add APIs to perform atomic int / pointer exchanges (*)
d7c3b0f... Merge branch 'gatomic-exchange' into 'main' (*)
dccc1ce... build: Add native argument to add_languages() for objc
385ad59... Revert "ci: Temporarily disable macOS CI runner until it’s
8d613ee... tests: Remove unused inline functions from slice tests
6a1e354... tests: Remove unused function from slice-memchunk.c
0e1b410... tests: Remove unused variables from slice tests
98df887... tests: Silence set-but-not-used warnings for variables in a
(*) 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]