-
Notifications
You must be signed in to change notification settings - Fork 30
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: encounter/objdiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0-beta.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 17 files changed
- 2 contributors
Commits on May 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2d643eb - Browse repository at this point
Copy the full SHA 2d643ebView commit details
Commits on May 13, 2025
-
Fix highlighting of signed vs unsigned arguments (#202)
* Fix signed and unsigned arguments not being considered equal when highlighting * Remove unused Eq derive
Configuration menu - View commit details
-
Copy full SHA for 731b604 - Browse repository at this point
Copy the full SHA 731b604View commit details
Commits on May 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1750af7 - Browse repository at this point
Copy the full SHA 1750af7View commit details -
The flagset .contains check doesn't work like this. Fixes #199
Configuration menu - View commit details
-
Copy full SHA for 2b13e98 - Browse repository at this point
Copy the full SHA 2b13e98View commit details -
Fix symbol mapping mismatched match %
We have specific diff logic that relies on knowing which object is the target object, and which is the base. generate_mapping_symbols was designed in such a way that it would reverse the target/base, leading to a match percent shown that's different when it gets applied. Fixes #200
Configuration menu - View commit details
-
Copy full SHA for e865f3d - Browse repository at this point
Copy the full SHA e865f3dView commit details -
Skip label symbols when inferring symbol sizes
COFF objects in particular don't contain the size of symbols. We infer the size of these symbols by extending them to the next symbol. If a tool emits symbols for branch targets, this causes the inferred size to be too small. This checks if a symbol starts with a certain prefix (right now, just .L or LAB_), and skips over it during symbol size inference. Resolves #174
Configuration menu - View commit details
-
Copy full SHA for 8e8ab6b - Browse repository at this point
Copy the full SHA 8e8ab6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ef93f - Browse repository at this point
Copy the full SHA 07ef93fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7c3501 - Browse repository at this point
Copy the full SHA f7c3501View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.0-beta.7...v3.0.0-beta.8