* feat: Added simple stack trace output
* feat: Added backtrace wrapper
* build: Added libbacktrace include dirs to build
* build: Fixed libbacktrace variables
* build: More backtrace variable fixes
* build: Try to find backtrace include
* build: Get backtrace header from cmake script
* feat: Added backtrace support for execinfo
* feat: Added support for StackWalk on Windows
* remove flatpak
rationale: if we need it again we can always get it back from old commits
* remove double spaces
* remove Fedora rawhide
* remove Windows installer signing
* separate Ubuntu and AppImage builds
* use action for ccache + limit cache size
* remove 'prepare cache' step for Windows
* remove libpython from CI
* fix the restore key for MacOS
* remove Rust from CI
* do not pin appimage-builder version since issue with it has been resolved
* use ccache action for CodeQL
* Rebased onto latest master
Co-authored-by: WerWolv <werwolv98@gmail.com>
* added update information
* upload zsync
* set version of appimage
* release: do not execute steps which needs a token when not provided
* set the appimage output name directly in the recipe file
* add metainfo file in every Linux package
* update metainfo file
* set categories in the metainfo file
* add both .metainfo.xml and .appdata.xml files because it is the old standard still wanted by some things
* actually use WerWolv's repository for AppImage updates
* rename metainfo files
* Typo : appdata and not appinfo
* split screenshots
* Added option to bundle CA
* use bundled CA for AppImage
* Fix bundled CA not working on Linux
* revert change to add null terminated string
* set IMHEX_USE_BUNDLED_CA to ON on Windows
* install deb package in a different folder than AppImage
* added comment for Ubuntu cmake build
* fixed typos
* separate cmake build for deb and appimage
* RUST_PATH doesn't seem to be used on ArchLinux
* renamed jobs
* no objc code on Windows (need confirmation)
* fakeroot strace patchelf for Ubuntu : not needed ?
* try to use some system libraries on Arch
* added comments to scroll to cmake instruction easily
* No ojbC code on Ubuntu
* cmake: use GNUInstallDirs to find install dirs on Linux
* install plugins to lib/imhex/plugins
* fix included files in imhex.spec
* fix the release CI + do not upload x86_64 folder for Fedora
* change rpm names
* added IMHEX_STRIP_RELEASE option to optionally strip releases files (was done all the time before)
* Customize our imhex.spec file (use online building for our Fedora package)
* added IMHEX_PLUGINS_IN_SHARE option for AppImage
* test
* chore: bug report template readability fix
Signed-off-by: Ryan Russell <git@ryanrussell.org>
* refactor(imgui-rs): Doc aliases readability fixes
Signed-off-by: Ryan Russell <git@ryanrussell.org>
* refactor(imgui-rs): Code comment readability
Signed-off-by: Ryan Russell <git@ryanrussell.org>