forked from encounter/objdiff
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: LaposLazulia/objdiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 24 files changed
- 2 contributors
Commits on Dec 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 90c9316 - Browse repository at this point
Copy the full SHA 90c9316View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ad60de - Browse repository at this point
Copy the full SHA 6ad60deView commit details -
Improve automatic symbol pairing for functions with compiler-generate…
…d names (encounter#303) * Fix `__arraydtor$1234`s sometimes being swapped The list of symbols is not necessarily sorted by address, so if there are multiple `__arraydtor$1234` functions it's possible that they're in reverse order on the right, which would cause them to be paired up incorrectly. To fix this we sort by section index and symbol address after filtering down the list of symbols to ones that have matching names. * Support pairing up symbols for anonymous classes * Disallow exact-name pairups for compiler-generated symbols
Configuration menu - View commit details
-
Copy full SHA for 278683f - Browse repository at this point
Copy the full SHA 278683fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3f4b04 - Browse repository at this point
Copy the full SHA f3f4b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b9bfa - Browse repository at this point
Copy the full SHA c0b9bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67b28b7 - Browse repository at this point
Copy the full SHA 67b28b7View commit details
Commits on Dec 23, 2025
-
Fix non-strings also being escaped when copied (encounter#307)
* Fix non-strings also being escaped when copied * Move copy escape logic into objdiff-core
Configuration menu - View commit details
-
Copy full SHA for 976e629 - Browse repository at this point
Copy the full SHA 976e629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 216dd70 - Browse repository at this point
Copy the full SHA 216dd70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7834185 - Browse repository at this point
Copy the full SHA 7834185View 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 main...main