summaryrefslogtreecommitdiff
path: root/plugins/warp/src/plugin
AgeCommit message (Collapse)Author
2024-12-14WARP: Run `cargo clippy`Mason Reed
2024-12-14WARP: Run `cargo fmt`Mason Reed
2024-12-13WARP: User friendly file pickerMason Reed
Instead of using the interaction api or text input just use a rust crate to manage the file picker dialog
2024-12-11WARP: Run `cargo fmt`Mason Reed
2024-12-11WARP: Add ability to save single function to fileMason Reed
This command will update or create a signature file with the selected function
2024-12-01WARP: Prune useless functions and display progress in background taskMason Reed
Also bumps WARP so that loading of extremely large signature files can occur
2024-11-12WARP: Run `cargo fmt`Mason Reed
2024-11-11WARP: Lazily include types for created signaturesMason Reed
Signatures created using the command now do not include all types in the view
2024-11-08WARP: Fix matcher workflow generating a large number of anonymous undo actionsMason Reed
2024-11-08WARP: Misc clippy lintsMason Reed
2024-11-08WARP: Add manual file loading and initial user settingsMason Reed
Also just some general cleanup in the matcher
2024-11-08WARP: Misc changesMason Reed
2024-11-08WARP: Remove unneeded ref in type conversionMason Reed
2024-11-08WARP: Find command shouldn't generate new GUID'sMason Reed
2024-11-04WARP: Move workflows from `analysis.plugins.warp` to `analysis.warp`Mason Reed
Fixes the weird coalesced setting entry
2024-11-04WARP: Misc formatting and remove useless apply commandMason Reed
2024-11-04WARP: Fix analysis updates not being correctly markedMason Reed
We are running at the end of analysis now so we must invoke reanalysis
2024-11-03WARP: Cleanup find from function guid commandMason Reed
2024-10-30WARP: Only run matcher workflow onceMason Reed
This fixes the matcher constantly being invoked.
2024-10-30WARP: Add more debug commands and manually invoke the matcherMason Reed
2024-10-28Refactor WARP to use a module workflow for matchingMason Reed
Also flush caches on view destruction and improve performance
2024-10-24WARP: Handle no default architecture gracefully when loading typesMason Reed
2024-10-24Make WARP function guid generation infallibleMason Reed
2024-10-24Add WARP integrationMason Reed
https://github.com/Vector35/warp/