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: encounter/objdiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0-beta.6
Choose a base ref
...
head repository: encounter/objdiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0-beta.7
Choose a head ref
  • 10 commits
  • 43 files changed
  • 1 contributor

Commits on May 7, 2025

  1. Configuration menu
    Copy the full SHA
    d225cac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a51ff44 View commit details
    Browse the repository at this point in the history
  3. Document SuperH support

    encounter committed May 7, 2025
    Configuration menu
    Copy the full SHA
    3c05852 View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    encounter committed May 7, 2025
    Configuration menu
    Copy the full SHA
    7e08f97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b77df77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b5bf21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3db0727 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c9e552 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    34220a8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Improve local branch relocation handling

    Reworks the local-branch handling logic to be more
    unified: scan_instructions does all the work up front,
    and process_instruction / display_instruction can
    simply use the calculated branch destination instead
    of performing their own is-relocation-target-
    function-local checks.
    
    (Hopefully) Fixes #192
    encounter committed May 8, 2025
    Configuration menu
    Copy the full SHA
    0c48d71 View commit details
    Browse the repository at this point in the history
Loading