Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.20 backports #1603

Merged
merged 23 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e829721
glib: Add `Bytes::into_data() and `Bytes::from_bytes()` bindings
sdroege Nov 17, 2024
36becc3
Add convenience function to return a result
swsnr Oct 27, 2024
951b00c
Streamline call dispatching in example
swsnr Oct 27, 2024
0d787bb
Add helper to return result from a future
swsnr Oct 28, 2024
74c7835
Demo async call handling for gdbus
swsnr Oct 28, 2024
a846e41
Add DBusMethodCall convenience trait
swsnr Oct 31, 2024
05c8ec5
Fix / silence various new Rust 1.83 clippy warnings
sdroege Nov 29, 2024
0092cc2
gio: Fix nullability of various DBus method call related parameters
sdroege Nov 30, 2024
1b67a53
gio: Add test for DBus method calls over a UNIX fd pair
sdroege Nov 30, 2024
8f8c8b2
Update gir
sdroege Dec 16, 2024
6ddd3aa
Update gir-files
sdroege Dec 16, 2024
0315a7c
Regenerate with latest gir / gir-files
sdroege Dec 16, 2024
dfc6751
ci: Check pango 1.56 feature on the CI
sdroege Nov 22, 2024
0fcb436
pango: Update C library version requirements
sdroege Nov 22, 2024
c869b0b
Generate all the missing Gio bindings
bilelmoussaoui Dec 1, 2024
c49d4d6
windows: use a range for windows-rs dependency
pbor Dec 9, 2024
8be11f2
ci: bump gvsbuild version
pbor Dec 9, 2024
a806de5
gio: Export `RegistrationBuilder` from the crate root
sdroege Dec 10, 2024
99b1722
gio: Work around GLib memory leak in g_dbus_connection_register_objec…
sdroege Dec 10, 2024
bb8bae2
Update Cargo.lock
sdroege Dec 16, 2024
660d48f
deny: Update unicode license name
sdroege Nov 22, 2024
b5ec976
Fix new beta clippy warnings
bilelmoussaoui Oct 31, 2024
a9f9468
Ignore manual_c_str_literals clippy warning
bilelmoussaoui Oct 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- { name: "gio", features: "v2_84", nightly: "--all-features", test_sys: true }
- { name: "glib", features: "v2_84,log", nightly: "--all-features", test_sys: true }
- { name: "graphene", features: "", nightly: "", test_sys: true }
- { name: "pango", features: "v1_54", nightly: "--all-features", test_sys: true }
- { name: "pango", features: "v1_56", nightly: "--all-features", test_sys: true }
- { name: "pangocairo", features: "", nightly: "--all-features", test_sys: true }
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

env:
# git revision of gvsbuild we use for to build GLib and the other dependencies
gvsbuildref: bb1d2691d25c7bb1239118a907c8e21b1aa24e03
gvsbuildref: 230e1074047b9654b76217c5d48b10c726fbe0f6

# bump this number if you want to force a rebuild of gvsbuild with the same revision
gvsbuildupdate: 1
Expand Down
130 changes: 65 additions & 65 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading