Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2ba0b934f4b7
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c797abff336f
Choose a head ref
  • 3 commits
  • 21 files changed
  • 3 contributors

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    ca138dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a81fa3 View commit details
    Browse the repository at this point in the history
  3. Adds Tonic templates for Dart FFI bindings. (#29405)

    This change adds additional Tonic templates for automatically generating bindings for Dart FFI, as well as serialisation of the bindings.
    
    - Adds parallel FfiDispather templates to the existing DartDispatcher used for (old) native bindings.
    - Adds serialisation of the bindings to enable automatic conversion and verification.
    - Extends existing DartConverters with conversions to and from the FFI transport types.
    - Adds new test (ffi_native_unittest.cc) for the above.
    
    This will allow us to replace the existing native functions in e.g. dart:ui with new Dart FFI native functions.
    Clement Skau authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    c797abf View commit details
    Browse the repository at this point in the history
Loading