Skip to content

Tags: encounter/objdiff

Tags

v3.3.1

Toggle v3.3.1's commit message
Version v3.3.1

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support IDO .mdebug for line numbers (#264)

* Support IDO .mdebug for line numbers

Resolves #179

* Fix wasm build && cargo clippy --fix

* Resolve review comment

v3.2.1

Toggle v3.2.1's commit message
Update test snapshots

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor data diffing & expose WASM API (#256)

* Refactor data diffing & expose WASM API

* Update test snapshots

v3.1.1

Toggle v3.1.1's commit message
Version v3.1.1

v3.1.0

Toggle v3.1.0's commit message
Version v3.1.0

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve automatic symbol pairing for nameless literals (#247)

* Improve automatic symbol pairing for nameless literals

* Fix data reloc diffing when the reloc points to an in-function static symbol

* Only pair up literals that match perfectly

* Clippy

* Do two separate passes when pairing up literals

* Fix partially-matching literal pairups not working right

* Remove duplicate $ splitting code

* Implement $ splitting for section names too

* Minor cleanup

v3.0.0

Toggle v3.0.0's commit message
Change file watcher log message to debug

v3.0.0-beta.14

Toggle v3.0.0-beta.14's commit message
Version v3.0.0-beta.14

v3.0.0-beta.13

Toggle v3.0.0-beta.13's commit message
Use deprecated egui::menu as temp workaround

egui 0.32 refactored menus, and now having a
ComboBox within the menu does not work properly.
Temporarily use the deprecated menu instead.