1
0
mirror of synced 2024-11-14 19:17:42 +01:00
ImHex/external
WerWolv 46ba46ce9d
build/plugins: Added initial support for Rust plugins (#327)
* build: Added initial support for Rust plugins

* github: Install correct rust version

* github: Fixed rustup command

* github: Fix swapped win/linux commands

* github: Install linux rust toolchain on Linux

* github: Add rustup parameters to correct command

* build: libimhex-rust -> hex

* rust-plugins: Disable optimization to export functions correctly

* build: Use cdylib instead of dylib

* build: Fixed rust building and artifact copying

* build: Fixed installing plugins

* build: Fix copying and installing on Windows

* github: Added windows debugging

* github: Use curl instead of wget

* github: Added debug on failure

* github: Update path variable with rust toolchain path

* build/github: Set rust location so cmake can find it

* build: Remove leftovers

* api: Added rust wrappers for the ImHexAPI

* rust: Fixed compile flags with older gcc/clang

* build: Enable concepts for cxx.rs

* build: Explicitly set compiler for cxx.rs

* rust: Added imgui-rs to libimhex-rust

* rust: Export functions with double underscore prefix on mac

* rust: Export functions adjusted for ABI

* Add Rust target folder to gitignore

* Add vendored imgui-rs copy

* Add Context::current() to vendored imgui-rs

* Fix libimhex not exporting cimgui symbols

* Simplify plugin export mangling

* build: Fixed cimgui linking

* build: Only specify --export-all-symbols on Windows

* Add context setting to Rust plugins

* rust: Cleanup

* deps: Update curl

Co-authored-by: jam1garner <8260240+jam1garner@users.noreply.github.com>
2021-10-16 11:37:29 +02:00
..
curl@aceff6088c sys: Fix macOS compilation (as of 2dc1886) (#317) 2021-10-09 23:07:58 +02:00
fmt@d141cdbeb0 sys: Updated curl, libfmt, nativefiledialog and yara to latest version 2021-07-28 13:23:50 +02:00
ImGui build/plugins: Added initial support for Rust plugins (#327) 2021-10-16 11:37:29 +02:00
llvm sys: Implement more functionality into splash screen (#223) 2021-04-18 20:24:42 +02:00
microtar store: Added support for downloading tar'd folders 2021-09-23 22:56:49 +02:00
nativefiledialog@322d1bc2a9 sys: Updated curl, libfmt, nativefiledialog and yara to latest version 2021-07-28 13:23:50 +02:00
nlohmann_json sys: First attempt at reducing build times 2021-08-29 14:18:45 +02:00
xdgpp@f01f810714 sys/build: Properly support per-system metadata file paths (#181) 2021-03-01 08:56:49 +01:00
yara build: Don't copy crypto header but just overwrite includes 2021-09-11 15:10:35 +02:00