1
0
mirror of synced 2024-12-12 07:51:05 +01:00
ImHex/plugins/libimhex/include/hex/pattern_language
Kuruyia 72ec6baf79
sys: Fix macOS compilation (as of 2dc1886) (#317)
* sys: Updated curl to latest version

* sys: Fix macOS compilation

* ui: Fix splash screen OpenGL init for macOS

* sys: Fix std::min compile errors

* git: Re-enabled macos workflow

* sys: Remove includes of the range library

* build: Find OpenGL using CMake

* sys/build: Fix bundled plugins on macOS

* build: Copy plugins to bundle when creating a bundle

* build: Fixup bundled plugins

* sys: Search for plugins in the bundle instead of in Application Support

* sys: Allow resources to be placed in multiple directories on macOS

* build: Output built plugins to the plugins/ directory when not creating a bundle on macOS

* sys: Fix Application Support paths on macOS

* sys: Define ftruncate64 on macOS

* sys: Fix absolute value computation for std::string::at on macOS

Co-authored-by: WerWolv <werwolv98@gmail.com>
2021-10-09 23:07:58 +02:00
..
ast_node_base.hpp patterns: Rewrite evaluation engine (#306) 2021-09-21 21:29:18 +02:00
ast_node.hpp sys: Fix macOS compilation (as of 2dc1886) (#317) 2021-10-09 23:07:58 +02:00
evaluator.hpp patterns: Added button to abort evaluation 2021-10-07 11:34:46 +02:00
lexer.hpp sys: Tons of long overdue cleanup 2021-09-08 15:18:24 +02:00
log_console.hpp patterns: Rewrite evaluation engine (#306) 2021-09-21 21:29:18 +02:00
parser.hpp patterns: Unified expression body parsing 2021-09-26 18:27:18 +02:00
pattern_data.hpp patterns: Fixed wrong offsets when passing custom types to functions 2021-10-08 21:39:30 +02:00
pattern_language.hpp patterns: Added button to abort evaluation 2021-10-07 11:34:46 +02:00
preprocessor.hpp sys: Tons of long overdue cleanup 2021-09-08 15:18:24 +02:00
token.hpp patterns: Allow str to be used in function bodies 2021-10-04 20:26:34 +02:00
validator.hpp sys: Tons of long overdue cleanup 2021-09-08 15:18:24 +02:00