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: LiveSplit/livesplit-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: LiveSplit/livesplit-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: auto-splitting
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 38 files changed
  • 4 contributors

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    8609eee View commit details
    Browse the repository at this point in the history
  2. Implement WASI

    CryZe authored and TheTedder committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    4becdd9 View commit details
    Browse the repository at this point in the history
  3. Allow interrupting the runtime

    CryZe authored and TheTedder committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    1b95a81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e47fb2f View commit details
    Browse the repository at this point in the history
  5. Process: move public methods to private trait.

    The trait helps ensure a consistent API between platforms, with the
    struct methods delegating to the trait implementations.
    kitlith authored and TheTedder committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    961c910 View commit details
    Browse the repository at this point in the history
  6. Use bytemuck for Process::read<T>

    kitlith authored and TheTedder committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    befd750 View commit details
    Browse the repository at this point in the history
  7. Couple of fixes for the linux backend

    With this (and a local api change) my portal autosplitter works without
    changes.
    kitlith authored and TheTedder committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    19f731e View commit details
    Browse the repository at this point in the history
  8. Use /proc/{pid}/mem on Linux.

    This is a prelude for having helper processes transfer this fd to the
    main process.
    kitlith authored and TheTedder committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    36595a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    55cca83 View commit details
    Browse the repository at this point in the history
  10. Use nom for parsing /proc/PID/maps

    This may be a bit of a heavyweight solution, lmk and I'll revert this
    commit.
    kitlith authored and TheTedder committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    04505b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9288767 View commit details
    Browse the repository at this point in the history
  12. minor workarounds for some bugs

    DarkRTA authored and TheTedder committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    a4f7ace View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3982006 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. bump wasmtime to 0.25.0

    TheTedder committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    bff4956 View commit details
    Browse the repository at this point in the history
Loading