Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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: dart-lang/native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: hooks_runner-v0.19.0
Choose a base ref
...
head repository: dart-lang/native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 65 files changed
  • 3 contributors

Commits on May 1, 2025

  1. Configuration menu
    Copy the full SHA
    c3f9cfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9b7199 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    33a0cdd View commit details
    Browse the repository at this point in the history
  2. [jnigen] Fix generic subinterfaces not specifying full type params (#…

    …2255)
    
    Classes that inherited a generic without specifying all type parameters were not generated. Filling the ones not specified with `JObject?`.
    HosseinYousefi authored May 5, 2025
    Configuration menu
    Copy the full SHA
    8aa3f53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11966f1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Configuration menu
    Copy the full SHA
    31e2ead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47ef07c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. [native_toolchain_c] Firebase Studio setup (partially) (#2269)

    Bug: #2273
    
    This PR makes `dart test` in packages `hooks`, `hooks_runner`, `code_assets` and `data_assets` pass.
    
    This PR makes `dart test` in `package:native_toolchain_c` partially pass. The tests that are still failing are the cross-compiling tests from linux_x64 to linux_non-x64.
    
    Changes required to discover the toolchains on the NixOS vm of FireBase studio:
    
    * Adds the installation path of the Android NDK to the default installation paths. (It would be better if we got this from `ANDROID_HOME` or `ANDROID_SDK_ROOT`.)
    * Enables discovering `llvm-ar` and `ld.lld` on the PATH. They are in separate install locations in NixOS.
    * Prefer `ld.lld` over `ld` from GCC when not cross compiling in `CLinker` (more likely to be available).
    
    In addition this PR commits the `.idx/dev.nix` NixOS config so that new checkouts in FireBase studio will automatically pull in the right dependencies.
    dcharkes authored May 7, 2025
    Configuration menu
    Copy the full SHA
    19f4475 View commit details
    Browse the repository at this point in the history
  2. [jnigen] Generate Kotlin stdlib classes without providing path (#2271)

    * Add versions to gradle dependencies of jnigen
    * Add versions to gradle dependencies of jni
    * [jnigen] Generate Kotlin classes without providing path
    HosseinYousefi authored May 7, 2025
    Configuration menu
    Copy the full SHA
    442ce18 View commit details
    Browse the repository at this point in the history
Loading