[glib] (103 commits) Non-fast-forward update to branch gobject-speedups
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] (103 commits) Non-fast-forward update to branch gobject-speedups
- Date: Fri, 20 May 2022 02:03:05 +0000 (UTC)
The branch 'gobject-speedups' 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:
2197f83... Improve GObject perf test
26650d5... Simplify g_object_new_with_properties
22fe21e... Drop a pointless function
fc89d34... param: Add a value_is_valid vfunc
f8741b5... Speed up setting properties
3963267... Don't inline deprecation warnings
5ca46aa... Keep a count of construct params
cb1a32d... Move deprecation warnings to object_set_property
94aa288... Don't copy values when collecting in g_object_new
e44cf31... Keep a separate flag for notify handlers
7536324... Avoid property notification during object construction
3b9e042... Don't copy values during g_object_set
7d78e2f... Avoid property notification during g_object_set
52f5780... gtype: small optimization
18877e9... Avoid g_object_ref/unref in some cases
Commits added to the branch:
ac2ab3d... gspawn: Simplify async_with_pipes code (*)
a3911ef... ghmac: Fix some signed/unsigned issues with g_checksum_upda (*)
9777565... ghmac: Fix some signed/unsigned issues with g_checksum_type (*)
6475069... Move tests/thread-test.c to glib/tests/thread-deprecated.c (*)
f371d71... docs: Drop AUTHORS file in favour of git log (*)
9817ae7... ci: Move clang-format-diff.py into CI directory (*)
403bcda... docs: Drop README file in favour of README.md (*)
cdb0cc8... docs: Move README.rationale to docs subdirectory (*)
3707c21... docs: Drop README.win32 in favour of README.win32.md (*)
b927085... docs: Move INSTALL.in to INSTALL.md (*)
8a30ce9... docs: Reformat INSTALL.md as Markdown (*)
8a3583a... docs: Merge NEWS.pre-1-3 into NEWS (*)
7a569f6... tools: Move check-abis.sh from top-level to tools directory (*)
0dc5368... tools: Move glib-gettextize.in to tools directory (*)
5129750... tools: Move glib.supp to tools directory (*)
f78e288... tests: Move .test.in template files to tests directory (*)
dbe8e52... Convert tests/gio-test.c to g_test framework (*)
38e0781... Convert deprecated GTimeVal to GDateTime in tests/gio-test. (*)
4589ff0... Move test/gio-test.c to glib/test/io-channel-basic.c (*)
87a4cea... Convert g_printf() to g_test_message() to capture messages (*)
bd82c8d... Update Galician translation (*)
e367320... ci: Temporarily disable macOS CI runner until it’s fixed (*)
82766ae... Merge branch 'wip/pwithnall/disable-macos-ci' into 'main' (*)
f38d74b... gtask: use g_strconcat() in g_task_return() only if needed (*)
d1bec29... Merge branch 'move_gio-test' into 'main' (*)
5160b12... Merge branch 'move_thread_test' into 'main' (*)
6ad8205... Merge branch 'nacho/gtask-performance' into 'main' (*)
a84068d... gspawn: Avoid considering out parameters as inputs (*)
7137591... tests: Fix a double-close of a GSource in tests (*)
a83ccbd... Convert tests/slice-threadinit.c to glib test framework (*)
ddb0585... Moving slice-threadinit.c test to glib/tests/ (*)
92a6db3... Cleaning a file left behind by glib/tests/bookmarkfile.c te (*)
68574bd... Merge branch 'wip/pwithnall/io-channel-double-close-source' (*)
5eaa13f... Merge branch 'hmac-signedness' into 'main' (*)
5efb84f... gio: add GUnixFDList on win32 (*)
5efbd51... Merge branch 'cleanup-root' into 'main' (*)
848d771... Merge branch 'test-slice-threadinit' into 'main' (*)
e27ef83... Deprecate GDtlsClientConnection validation flags (*)
6039c1f... resources: Hide external data symbol (*)
768c876... build: Specify all inputs to concat-files-helper.py (*)
51c55b4... build: Use cc.check_header() to check malloc.h (*)
bc51658... build: Factor out some size_t checks (*)
ab07ee3... Merge branch 'mcatanzaro/#2646' into 'main' (*)
6659f50... Merge branch 'resources-extraneous-symbol' into 'main' (*)
fa8430d... Merge branch 'fix_test' into 'main' (*)
d0e1131... Merge branch 'wip/pwithnall/meson-cleanups' into 'main' (*)
b8eb64b... gio/tests: add unix-fd test to win32 (*)
c9b5b1f... gio/tests: switch to g_close() (*)
b5c97b1... gio/tests: add basic fd-list unit test to unix-fd (*)
18886d4... gio/gdbusauth: remove #ifdef G_OS_UNIX around credentials (*)
e34795b... gio/gdbusserver: add "unix:" address support on !unix (*)
7886283... gio/tests: unescape the nonce_file value (*)
984103b... gio/tests: add gdbus-peer test to win32 (*)
15ce3c9... glib/tests/spawn-path-search: fix stack-buffer-overflow (*)
bb890b5... gobject/gsignalgroup: fix memory leaks on error (*)
46698ff... docs: Add all used licenses in a REUSE-compatible directory (*)
2dc8184... tests: Add some SPDX license headers (*)
31c1641... docs: Add REUSE-compliant dep5 file for the license of a fe (*)
d2f1e55... Merge branch 'reuse' into 'main' (*)
aa60b45... docs: Add compiler and toolchain requirements from the wiki (*)
446e016... docs: Formatting improvements to supported-platforms.md (*)
54a7e8a... docs: Update supported platforms list (*)
25d2925... Merge branch 'compiler-toolchain-reqs' into 'main' (*)
5942cd7... gio: Add SPDX license headers automatically (*)
70ee43f... glib: Add SPDX license headers automatically (*)
c613d32... tests: Add SPDX license headers automatically (*)
1771449... tests: Add SPDX license headers automatically (*)
e662779... fuzzing: Add copyright/licensing headers to fuzzing files (*)
b82e3ff... fuzzing: Mark .corpus and .dict files as not copyrightable (*)
2e1b093... Merge branch 'reuse-more' into 'main' (*)
0be6aa1... Merge branch 'reuse-fuzzing' into 'main' (*)
caf6d99... Merge branch 'win32-fd' into 'main' (*)
bfe3499... Merge branch 'spawn-outparams' into 'main' (*)
b90bf35... Update Portuguese translation (*)
294b562... gio: fix gunixfdlist.h location after move to common gio (*)
fdc11d7... Merge branch 'issue-2653' into 'main' (*)
240675d... Add a Unicode testcase (*)
0efd0e1... Merge branch 'nonchar-testcase' into 'main' (*)
6b5b1cd... Updated Spanish translation (*)
d254c79... debug fix build params
1b9a856... Improve GObject perf test
30b168e... Simplify g_object_new_with_properties
9820c38... Drop a pointless function
9b37657... param: Add a value_is_valid vfunc
db6c193... Speed up setting properties
f3278cf... Don't inline deprecation warnings
56b10b2... Keep a count of construct params
20081b0... Move deprecation warnings to object_set_property
0e557f7... Don't copy values when collecting in g_object_new
a8b7233... Keep a separate flag for notify handlers
3f665e1... Avoid property notification during object construction
691ed02... Don't copy values during g_object_set
34d3be6... Avoid property notification during g_object_set
e8f23cd... gtype: small optimization
db8cccf... gtype: Speed up g_type_is_a
1d82b92... Avoid g_object_ref/unref in some cases
9f1fee7... Avoid g_value_type_compatible
0a71616... Avoid g_type_peek_value_table
1469f68... Avoid g_param_spec_get_redirect_target
ffe4af3... Avoid g_type_class_peek
ebe35db... param: Avoid strcmps
5d4f4c3... param: Avoid strchrs
b53755b... Reduce locking overhead for param specs
(*) 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]