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 #1560

Merged
merged 20 commits into from
Oct 30, 2024
Merged

0.20 backports #1560

merged 20 commits into from
Oct 30, 2024

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    f80c3f4 View commit details
    Browse the repository at this point in the history
  2. Safely and correctly convert InetAddress to IpAddr

    Removes use of unsafe code for conversion and implicitly fixes endianess
    issues in conversion.
    
    Fixes gtk-rs#1535
    swsnr authored and sdroege committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2b3d085 View commit details
    Browse the repository at this point in the history
  3. use crate::Borrowed when not using glib

    erer1243 authored and sdroege committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f90f0eb View commit details
    Browse the repository at this point in the history
  4. glib-macros: Derived boxed types are not TransparentPtrType but `Tr…

    …ansparentType`
    
    I.e. they're equal to their FFI representation, not equal to a pointer
    of their FFI representation.
    
    Fixes gtk-rs#1554
    sdroege committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ca70866 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f686aa7 View commit details
    Browse the repository at this point in the history
  6. changelog: Fix typo

    felinira authored and sdroege committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    262fe48 View commit details
    Browse the repository at this point in the history
  7. Add test for current output of log impl

    swsnr authored and sdroege committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ca65f7b View commit details
    Browse the repository at this point in the history
  8. Enable log feature for glib tests

    swsnr authored and sdroege committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a4a5dca View commit details
    Browse the repository at this point in the history
  9. Remove duplicated call

    swsnr authored and sdroege committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a5d7514 View commit details
    Browse the repository at this point in the history
  10. Do not use log_structured!

    This removes redundant file, line, and function fields.
    
    Fixes gtk-rs#1537
    swsnr authored and sdroege committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    bdf6ec7 View commit details
    Browse the repository at this point in the history
  11. Write line number without allocation

    swsnr authored and sdroege committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    159b4b2 View commit details
    Browse the repository at this point in the history
  12. Update Cargo.lock

    sdroege committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ecf274c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    71ba97a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Update gir and gir-files

    sdroege committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    51f56fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a2067d View commit details
    Browse the repository at this point in the history
  3. Re-export v2.84 feature

    bilelmoussaoui authored and sdroege committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    741e702 View commit details
    Browse the repository at this point in the history
  4. ci: Bump tested glib/gio version

    bilelmoussaoui authored and sdroege committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d11ae12 View commit details
    Browse the repository at this point in the history
  5. Re-sync version requirements

    bilelmoussaoui authored and sdroege committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    73dbce5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d4bc84 View commit details
    Browse the repository at this point in the history
  7. Update versions to 0.20.5

    sdroege committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    46ce407 View commit details
    Browse the repository at this point in the history