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: zrurf/dart_shared_library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: fuzzybinary/dart_shared_library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 21 files changed
  • 2 contributors

Commits on Aug 10, 2024

  1. feat: Update to Dart 3.5, fix build

    Updated to Dart 3.5, fixed a lot of build mistakes in various CMakeLists.
    fuzzybinary committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    b24bdd9 View commit details
    Browse the repository at this point in the history
  2. Fix builds on macOS

    fuzzybinary committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a3ffddd View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    ecd6214 View commit details
    Browse the repository at this point in the history
  2. chore: add diagnostics to patch call, await directory creation

    Update patch to 3.5 SDK to avoid windows github actions build errors.
    fuzzybinary committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    05db0f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    476670f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    19d33df View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. fix: Fix spawning isolates

    Setup the IO library, which needs to be setup to have Isolate.spawn work as it initializes the `VMService.script` callback (through `_Platform._nativeScript`).
    
    Call `SetupCoreLibraries` from `OnIsolateInitialize` so that async functions in Isolates work
    
    Add an example / test for isolate spawning.
    fuzzybinary committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6f28908 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. fix: Add FileModifiedCallback

    Used by the kernel during hot reloading to determine what to reload. When it's not set, hot reload takes a long time.
    
    Prepare some methods for eventual environment setup.
    fuzzybinary committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    306bec3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Update to Dart 3.6.2

    fuzzybinary committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    0d692ca View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Configuration menu
    Copy the full SHA
    48c8417 View commit details
    Browse the repository at this point in the history
Loading