ImHex/external/ImGui/include
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
..
TextEditor.h Added Plugin support (#102) 2020-12-22 18:10:01 +01:00
cimgui.h build/plugins: Added initial support for Rust plugins (#327) 2021-10-16 11:37:29 +02:00
imconfig.h sys: Update ImGui and ImPlot 2021-08-21 00:51:50 +02:00
imgui.h sys: Update ImGui and ImPlot 2021-08-21 00:51:50 +02:00
imgui_freetype.h sys: Update ImGui and ImPlot 2021-08-21 00:51:50 +02:00
imgui_imhex_extensions.h patterns: Added button to abort evaluation 2021-10-07 11:34:46 +02:00
imgui_impl_glfw.h sys: Update ImGui 2021-08-28 18:40:23 +02:00
imgui_impl_opengl3.h sys: Update ImGui and ImPlot 2021-08-21 00:51:50 +02:00
imgui_impl_opengl3_loader.h sys: Update ImGui and ImPlot 2021-08-21 00:51:50 +02:00
imgui_internal.h sys: Update ImGui and ImPlot 2021-08-21 00:51:50 +02:00
imgui_memory_editor.h ui: Moved hex editor settings to settings menu 2021-09-20 23:40:36 +02:00
imnodes.h nodes: Updated imnodes, added minimap 2021-08-17 13:38:59 +02:00
imnodes_internal.h nodes: Updated imnodes, added minimap 2021-08-17 13:38:59 +02:00
implot.h sys: Update ImGui and ImPlot 2021-08-21 00:51:50 +02:00
implot_internal.h sys: Update ImGui and ImPlot 2021-08-21 00:51:50 +02:00
imstb_rectpack.h sys: Update ImGui and ImPlot 2021-08-21 00:51:50 +02:00
imstb_textedit.h sys: Update ImGui and ImPlot 2021-08-21 00:51:50 +02:00
imstb_truetype.h sys: Update ImGui and ImPlot 2021-08-21 00:51:50 +02:00
stb_image.h ui: Added really fancy splash screen (updater in the future) 2021-04-17 15:46:26 +02:00