index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
formatter
Age
Commit message (
Collapse
)
Author
2025-09-24
Fix line formatting of unicode strings
Josh Ferrell
2025-07-30
[CMake] Specify CONFIGURE_DEPENDS for all file(GLOB ..)
Mark Rowe
This ensures that CMake detects when files that match the glob are added or removed.
2025-07-21
Fix read one past the end of token list in the line formatter
Rusty Wagner
2025-07-08
Add wrapping support for long inline string annotations
Alexander Khosrowshahi
2025-06-25
Update CXX_STANDARD to 20.
Alexander Taylor
Also update minimum CMake version.
2025-05-13
[CMake] Report compatibility with 3.15 to silence deprecation warnings
Glenn Smith
2025-04-01
Fix line formatter handling of calls without arguments and long symbol names
Rusty Wagner
2025-01-24
Add line formatter API and a generic line formatter plugin
Rusty Wagner
2025-01-20
Revert "Add line formatter API and a generic line formatter plugin"
Rusty Wagner
This reverts commit 1699c71999d29d32aba5c9f8fea193a661a4b02b.
2025-01-17
Add line formatter API and a generic line formatter plugin
Rusty Wagner