From 8f5997797f2a5249ae2dbd2500bc60f739c2926c Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Thu, 2 Jan 2025 21:25:55 +0900 Subject: [PATCH] editors/imhex: Update to 1.36.2 - editors/imhex port is updated to the latest version. FreeBSD 13.3 came to EOL, and there is no need to keep the old version of ImHex due to the build issue caused by the old LLVM in the base system. - The dependency on security/mbedtls is changed to security/mbedtls3 and the DEPRECATED mark is removed. - editors/imhex-current port is removed because it is no longer needed. --- MOVED | 1 + editors/Makefile | 1 - editors/imhex-current/Makefile | 154 -- editors/imhex-current/distinfo | 37 - .../files/patch-cmake_build__helpers.cmake | 28 - editors/imhex-current/pkg-descr | 14 - editors/imhex-current/pkg-plist | 1441 ----------------- editors/imhex/Makefile | 121 +- editors/imhex/distinfo | 56 +- ...l_libwolv_libs_io_include_wolv_io_file.hpp | 10 - ...mhex_include_hex_api_content__registry.hpp | 10 - ...atch-lib_libimhex_include_hex_api_task.hpp | 18 - ...ndows_include_views_view__tty__console.hpp | 10 - editors/imhex/files/patch-CMakeLists.txt | 11 - .../files/patch-cmake_build__helpers.cmake | 30 +- ...bwolv_libs_hash_include_wolv_hash_uuid.hpp | 21 - ...xternal_libwolv_libs_io_source_io_file.cpp | 61 - ...l_libwolv_libs_io_source_io_file__unix.cpp | 12 +- ..._external_libwolv_libs_io_source_io_fs.cpp | 11 - ...bwolv_libs_net_include_wolv_net_common.hpp | 11 - ...ernal_pattern__language_lib_CMakeLists.txt | 11 - ...uage_lib_include_pl_core_ast_ast__node.hpp | 15 - ...pl_core_ast_ast__node__bitfield__field.hpp | 10 - ...n__language_lib_include_pl_core_parser.hpp | 38 - ...rn__language_lib_include_pl_core_token.hpp | 20 - ..._language_lib_source_pl_lib_std_string.cpp | 11 - .../files/patch-lib_libimhex_CMakeLists.txt | 8 - ...imhex_include_hex_data__processor_node.hpp | 10 - ...b_libimhex_include_hex_helpers_patches.hpp | 26 - ...tch-lib_libimhex_source_api_imhex__api.cpp | 19 - .../patch-lib_libimhex_source_helpers_fs.cpp | 27 - ...ch-lib_libimhex_source_helpers_patches.cpp | 126 -- ...lib_libimhex_source_helpers_stacktrace.cpp | 11 - ..._third__party_jthread_includes_jthread.hpp | 4 +- editors/imhex/files/patch-main_CMakeLists.txt | 11 - ...patch-main_source_window_linux__window.cpp | 38 - .../files/patch-main_source_window_window.cpp | 11 - .../files/patch-main_updater_CMakeLists.txt | 0 ...de_content_views_view__pattern__editor.hpp | 19 - ...rce_content_command__palette__commands.cpp | 11 - ...builtin_source_content_data__inspector.cpp | 20 - ...source_content_helpers_math__evaluator.cpp | 15 - ...builtin_source_content_pl__visualizers.cpp | 31 - ...ource_content_providers_disk__provider.cpp | 11 - ..._builtin_source_content_tools__entries.cpp | 25 - ...uiltin_source_content_views_view__find.cpp | 20 - ...source_content_views_view__hex__editor.cpp | 11 - ...ce_content_views_view__pattern__editor.cpp | 32 - ...gins_builtin_source_ui_pattern__drawer.cpp | 12 - editors/imhex/pkg-plist | 1330 ++++++++++++++- 50 files changed, 1462 insertions(+), 2529 deletions(-) delete mode 100644 editors/imhex-current/Makefile delete mode 100644 editors/imhex-current/distinfo delete mode 100644 editors/imhex-current/files/patch-cmake_build__helpers.cmake delete mode 100644 editors/imhex-current/pkg-descr delete mode 100644 editors/imhex-current/pkg-plist delete mode 100644 editors/imhex/files/extra-patch-lib_external_libwolv_libs_io_include_wolv_io_file.hpp delete mode 100644 editors/imhex/files/extra-patch-lib_libimhex_include_hex_api_content__registry.hpp delete mode 100644 editors/imhex/files/extra-patch-lib_libimhex_include_hex_api_task.hpp delete mode 100644 editors/imhex/files/extra-patch-plugins_windows_include_views_view__tty__console.hpp delete mode 100644 editors/imhex/files/patch-CMakeLists.txt delete mode 100644 editors/imhex/files/patch-lib_external_libwolv_libs_hash_include_wolv_hash_uuid.hpp delete mode 100644 editors/imhex/files/patch-lib_external_libwolv_libs_io_source_io_file.cpp rename editors/{imhex-current => imhex}/files/patch-lib_external_libwolv_libs_io_source_io_file__unix.cpp (82%) delete mode 100644 editors/imhex/files/patch-lib_external_libwolv_libs_io_source_io_fs.cpp delete mode 100644 editors/imhex/files/patch-lib_external_libwolv_libs_net_include_wolv_net_common.hpp delete mode 100644 editors/imhex/files/patch-lib_external_pattern__language_lib_CMakeLists.txt delete mode 100644 editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_ast_ast__node.hpp delete mode 100644 editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_ast_ast__node__bitfield__field.hpp delete mode 100644 editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_parser.hpp delete mode 100644 editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_token.hpp delete mode 100644 editors/imhex/files/patch-lib_external_pattern__language_lib_source_pl_lib_std_string.cpp delete mode 100644 editors/imhex/files/patch-lib_libimhex_CMakeLists.txt delete mode 100644 editors/imhex/files/patch-lib_libimhex_include_hex_data__processor_node.hpp delete mode 100644 editors/imhex/files/patch-lib_libimhex_include_hex_helpers_patches.hpp delete mode 100644 editors/imhex/files/patch-lib_libimhex_source_api_imhex__api.cpp delete mode 100644 editors/imhex/files/patch-lib_libimhex_source_helpers_fs.cpp delete mode 100644 editors/imhex/files/patch-lib_libimhex_source_helpers_patches.cpp delete mode 100644 editors/imhex/files/patch-lib_libimhex_source_helpers_stacktrace.cpp rename editors/{imhex-current => imhex}/files/patch-lib_third__party_jthread_includes_jthread.hpp (75%) delete mode 100644 editors/imhex/files/patch-main_CMakeLists.txt delete mode 100644 editors/imhex/files/patch-main_source_window_linux__window.cpp delete mode 100644 editors/imhex/files/patch-main_source_window_window.cpp rename editors/{imhex-current => imhex}/files/patch-main_updater_CMakeLists.txt (100%) delete mode 100644 editors/imhex/files/patch-plugins_builtin_include_content_views_view__pattern__editor.hpp delete mode 100644 editors/imhex/files/patch-plugins_builtin_source_content_command__palette__commands.cpp delete mode 100644 editors/imhex/files/patch-plugins_builtin_source_content_data__inspector.cpp delete mode 100644 editors/imhex/files/patch-plugins_builtin_source_content_helpers_math__evaluator.cpp delete mode 100644 editors/imhex/files/patch-plugins_builtin_source_content_pl__visualizers.cpp delete mode 100644 editors/imhex/files/patch-plugins_builtin_source_content_providers_disk__provider.cpp delete mode 100644 editors/imhex/files/patch-plugins_builtin_source_content_tools__entries.cpp delete mode 100644 editors/imhex/files/patch-plugins_builtin_source_content_views_view__find.cpp delete mode 100644 editors/imhex/files/patch-plugins_builtin_source_content_views_view__hex__editor.cpp delete mode 100644 editors/imhex/files/patch-plugins_builtin_source_content_views_view__pattern__editor.cpp delete mode 100644 editors/imhex/files/patch-plugins_builtin_source_ui_pattern__drawer.cpp diff --git a/MOVED b/MOVED index a1549c68d83b..b9f2a8fa2c16 100644 --- a/MOVED +++ b/MOVED @@ -3854,3 +3854,4 @@ comms/libconcord||2025-01-01|Has expired: Logitech Harmony were officially disco japanese/onew||2025-01-01|Has expired: Unfetchabled and listed BROKEN for over year lang/twelf||2025-01-01|Has expired: Dead upstream and fails to build devel/py-codecov||2025-01-01|Has expired: Deprecated by upstream. On February 1, 2022 this uploader will be completely deprecated and will no longer be able to upload coverage to Codecov +editors/imhex-current||2025-01-02||Replaced with editors/imhex diff --git a/editors/Makefile b/editors/Makefile index 59aec6ccf75e..90bec548fc4f 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -65,7 +65,6 @@ SUBDIR += hnb SUBDIR += hte SUBDIR += imhex - SUBDIR += imhex-current SUBDIR += jed SUBDIR += jedit SUBDIR += joe diff --git a/editors/imhex-current/Makefile b/editors/imhex-current/Makefile deleted file mode 100644 index d25545914688..000000000000 --- a/editors/imhex-current/Makefile +++ /dev/null @@ -1,154 +0,0 @@ -PORTNAME= imhex -PORTVERSION= 1.35.4 -DISTVERSIONPREFIX= v -CATEGORIES= editors -MASTER_SITES= https://git.sr.ht/~danyspin97/xdgpp/blob/f01f810714443d0f10c333d4d1d9c0383be41375/:xdg \ - https://gitlab.com/EvelynTSMG/imhex-bastion-pats/-/archive/${GL_TAG_IMHEX_BASTION_PATS}/:bastion \ - https://gitlab.com/EvelynTSMG/imhex-ffx-pats/-/archive/${GL_TAG_IMHEX_FFX_PATS}/:ffx -PKGNAMESUFFIX= -current -DISTFILES= xdg.hpp:xdg \ - imhex-bastion-pats-${GL_TAG_IMHEX_BASTION_PATS}.tar.bz2:bastion \ - imhex-ffx-pats-${GL_TAG_IMHEX_FFX_PATS}.tar.bz2:ffx -DIST_SUBDIR= imhex - -MAINTAINER= nobutaka@FreeBSD.org -COMMENT= Hex editor for reverse engineers and programmers (current version) -WWW= https://github.com/WerWolv/ImHex - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expired security/mbedtls -EXPIRATION_DATE=2025-03-31 - -NOT_FOR_ARCHS= i386 powerpc -NOT_FOR_ARCHS_REASON= __uint128_t and __int128_t are not supported -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ - btzy-nativefiledialog-extended-${GH_TAG_NATIVEFILEDIALOG}_GH0${EXTRACT_SUFX} \ - capstone-engine-capstone-${GH_TAG_CAPSTONE}_GH0${EXTRACT_SUFX} \ - CLIUtils-CLI11-${GH_TAG_CLI11}_GH0${EXTRACT_SUFX} \ - Martinsos-edlib-${GH_TAG_EDLIB}_GH0${EXTRACT_SUFX} \ - fmtlib-fmt-${GH_TAG_FMT}_GH0${EXTRACT_SUFX} \ - josuttis-jthread-${GH_TAG_JTHREAD}_GH0${EXTRACT_SUFX} \ - rockdreamer-throwing_ptr-${GH_TAG_THROWING_PTR}_GH0${EXTRACT_SUFX} \ - sammycage-lunasvg-${GH_TAG_LUNASVG}_GH0${EXTRACT_SUFX} \ - VirusTotal-yara-${GH_TAG_YARA}_GH0${EXTRACT_SUFX} \ - WerWolv-HashLibPlus-${GH_TAG_HASHLIBPLUS}_GH0${EXTRACT_SUFX} \ - WerWolv-ImHex-Patterns-${GH_TAG_IMHEX_PATTERNS}_GH0${EXTRACT_SUFX} \ - WerWolv-PatternLanguage-${GH_TAG_PATTERN_LANGUAGE}_GH0${EXTRACT_SUFX} \ - WerWolv-libromfs-${GH_TAG_LIBROMFS}_GH0${EXTRACT_SUFX} \ - WerWolv-libwolv-${GH_TAG_LIBWOLV}_GH0${EXTRACT_SUFX} \ - imhex-bastion-pats-${GL_TAG_IMHEX_BASTION_PATS}.tar.bz2 \ - imhex-ffx-pats-${GL_TAG_IMHEX_FFX_PATS}.tar.bz2 - -BUILD_DEPENDS= glm>0:math/glm -LIB_DEPENDS= libcurl.so:ftp/curl \ - libglfw.so:graphics/glfw \ - libfreetype.so:print/freetype2 \ - libharfbuzz.so:print/harfbuzz \ - libinotify.so:devel/libinotify \ - libmbedtls.so:security/mbedtls \ - libzstd.so:archivers/zstd - -USES= cmake desktop-file-utils gl gnome pkgconfig python xorg -USE_GL= gl glu opengl -USE_GNOME= cairo gdkpixbuf2 gtk30 -USE_XORG= x11 xcb xau xdmcp -USE_GITHUB= yes - -CONFLICTS_INSTALL= imhex-1.30.* - -GH_ACCOUNT= WerWolv -GH_PROJECT= ImHex -GH_TUPLE= btzy:nativefiledialog-extended:${GH_TAG_NATIVEFILEDIALOG}:nativefiledialog \ - capstone-engine:capstone:${GH_TAG_CAPSTONE}:capstone \ - CLIUtils:CLI11:${GH_TAG_CLI11}:cli11 \ - Martinsos:edlib:${GH_TAG_EDLIB}:edlib \ - fmtlib:fmt:${GH_TAG_FMT}:fmt \ - josuttis:jthread:${GH_TAG_JTHREAD}:jthread \ - rockdreamer:throwing_ptr:${GH_TAG_THROWING_PTR}:throwing_ptr \ - sammycage:lunasvg:${GH_TAG_LUNASVG}:lunasvg \ - VirusTotal:yara:${GH_TAG_YARA}:yara \ - WerWolv:HashLibPlus:${GH_TAG_HASHLIBPLUS}:hashlibplus \ - WerWolv:ImHex-Patterns:${GH_TAG_IMHEX_PATTERNS}:imhex_patterns \ - WerWolv:PatternLanguage:${GH_TAG_PATTERN_LANGUAGE}:pattern_language \ - WerWolv:libromfs:${GH_TAG_LIBROMFS}:libromfs \ - WerWolv:libwolv:${GH_TAG_LIBWOLV}:libwolv \ - -GH_TAG_CAPSTONE= 097c04d -GH_TAG_CLI11= 6c7b07a -GH_TAG_EDLIB= 931be2b -GH_TAG_FMT= 0041a40 -GH_TAG_HASHLIBPLUS= 1823dd1 -GH_TAG_IMHEX_PATTERNS= ImHex-v1.35.4 -GH_TAG_JTHREAD= 0fa8d39 -GH_TAG_LIBROMFS= 03adcfd -GH_TAG_LIBWOLV= 0e3ba3a -GH_TAG_LUNASVG= 17b595a -GH_TAG_NATIVEFILEDIALOG= c099aae -GH_TAG_PATTERN_LANGUAGE= ImHex-v1.35.4 -GH_TAG_THROWING_PTR= cd28490 -GH_TAG_YARA= 0e5b6bb - -GL_TAG_IMHEX_BASTION_PATS= e6deed4 -GL_TAG_IMHEX_FFX_PATS= 199879e - -CFLAGS+= -I${LOCALBASE}/include -CXXFLAGS+= -I${LOCALBASE}/include - -CMAKE_ARGS= -DUSE_SYSTEM_CURL=ON -DUSE_SYSTEM_NLOHMANN_JSON=OFF \ - -DIMHEX_STRIP_RELEASE=OFF -DIMHEX_PLUGINS_IN_SHARE=ON \ - -DIMHEX_OFFLINE_BUILD=ON -DIMHEX_USE_GTK_FILE_PICKER=ON \ - -DIMHEX_IGNORE_BAD_CLONE=ON -DIMHEX_IGNORE_BAD_COMPILER=ON - -PORTDOCS= README.md - -OPTIONS_DEFINE= DOCS NLS -NLS_USES= gettext - -.include - -# Before LLVM 17 import into the base system -.if (${OSREL:R} == 15 && ${OSVERSION} < 1500006) -IGNORE= requires libc++ of LLVM 17 on the base system -.endif - -# After LLVM 18 import into the base system -.if ((${OSREL:R} == 15 && ${OSVERSION} >= 1500018) \ - || (${OSREL:R} == 14 && ${OSVERSION} >= 1400511) \ - || (${OSREL:R} == 13 && ${OSVERSION} >= 1303503)) -CXXFLAGS+= -fexperimental-library -D_LIBCPP_ENABLE_EXPERIMENTAL -.endif - -post-extract: - ${CP} -R ${WRKSRC_libromfs}/* ${WRKSRC}/lib/external/libromfs - ${CP} -R ${WRKSRC_libwolv}/* ${WRKSRC}/lib/external/libwolv - ${CP} -R ${WRKSRC_pattern_language}/* ${WRKSRC}/lib/external/pattern_language - ${CP} -R ${WRKSRC_cli11}/* ${WRKSRC}/lib/external/pattern_language/external/cli11 - ${CP} -R ${WRKSRC_fmt}/* ${WRKSRC}/lib/external/pattern_language/external/fmt - ${CP} -R ${WRKSRC_throwing_ptr}/* ${WRKSRC}/lib/external/pattern_language/external/throwing_ptr - ${CP} ${DISTDIR}/${DIST_SUBDIR}/xdg.hpp ${WRKSRC}/lib/third_party/xdgpp - ${CP} -R ${WRKSRC_capstone}/* ${WRKSRC}/lib/third_party/capstone - ${CP} -R ${WRKSRC_edlib}/* ${WRKSRC}/lib/third_party/edlib - ${CP} -R ${WRKSRC_fmt}/* ${WRKSRC}/lib/third_party/fmt - ${CP} -R ${WRKSRC_hashlibplus}/* ${WRKSRC}/lib/third_party/HashLibPlus - ${CP} -R ${WRKSRC_lunasvg}/* ${WRKSRC}/lib/third_party/lunasvg - ${CP} -R ${WRKSRC_nativefiledialog}/* ${WRKSRC}/lib/third_party/nativefiledialog - ${CP} -R ${WRKSRC_yara}/* ${WRKSRC}/lib/third_party/yara/yara - ${MKDIR} ${WRKDIR}/.build/_deps/imhex_patterns_src - ${CP} -R ${WRKSRC_imhex_patterns}/* ${WRKDIR}/.build/_deps/imhex_patterns_src - ${CP} -R ${WRKDIR}/imhex-bastion-pats-${GL_TAG_IMHEX_BASTION_PATS}/* ${WRKDIR}/.build/_deps/imhex_patterns_src/patterns/bastion - ${CP} -R ${WRKDIR}/imhex-ffx-pats-${GL_TAG_IMHEX_FFX_PATS}/* ${WRKDIR}/.build/_deps/imhex_patterns_src/patterns/ffx -# Before LLVM 18 import into the base system -.if ${OSREL:R} == 15 && ${OSVERSION} < 1500018 - ${CP} -R ${WRKSRC_jthread}/* ${WRKSRC}/lib/third_party/jthread -.endif - -post-patch: - ${CP} -R ${WRKSRC}/lib/external/libwolv/* ${WRKSRC}/lib/external/pattern_language/external/libwolv - -post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - -.include diff --git a/editors/imhex-current/distinfo b/editors/imhex-current/distinfo deleted file mode 100644 index 93c765dcebfe..000000000000 --- a/editors/imhex-current/distinfo +++ /dev/null @@ -1,37 +0,0 @@ -TIMESTAMP = 1720865428 -SHA256 (imhex/xdg.hpp) = 2e08ce74adb71ff9b9aa9e1c999733fccd4b00967b9cf0c0e51dbf049392a9ec -SIZE (imhex/xdg.hpp) = 7674 -SHA256 (imhex/imhex-bastion-pats-e6deed4.tar.bz2) = 841fe3fbaeb793dd1cab9f8f89221fb0458d50e0c3ebe304bc2f8da848a9857b -SIZE (imhex/imhex-bastion-pats-e6deed4.tar.bz2) = 3082 -SHA256 (imhex/imhex-ffx-pats-199879e.tar.bz2) = 5aae96da3a37178edb66d9a9d414682a7409720d411bbc61490b63478313dd8c -SIZE (imhex/imhex-ffx-pats-199879e.tar.bz2) = 14884 -SHA256 (imhex/WerWolv-ImHex-v1.35.4_GH0.tar.gz) = a768520d5acc2463da2b0153aeacfd73993923862949b3cd82dd463e948c4637 -SIZE (imhex/WerWolv-ImHex-v1.35.4_GH0.tar.gz) = 9741848 -SHA256 (imhex/btzy-nativefiledialog-extended-c099aae_GH0.tar.gz) = f1bca117f3c81dd38a67ad38056c4cc44be24da4bca5a2ac368906d99822b183 -SIZE (imhex/btzy-nativefiledialog-extended-c099aae_GH0.tar.gz) = 426282 -SHA256 (imhex/capstone-engine-capstone-097c04d_GH0.tar.gz) = b45d16ee7f0dc68b818a1f44005953f89f728736ef20beca4a7dd19d8a91056e -SIZE (imhex/capstone-engine-capstone-097c04d_GH0.tar.gz) = 7653892 -SHA256 (imhex/CLIUtils-CLI11-6c7b07a_GH0.tar.gz) = a960d8d7ffec091d8ab129d64d2f80f2f5a95bb96bc086cbe0dd7897263d4a8b -SIZE (imhex/CLIUtils-CLI11-6c7b07a_GH0.tar.gz) = 343518 -SHA256 (imhex/Martinsos-edlib-931be2b_GH0.tar.gz) = a854584bf06ac11d4166caea8112f0f188df3d7c86fc82d145ab50a2d16c84a8 -SIZE (imhex/Martinsos-edlib-931be2b_GH0.tar.gz) = 4319124 -SHA256 (imhex/fmtlib-fmt-0041a40_GH0.tar.gz) = a75dfc25d564638710009c3ef17e76e9c122f9cc56ffd22238059592753dc40f -SIZE (imhex/fmtlib-fmt-0041a40_GH0.tar.gz) = 698204 -SHA256 (imhex/josuttis-jthread-0fa8d39_GH0.tar.gz) = ccd9c871dc2da9611e6d0cba5fc859cec9b233541be7501e5cef9eaa367e1280 -SIZE (imhex/josuttis-jthread-0fa8d39_GH0.tar.gz) = 4450456 -SHA256 (imhex/rockdreamer-throwing_ptr-cd28490_GH0.tar.gz) = acd6dd35d6f588d8fc036edb205e5abc577998be5481afcda7f24f80bd23451d -SIZE (imhex/rockdreamer-throwing_ptr-cd28490_GH0.tar.gz) = 60612 -SHA256 (imhex/sammycage-lunasvg-17b595a_GH0.tar.gz) = 9395dcbf07e3ac4f1186008c49cbb2e5ebd3bdf91242bf3089ea1d7bf88cade1 -SIZE (imhex/sammycage-lunasvg-17b595a_GH0.tar.gz) = 135795 -SHA256 (imhex/VirusTotal-yara-0e5b6bb_GH0.tar.gz) = 1e4fb28aa0d4c713a394e605729d893906500c16528cf5f8cccc9b2af3054467 -SIZE (imhex/VirusTotal-yara-0e5b6bb_GH0.tar.gz) = 2207527 -SHA256 (imhex/WerWolv-HashLibPlus-1823dd1_GH0.tar.gz) = 885567a954b40421ab437fe7daa7bf9a09d87e76eed53ee2dd1c76e3ee90e8fb -SIZE (imhex/WerWolv-HashLibPlus-1823dd1_GH0.tar.gz) = 1200573 -SHA256 (imhex/WerWolv-ImHex-Patterns-ImHex-v1.35.4_GH0.tar.gz) = 10df85b64b4c14945e43ad14b3ff95cda9ba23e47f4559b5429c2dc733fe23ed -SIZE (imhex/WerWolv-ImHex-Patterns-ImHex-v1.35.4_GH0.tar.gz) = 8212739 -SHA256 (imhex/WerWolv-PatternLanguage-ImHex-v1.35.4_GH0.tar.gz) = b34d40966c37262a418bdae4a95f5ff768c322fa1609bc35d24a34a62358a533 -SIZE (imhex/WerWolv-PatternLanguage-ImHex-v1.35.4_GH0.tar.gz) = 539032 -SHA256 (imhex/WerWolv-libromfs-03adcfd_GH0.tar.gz) = a4a3612595eec04f29de86213a1feee92d369e973f7c4aa25b1274e5c134dc9e -SIZE (imhex/WerWolv-libromfs-03adcfd_GH0.tar.gz) = 5174 -SHA256 (imhex/WerWolv-libwolv-0e3ba3a_GH0.tar.gz) = 6e70ff29c92bdbf97a48b620fca5c2eeab7bf52f463b70cd7c37d49ce0e65333 -SIZE (imhex/WerWolv-libwolv-0e3ba3a_GH0.tar.gz) = 42435 diff --git a/editors/imhex-current/files/patch-cmake_build__helpers.cmake b/editors/imhex-current/files/patch-cmake_build__helpers.cmake deleted file mode 100644 index c0515f0b87df..000000000000 --- a/editors/imhex-current/files/patch-cmake_build__helpers.cmake +++ /dev/null @@ -1,28 +0,0 @@ ---- cmake/build_helpers.cmake.orig 2024-06-03 20:22:33 UTC -+++ cmake/build_helpers.cmake -@@ -496,7 +496,11 @@ function(downloadImHexPatternsFiles dest) - - # Maybe patterns are cloned to a subdirectory - if (NOT EXISTS ${imhex_patterns_SOURCE_DIR}) -- set(imhex_patterns_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ImHex-Patterns") -+ if (BSD AND BSD STREQUAL "FreeBSD") -+ set(imhex_patterns_SOURCE_DIR "${CMAKE_BINARY_DIR}/_deps/imhex_patterns_src") -+ else() -+ set(imhex_patterns_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ImHex-Patterns") -+ endif() - endif() - - # Or a sibling directory -@@ -525,7 +529,11 @@ function(downloadImHexPatternsFiles dest) - else() - set(PATTERNS_FOLDERS_TO_INSTALL constants encodings includes patterns magic nodes) - foreach (FOLDER ${PATTERNS_FOLDERS_TO_INSTALL}) -- install(DIRECTORY "${imhex_patterns_SOURCE_DIR}/${FOLDER}" DESTINATION "${dest}" PATTERN "**/_schema.json" EXCLUDE) -+ if (BSD AND BSD STREQUAL "FreeBSD") -+ install(DIRECTORY "${imhex_patterns_SOURCE_DIR}/${FOLDER}" DESTINATION "share/imhex/" PATTERN "**/_schema.json" EXCLUDE) -+ else() -+ install(DIRECTORY "${imhex_patterns_SOURCE_DIR}/${FOLDER}" DESTINATION "${dest}" PATTERN "**/_schema.json" EXCLUDE) -+ endif() - endforeach () - endif () - diff --git a/editors/imhex-current/pkg-descr b/editors/imhex-current/pkg-descr deleted file mode 100644 index fa9ce2ceaa02..000000000000 --- a/editors/imhex-current/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -ImHex is a hex editor for reverse engineers, programmers and people that value -their eye sight when working at 3 AM. - -ImHex has many features including the following: -- Byte patching -- String and hex search -- Colorful highlighting -- Custom C++-like pattern language for parsing highlighting a file's content -- Data inspector allowing interpretation of data as many different types - (little and big endian) -- File hashing support -- Disassembler supporting many different architectures -- Bookmarks -- Data Analyzer diff --git a/editors/imhex-current/pkg-plist b/editors/imhex-current/pkg-plist deleted file mode 100644 index e6af4ab3bb9b..000000000000 --- a/editors/imhex-current/pkg-plist +++ /dev/null @@ -1,1441 +0,0 @@ -bin/imhex -bin/imhex-updater -lib/libimhex.so -lib/libimhex.so.1.35.4 -share/applications/imhex.desktop -%%DATADIR%%/constants/crc16.json -%%DATADIR%%/constants/crc32.json -%%DATADIR%%/constants/http_status.json -%%DATADIR%%/constants/linux_errors.json -%%DATADIR%%/encodings/arabic_iso.tbl -%%DATADIR%%/encodings/arabic_windows.tbl -%%DATADIR%%/encodings/ascii.tbl -%%DATADIR%%/encodings/ascii_ansi.tbl -%%DATADIR%%/encodings/ascii_oem.tbl -%%DATADIR%%/encodings/baltic_iso.tbl -%%DATADIR%%/encodings/baltic_windows.tbl -%%DATADIR%%/encodings/big5.tbl -%%DATADIR%%/encodings/cyrillic_cp866.tbl -%%DATADIR%%/encodings/cyrillic_iso.tbl -%%DATADIR%%/encodings/cyrillic_koi8_r.tbl -%%DATADIR%%/encodings/cyrillic_koi8_u.tbl -%%DATADIR%%/encodings/cyrillic_windows.tbl -%%DATADIR%%/encodings/eastern_europe_iso.tbl -%%DATADIR%%/encodings/eastern_europe_windows.tbl -%%DATADIR%%/encodings/ebcdic.tbl -%%DATADIR%%/encodings/euc_jp.tbl -%%DATADIR%%/encodings/euc_kr.tbl -%%DATADIR%%/encodings/greek_iso.tbl -%%DATADIR%%/encodings/greek_windows.tbl -%%DATADIR%%/encodings/hebrew_iso.tbl -%%DATADIR%%/encodings/hebrew_windows.tbl -%%DATADIR%%/encodings/iso_646.tbl -%%DATADIR%%/encodings/iso_6937.tbl -%%DATADIR%%/encodings/jis_x_0201.tbl -%%DATADIR%%/encodings/jis_x_0211.tbl -%%DATADIR%%/encodings/jis_x_0213.tbl -%%DATADIR%%/encodings/macintosh.tbl -%%DATADIR%%/encodings/ms932.tbl -%%DATADIR%%/encodings/pokegen1_en.tbl -%%DATADIR%%/encodings/pokegen3_en.tbl -%%DATADIR%%/encodings/shiftjis.tbl -%%DATADIR%%/encodings/thai.tbl -%%DATADIR%%/encodings/turkish_iso.tbl -%%DATADIR%%/encodings/turkish_windows.tbl -%%DATADIR%%/encodings/utf8.tbl -%%DATADIR%%/encodings/vietnamese.tbl -%%DATADIR%%/includes/hex/core.pat -%%DATADIR%%/includes/hex/dec.pat -%%DATADIR%%/includes/hex/http.pat -%%DATADIR%%/includes/hex/impl/imhex_check.pat -%%DATADIR%%/includes/hex/provider.pat -%%DATADIR%%/includes/hex/type/mangled.pat -%%DATADIR%%/includes/std/array.pat -%%DATADIR%%/includes/std/bit.pat -%%DATADIR%%/includes/std/core.pat -%%DATADIR%%/includes/std/ctype.pat -%%DATADIR%%/includes/std/file.pat -%%DATADIR%%/includes/std/fxpt.pat -%%DATADIR%%/includes/std/hash.pat -%%DATADIR%%/includes/std/io.pat -%%DATADIR%%/includes/std/limits.pat -%%DATADIR%%/includes/std/math.pat -%%DATADIR%%/includes/std/mem.pat -%%DATADIR%%/includes/std/ptr.pat -%%DATADIR%%/includes/std/random.pat -%%DATADIR%%/includes/std/string.pat -%%DATADIR%%/includes/std/sys.pat -%%DATADIR%%/includes/std/time.pat -%%DATADIR%%/includes/type/base.pat -%%DATADIR%%/includes/type/base64.pat -%%DATADIR%%/includes/type/bcd.pat -%%DATADIR%%/includes/type/byte.pat -%%DATADIR%%/includes/type/color.pat -%%DATADIR%%/includes/type/float16.pat -%%DATADIR%%/includes/type/fmt.pat -%%DATADIR%%/includes/type/guid.pat -%%DATADIR%%/includes/type/ip.pat -%%DATADIR%%/includes/type/leb128.pat -%%DATADIR%%/includes/type/mac.pat -%%DATADIR%%/includes/type/magic.pat -%%DATADIR%%/includes/type/path.pat -%%DATADIR%%/includes/type/size.pat -%%DATADIR%%/includes/type/time.pat -%%DATADIR%%/includes/type/types/010.pat -%%DATADIR%%/includes/type/types/c.pat -%%DATADIR%%/includes/type/types/linux.pat -%%DATADIR%%/includes/type/types/rust.pat -%%DATADIR%%/includes/type/types/win32.pat -%%DATADIR%%/magic/nintendo_switch_magic -%%DATADIR%%/magic/portable_executable_magic -%%DATADIR%%/nodes/caesar.hexnode -%%DATADIR%%/nodes/xor.hexnode -%%DATADIR%%/patterns/3ds.hexpat -%%DATADIR%%/patterns/7z.hexpat -%%DATADIR%%/patterns/Crashlvl.hexpat -%%DATADIR%%/patterns/adts.hexpat -%%DATADIR%%/patterns/afe2.hexpat -%%DATADIR%%/patterns/ani.hexpat -%%DATADIR%%/patterns/ar.hexpat -%%DATADIR%%/patterns/aria2.hexpat -%%DATADIR%%/patterns/arm_cm_vtor.hexpat -%%DATADIR%%/patterns/bastion/map.hexpat -%%DATADIR%%/patterns/bastion/profile.hexpat -%%DATADIR%%/patterns/bastion/save.hexpat -%%DATADIR%%/patterns/bastion/util.hexpat -%%DATADIR%%/patterns/bencode.hexpat -%%DATADIR%%/patterns/bgcode.hexpat -%%DATADIR%%/patterns/bmp.hexpat -%%DATADIR%%/patterns/bplist.hexpat -%%DATADIR%%/patterns/bson.hexpat -%%DATADIR%%/patterns/bsp_goldsrc.hexpat -%%DATADIR%%/patterns/cchva.hexpat -%%DATADIR%%/patterns/ccpal.hexpat -%%DATADIR%%/patterns/ccvxl.hexpat -%%DATADIR%%/patterns/cda.hexpat -%%DATADIR%%/patterns/chm.hexpat -%%DATADIR%%/patterns/coff.hexpat -%%DATADIR%%/patterns/cpio.hexpat -%%DATADIR%%/patterns/dds.hexpat -%%DATADIR%%/patterns/dex.hexpat -%%DATADIR%%/patterns/dicom.hexpat -%%DATADIR%%/patterns/dmg.hexpat -%%DATADIR%%/patterns/dsstore.hexpat -%%DATADIR%%/patterns/dted.hexpat -%%DATADIR%%/patterns/elf.hexpat -%%DATADIR%%/patterns/evtx.hexpat -%%DATADIR%%/patterns/fas_oskasoftware.hexpat -%%DATADIR%%/patterns/fas_oskasoftware_old.hexpat -%%DATADIR%%/patterns/fdt.hexpat -%%DATADIR%%/patterns/ffx/all/a_abilities.bin.hexpat -%%DATADIR%%/patterns/ffx/all/btl.bin.hexpat -%%DATADIR%%/patterns/ffx/all/buki_get.bin.hexpat -%%DATADIR%%/patterns/ffx/all/mon.bin.hexpat -%%DATADIR%%/patterns/ffx/all/ply_save.bin.hexpat -%%DATADIR%%/patterns/ffx/all/sphere_grid_layout.dat.hexpat -%%DATADIR%%/patterns/ffx/all/sphere_grid_nodes.dat.hexpat -%%DATADIR%%/patterns/ffx/all/st_number.bin.hexpat -%%DATADIR%%/patterns/ffx/all/sum_assure.bin.hexpat -%%DATADIR%%/patterns/ffx/all/takara.bin.hexpat -%%DATADIR%%/patterns/ffx/all/weapon.bin.hexpat -%%DATADIR%%/patterns/ffx/en/important.bin.hexpat -%%DATADIR%%/patterns/ffx/en/item.bin.hexpat -%%DATADIR%%/patterns/ffx/en/moncom.hexpat -%%DATADIR%%/patterns/ffx/en/panel.bin.hexpat -%%DATADIR%%/patterns/ffx/en/pccom.hexpat -%%DATADIR%%/patterns/ffx/en/sphere.bin.hexpat -%%DATADIR%%/patterns/ffx/en/txt/double0.hexpat -%%DATADIR%%/patterns/ffx/en/txt/double1.hexpat -%%DATADIR%%/patterns/ffx/en/txt/double2.hexpat -%%DATADIR%%/patterns/ffx/en/txt/single2.hexpat -%%DATADIR%%/patterns/ffx/en/w_name.bin.hexpat -%%DATADIR%%/patterns/ffx/jp/txt/double0.hexpat -%%DATADIR%%/patterns/ffx/jp/txt/double1.hexpat -%%DATADIR%%/patterns/ffx/jp/txt/double2.hexpat -%%DATADIR%%/patterns/ffx/jp/txt/single2.hexpat -%%DATADIR%%/patterns/ffx/jp/w_name.bin.hexpat -%%DATADIR%%/patterns/ffx/utils.hexpat -%%DATADIR%%/patterns/flac.hexpat -%%DATADIR%%/patterns/fs.hexpat -%%DATADIR%%/patterns/gb.hexpat -%%DATADIR%%/patterns/gguf.hexpat -%%DATADIR%%/patterns/gif.hexpat -%%DATADIR%%/patterns/gltf.hexpat -%%DATADIR%%/patterns/gzip.hexpat -%%DATADIR%%/patterns/hinf_module.hexpat -%%DATADIR%%/patterns/hinf_luas.hexpat -%%DATADIR%%/patterns/hinf_tag.hexpat -%%DATADIR%%/patterns/ico.hexpat -%%DATADIR%%/patterns/id3.hexpat -%%DATADIR%%/patterns/intel_hex.hexpat -%%DATADIR%%/patterns/ip.hexpat -%%DATADIR%%/patterns/ips.hexpat -%%DATADIR%%/patterns/iso.hexpat -%%DATADIR%%/patterns/java_class.hexpat -%%DATADIR%%/patterns/jpeg.hexpat -%%DATADIR%%/patterns/lnk.hexpat -%%DATADIR%%/patterns/lua54.hexpat -%%DATADIR%%/patterns/macho.hexpat -%%DATADIR%%/patterns/max_v104.hexpat -%%DATADIR%%/patterns/midi.hexpat -%%DATADIR%%/patterns/minidump.hexpat -%%DATADIR%%/patterns/mp4.hexpat -%%DATADIR%%/patterns/msgpack.hexpat -%%DATADIR%%/patterns/nacp.hexpat -%%DATADIR%%/patterns/nbt.hexpat -%%DATADIR%%/patterns/ne.hexpat -%%DATADIR%%/patterns/nes.hexpat -%%DATADIR%%/patterns/notepadwindowstate.hexpat -%%DATADIR%%/patterns/nro.hexpat -%%DATADIR%%/patterns/ntag.hexpat -%%DATADIR%%/patterns/ogg.hexpat -%%DATADIR%%/patterns/pbz.hexpat -%%DATADIR%%/patterns/pcap.hexpat -%%DATADIR%%/patterns/pcx.hexpat -%%DATADIR%%/patterns/pe.hexpat -%%DATADIR%%/patterns/pfs0.hexpat -%%DATADIR%%/patterns/pif.hexpat -%%DATADIR%%/patterns/png.hexpat -%%DATADIR%%/patterns/prodinfo.hexpat -%%DATADIR%%/patterns/protobuf.hexpat -%%DATADIR%%/patterns/psafe3.hexpat -%%DATADIR%%/patterns/pyc.hexpat -%%DATADIR%%/patterns/pyinstaller.hexpat -%%DATADIR%%/patterns/qbcl.hexpat -%%DATADIR%%/patterns/qoi.hexpat -%%DATADIR%%/patterns/ras.hexpat -%%DATADIR%%/patterns/refs.hexpat -%%DATADIR%%/patterns/selinux.hexpat -%%DATADIR%%/patterns/selinuxpp.hexpat -%%DATADIR%%/patterns/shp.hexpat -%%DATADIR%%/patterns/shx.hexpat -%%DATADIR%%/patterns/sit5.hexpat -%%DATADIR%%/patterns/spirv.hexpat -%%DATADIR%%/patterns/stl.hexpat -%%DATADIR%%/patterns/swf.hexpat -%%DATADIR%%/patterns/tar.hexpat -%%DATADIR%%/patterns/tga.hexpat -%%DATADIR%%/patterns/tiff.hexpat -%%DATADIR%%/patterns/ttf.hexpat -%%DATADIR%%/patterns/ubiquiti.hexpat -%%DATADIR%%/patterns/uefi.hexpat -%%DATADIR%%/patterns/uefi_boot_entry.hexpat -%%DATADIR%%/patterns/uf2.hexpat -%%DATADIR%%/patterns/usb.hexpat -%%DATADIR%%/patterns/vbmeta.hexpat -%%DATADIR%%/patterns/vdf.hexpat -%%DATADIR%%/patterns/vhdx.hexpat -%%DATADIR%%/patterns/wad.hexpat -%%DATADIR%%/patterns/was_oskasoftware.hexpat -%%DATADIR%%/patterns/wav.hexpat -%%DATADIR%%/patterns/wintec_tes.hexpat -%%DATADIR%%/patterns/xbeh.hexpat -%%DATADIR%%/patterns/xci.hexpat -%%DATADIR%%/patterns/xgspak.hexpat -%%DATADIR%%/patterns/xgstexture.hexpat -%%DATADIR%%/patterns/xilinx_bit.hexpat -%%DATADIR%%/patterns/xilinx_bootgen.hexpat -%%DATADIR%%/patterns/zip.hexpat -%%DATADIR%%/patterns/zlib.hexpat -%%DATADIR%%/patterns/zstd.hexpat -%%DATADIR%%/plugins/builtin.hexplug -%%DATADIR%%/plugins/decompress.hexplug -%%DATADIR%%/plugins/diffing.hexplug -%%DATADIR%%/plugins/disassembler.hexplug -%%DATADIR%%/plugins/fonts.hexpluglib -%%DATADIR%%/plugins/hashes.hexplug -%%DATADIR%%/plugins/script_loader.hexplug -%%DATADIR%%/plugins/ui.hexpluglib -%%DATADIR%%/plugins/visualizers.hexplug -%%DATADIR%%/plugins/yara_rules.hexplug -%%DATADIR%%/sdk/CMakeLists.txt -%%DATADIR%%/sdk/cmake/build_helpers.cmake -%%DATADIR%%/sdk/cmake/modules/FindBacktrace.cmake -%%DATADIR%%/sdk/cmake/modules/FindCapstone.cmake -%%DATADIR%%/sdk/cmake/modules/FindCoreClrEmbed.cmake -%%DATADIR%%/sdk/cmake/modules/FindGLFW.cmake -%%DATADIR%%/sdk/cmake/modules/FindMagic.cmake -%%DATADIR%%/sdk/cmake/modules/FindPackageHandleStandardArgs.cmake -%%DATADIR%%/sdk/cmake/modules/FindPackageMessage.cmake -%%DATADIR%%/sdk/cmake/modules/FindYara.cmake -%%DATADIR%%/sdk/cmake/modules/FindZSTD.cmake -%%DATADIR%%/sdk/cmake/modules/FindmbedTLS.cmake -%%DATADIR%%/sdk/cmake/modules/ImHexPlugin.cmake -%%DATADIR%%/sdk/cmake/modules/PostprocessBundle.cmake -%%DATADIR%%/sdk/lib/external/libromfs/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libromfs/LICENSE -%%DATADIR%%/sdk/lib/external/libromfs/README.md -%%DATADIR%%/sdk/lib/external/libromfs/generator/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libromfs/generator/source/main.cpp -%%DATADIR%%/sdk/lib/external/libromfs/lib/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libromfs/lib/include/romfs/romfs.hpp -%%DATADIR%%/sdk/lib/external/libromfs/lib/source/romfs.cpp -%%DATADIR%%/sdk/lib/external/libwolv/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/LICENSE -%%DATADIR%%/sdk/lib/external/libwolv/README.md -%%DATADIR%%/sdk/lib/external/libwolv/libs/containers/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/libs/containers/example/main.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/containers/include/wolv/container/interval_tree.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/hash/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/libs/hash/example/main.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/hash/include/wolv/hash/crc.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/hash/include/wolv/hash/uuid.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/io/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/libs/io/example/main.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/io/include/wolv/io/buffered_reader.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/io/include/wolv/io/file.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/io/include/wolv/io/fs.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/io/include/wolv/io/fs_macos.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/io/source/io/file.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/io/source/io/file_unix.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/io/source/io/file_win.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/io/source/io/fs.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/io/source/io/fs_macos.m -%%DATADIR%%/sdk/lib/external/libwolv/libs/math_eval/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/libs/math_eval/example/main.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/math_eval/include/wolv/math_eval/math_evaluator.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/math_eval/source/math_eval/math_evaluator.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/net/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/libs/net/example/main.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/net/include/wolv/net/common.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/net/include/wolv/net/socket_client.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/net/include/wolv/net/socket_server.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/net/source/net/common.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/net/source/net/socket_client.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/net/source/net/socket_server.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/template/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/libs/template/example/main.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/template/source/test.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/testing/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/libs/testing/include/wolv/test/tests.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/testing/source/main.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/types/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/libs/types/example/main.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/types/include/wolv/literals.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/types/include/wolv/types.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/types/include/wolv/types/static_string.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/types/include/wolv/types/type_name.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/example/main.cpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/include/wolv/utils/core.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/include/wolv/utils/expected.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/include/wolv/utils/guards.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/include/wolv/utils/lock.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/include/wolv/utils/preproc.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/include/wolv/utils/string.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/include/wolv/utils/thread_pool.hpp -%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/source/utils/string.cpp -%%DATADIR%%/sdk/lib/external/libwolv/tests/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/tests/common/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/tests/common/source/common.cpp -%%DATADIR%%/sdk/lib/external/libwolv/tests/hash/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/tests/hash/source/crc.cpp -%%DATADIR%%/sdk/lib/external/libwolv/tests/hash/source/uuid.cpp -%%DATADIR%%/sdk/lib/external/libwolv/tests/io/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/tests/io/include/helper.hpp -%%DATADIR%%/sdk/lib/external/libwolv/tests/io/source/buffered_reader.cpp -%%DATADIR%%/sdk/lib/external/libwolv/tests/io/source/file.cpp -%%DATADIR%%/sdk/lib/external/libwolv/tests/io/source/file_impl.cpp -%%DATADIR%%/sdk/lib/external/libwolv/tests/io/source/file_tracker.cpp -%%DATADIR%%/sdk/lib/external/libwolv/tests/io/source/fs.cpp -%%DATADIR%%/sdk/lib/external/libwolv/tests/io/source/helper.cpp -%%DATADIR%%/sdk/lib/external/libwolv/tests/utils/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/libwolv/tests/utils/source/guards.cpp -%%DATADIR%%/sdk/lib/external/libwolv/tests/utils/source/lock.cpp -%%DATADIR%%/sdk/lib/external/libwolv/tests/utils/source/string.cpp -%%DATADIR%%/sdk/lib/external/libwolv/tests/utils/source/thread_pool.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/LICENSE -%%DATADIR%%/sdk/lib/external/pattern_language/README.md -%%DATADIR%%/sdk/lib/external/pattern_language/cli/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/cli/include/pl/cli/cli.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/cli/include/pl/cli/helpers/utils.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/cli/source/helpers/utils.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/cli/source/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/cli/source/subcommands/docs.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/cli/source/subcommands/format.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/cli/source/subcommands/info.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/cli/source/subcommands/run.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/example/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/example/source/.idea/modules.xml -%%DATADIR%%/sdk/lib/external/pattern_language/example/source/.idea/source.iml -%%DATADIR%%/sdk/lib/external/pattern_language/example/source/.idea/vcs.xml -%%DATADIR%%/sdk/lib/external/pattern_language/example/source/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/BUILD.bazel -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/CHANGELOG.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/CLI11.CPack.Description.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/CPPLINT.cfg -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/LICENSE -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/MODULE.bazel -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/README.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/azure-pipelines.yml -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/README.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/SUMMARY.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/book.json -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/advanced-topics.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/an-advanced-example.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/basics.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/config.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/flags.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/formatting.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/installation.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/internals.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/options.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/subcommands.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/toolkits.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/validators.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/code/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/code/flags.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/code/geet.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/code/intro.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/code/simplest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/package.json -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/cmake/CLI11.pc.in -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/cmake/CLI11ConfigVersion.cmake.in -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/cmake/CLI11GeneratePkgConfig.cmake -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/cmake/CLI11Warnings.cmake -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/cmake/CLI11precompiled.pc.in -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/cmake/CodeCoverage.cmake -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/docs/CLI11.svg -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/docs/CLI11_100.png -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/docs/CLI11_300.png -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/docs/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/docs/Doxyfile -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/docs/mainpage.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/arg_capture.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/callback_passthrough.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/config_app.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/custom_parse.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/digit_args.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/enum.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/enum_ostream.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/formatter.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/groups.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/inter_argument_order.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/json.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/modhelp.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/nested.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/option_groups.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/positional_arity.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/positional_validation.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/prefix_command.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/ranges.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/retired.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/shapes.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/simple.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/subcom_help.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/subcom_in_files/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/subcom_in_files/subcommand_a.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/subcom_in_files/subcommand_a.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/subcom_in_files/subcommand_main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/subcom_partitioned.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/subcommands.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/testEXE.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/validators.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/cli11_app_fuzz.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/cli11_file_fuzz.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/fuzzApp.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/fuzzApp.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/fuzzCommand.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/fuzz_dictionary1.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/fuzz_dictionary2.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/App.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Argv.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/CLI.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Config.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/ConfigFwd.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Encoding.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Error.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Formatter.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/FormatterFwd.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Macros.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Option.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Split.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/StringTools.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Timer.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/TypeTools.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Validators.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Version.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/App_inl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/Argv_inl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/Config_inl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/Encoding_inl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/Formatter_inl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/Option_inl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/Split_inl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/StringTools_inl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/Validators_inl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/meson.build -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/meson_options.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/scripts/ExtractVersion.py -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/scripts/MakeSingleHeader.py -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/scripts/check_style.sh -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/scripts/check_style_docker.sh -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/scripts/clang-format-pre-commit -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/scripts/mdlint_style.rb -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/single-include/CLI11.hpp.in -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/single-include/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/single-include/meson.build -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/src/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/src/Precompile.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/subprojects/catch2.wrap -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/.syntastic_cpp_config -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/AppTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/BUILD.bazel -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/BoostOptionTypeTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/ComplexTypeTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/ConfigFileTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/CreationTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/DeprecatedTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/EncodingTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/FormatterTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/FuzzFailTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/HelpTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/HelpersTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/NewParseTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/OptionGroupTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/OptionTypeTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/OptionalTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/SetTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/SimpleTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/StringParseTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/SubcommandTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/TimerTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/TransformTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/TrueFalseTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/WindowsTest.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/app_helper.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/applications/ensure_utf8.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/applications/ensure_utf8_twice.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/catch.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/data/unicode.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/find_package_tests/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_fail1 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_fail2 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_fail3 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail1 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail10 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail11 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail12 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail13 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail14 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail15 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail16 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail17 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail18 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail19 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail2 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail20 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail21 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail22 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail23 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail24 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail25 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail26 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail27 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail28 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail29 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail3 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail30 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail31 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail32 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail33 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail34 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail35 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail36 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail37 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail38 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail39 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail4 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail5 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail6 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail7 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail8 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail9 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail1 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail2 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail3 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail4 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail5 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail6 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail7 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail8 -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/informational.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/link_test_1.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/link_test_2.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/meson.build -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/mesonTest/README.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/mesonTest/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/mesonTest/meson.build -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/package_config_tests/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/tests/.gitkeep -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/CONTRIBUTING.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/ChangeLog.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/LICENSE -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/README.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/ChangeLog-old.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/api.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/fmt.css -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/fmt.js -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/get-started.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/index.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/perf.svg -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/python-license.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/syntax.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/args.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/base.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/chrono.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/color.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/compile.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/core.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/format-inl.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/format.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/os.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/ostream.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/printf.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/ranges.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/std.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/xchar.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/src/fmt.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/src/format.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/src/os.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/Android.mk -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/AndroidManifest.xml -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/C++.sublime-syntax -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/README -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/Vagrantfile -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/bazel/.bazelversion -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/bazel/BUILD.bazel -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/bazel/MODULE.bazel -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/bazel/README.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/bazel/WORKSPACE.bazel -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/build.gradle -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/cmake/FindSetEnv.cmake -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/cmake/JoinPaths.cmake -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/cmake/fmt-config.cmake.in -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/cmake/fmt.pc.in -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/docopt.py -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/manage.py -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/mkdocs -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/mkdocs.yml -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/printable.py -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/python/mkdocstrings_handlers/cxx/__init__.py -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/python/mkdocstrings_handlers/cxx/templates/README -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/add-subdirectory-test/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/add-subdirectory-test/main.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/args-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/assert-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/base-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/chrono-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/color-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/compile-error-test/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/compile-fp-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/compile-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/cuda-test/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/cuda-test/cpp14.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/cuda-test/cuda-cpp14.cu -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/detect-stdfs.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/enforce-checks-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/find-package-test/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/find-package-test/main.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/format-impl-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/format-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/README.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/build.sh -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/chrono-duration.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/chrono-timepoint.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/float.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/fuzzer-common.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/main.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/named-arg.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/one-arg.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/two-args.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest-extra-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest-extra.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest-extra.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest/.clang-format -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest/gmock-gtest-all.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest/gmock/gmock.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest/gtest/gtest-spi.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest/gtest/gtest.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/header-only-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/mock-allocator.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/module-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/noexception-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/os-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/ostream-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/posix-mock-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/posix-mock.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/printf-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/ranges-odr-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/ranges-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/scan-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/scan.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/static-export-test/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/static-export-test/library.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/static-export-test/main.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/std-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/test-assert.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/test-main.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/unicode-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/util.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/util.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/xchar-test.cc -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/LICENSE -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/README.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/containers/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/containers/example/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/containers/include/wolv/container/interval_tree.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/hash/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/hash/example/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/hash/include/wolv/hash/crc.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/hash/include/wolv/hash/uuid.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/example/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/include/wolv/io/buffered_reader.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/include/wolv/io/file.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/include/wolv/io/fs.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/include/wolv/io/fs_macos.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/source/io/file.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/source/io/file_unix.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/source/io/file_win.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/source/io/fs.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/source/io/fs_macos.m -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/math_eval/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/math_eval/example/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/math_eval/include/wolv/math_eval/math_evaluator.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/math_eval/source/math_eval/math_evaluator.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/example/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/include/wolv/net/common.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/include/wolv/net/socket_client.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/include/wolv/net/socket_server.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/source/net/common.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/source/net/socket_client.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/source/net/socket_server.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/template/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/template/example/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/template/source/test.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/testing/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/testing/include/wolv/test/tests.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/testing/source/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/types/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/types/example/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/types/include/wolv/literals.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/types/include/wolv/types.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/types/include/wolv/types/static_string.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/types/include/wolv/types/type_name.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/example/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/include/wolv/utils/core.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/include/wolv/utils/expected.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/include/wolv/utils/guards.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/include/wolv/utils/lock.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/include/wolv/utils/preproc.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/include/wolv/utils/string.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/include/wolv/utils/thread_pool.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/source/utils/string.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/common/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/common/source/common.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/hash/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/hash/source/crc.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/hash/source/uuid.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/include/helper.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/source/buffered_reader.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/source/file.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/source/file_impl.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/source/file_tracker.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/source/fs.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/source/helper.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/utils/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/utils/source/guards.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/utils/source/lock.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/utils/source/string.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/utils/source/thread_pool.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/LICENSE.MIT -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/cmake/config.cmake.in -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/cmake/nlohmann_jsonConfigVersion.cmake.in -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/cmake/pkg-config.pc.in -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/adl_serializer.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/byte_container_with_subtype.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/abi_macros.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/conversions/from_json.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/conversions/to_chars.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/conversions/to_json.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/exceptions.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/hash.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/input/binary_reader.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/input/input_adapters.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/input/lexer.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/input/parser.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/input/position_t.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/iterators/internal_iterator.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/iterators/iter_impl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/iterators/iteration_proxy.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/iterators/iterator_traits.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/iterators/primitive_iterator.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/json_custom_base_class.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/json_pointer.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/json_ref.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/macro_scope.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/macro_unscope.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/call_std/begin.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/call_std/end.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/cpp_future.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/detected.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/identity_tag.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/is_sax.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/std_fs.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/type_traits.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/void_t.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/output/binary_writer.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/output/output_adapters.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/output/serializer.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/string_concat.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/string_escape.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/value_t.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/json.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/json_fwd.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/ordered_map.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/thirdparty/hedley/hedley.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/nlohmann_json.natvis -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/single_include/nlohmann/json.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/single_include/nlohmann/json_fwd.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/Doxyfile -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/LICENSE -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/README.md -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/appveyor.yml -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/build.py -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/conanfile.py -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/include/throwing/null_ptr_exception.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/include/throwing/private/clear_compiler_checks.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/include/throwing/private/compiler_checks.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/include/throwing/shared_ptr.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/include/throwing/unique_ptr.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/compile_fail/shared_ptr_to_array.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/compile_fail/unique_ptr_a_copy_assignment.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/compile_fail/unique_ptr_s_copy_assignment.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/compile_fail/unique_ptr_s_operator.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/compile_it.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_access.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_assignment.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_atomic.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_cast.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_comparison.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_construction.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_enable_shared_from_this.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_hash.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_make_shared.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_ordering.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_ostream.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_reset.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_swap.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_to_array.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/test_helpers.h -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/test_main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_%%CMAKE_BUILD_TYPE%%.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_access.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_assignment.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_comparison.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_construction.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_dereference.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_hash.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_make_unique.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_ostream.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_reset.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_swap.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_to_array_access.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_to_array_assignment.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_to_array_assignment_from_convertible.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_to_array_construction.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_to_array_reset.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/weak_ptr_assignment.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/weak_ptr_construction.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/weak_ptr_modifiers.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/weak_ptr_observers.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/README.md -%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/dict/hexpat.dict -%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/inputs/a.hexpat -%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/inputs/complex-struct.hexpat -%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/inputs/omni.hexpat -%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/inputs/preprocessor.hexpat -%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/inputs/struct.hexpat -%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/source/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/generators/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/generators/include/pl/formatters.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/generators/include/pl/formatters/formatter.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/generators/include/pl/formatters/formatter_html.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/generators/include/pl/formatters/formatter_json.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/generators/include/pl/formatters/formatter_yaml.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/api.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_array_variable_decl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_attribute.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_bitfield.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_bitfield_array_variable_decl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_bitfield_field.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_builtin_type.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_cast.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_compound_statement.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_conditional_statement.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_control_flow_statement.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_enum.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_function_call.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_function_definition.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_literal.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_lvalue_assignment.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_match_statement.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_mathematical_expression.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_multi_variable_decl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_parameter_pack.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_pointer_variable_decl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_rvalue.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_rvalue_assignment.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_scope_resolution.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_struct.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_ternary_expression.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_try_catch_statement.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_type_decl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_type_operator.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_union.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_variable_decl.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_while_statement.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/errors/error.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/errors/result.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/errors/runtime_errors.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/evaluator.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/lexer.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/location.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/log_console.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/parser.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/parser_manager.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/preprocessor.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/resolver.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/resolvers.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/token.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/tokens.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/validator.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/helpers/buffered_reader.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/helpers/concepts.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/helpers/safe_iterator.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/helpers/safe_pointer.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/helpers/types.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/helpers/utils.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/lib/std/libstd.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/lib/std/types.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/pattern_language.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/pattern_visitor.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_array_dynamic.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_array_static.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_bitfield.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_boolean.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_character.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_enum.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_float.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_padding.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_pointer.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_signed.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_string.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_struct.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_union.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_unsigned.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_wide_character.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_wide_string.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/api.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_array_variable_decl.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_attribute.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_bitfield.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_bitfield_array_variable_decl.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_bitfield_field.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_builtin_type.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_cast.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_compound_statement.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_conditional_statement.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_control_flow_statement.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_enum.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_function_call.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_function_definition.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_literal.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_lvalue_assignment.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_match_statement.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_mathematical_expression.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_multi_variable_decl.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_parameter_pack.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_pointer_variable_decl.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_rvalue.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_rvalue_assignment.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_scope_resolution.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_struct.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_ternary_expression.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_try_catch_statement.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_type_decl.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_type_operator.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_union.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_variable_decl.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_while_statement.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/error.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/evaluator.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/lexer.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/parser.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/parser_manager.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/preprocessor.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/resolver.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/resolvers.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/token.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/validator.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/helpers/utils.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/core.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/file.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/hash.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/math.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/mem.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/pragmas.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/random.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/std.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/string.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/time.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/pattern_language.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/CMakeLists.txt -%%DATADIR%%/sdk/lib/external/pattern_language/tests/files/export/json.json -%%DATADIR%%/sdk/lib/external/pattern_language/tests/files/export/yaml.yml -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_arrays.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_attributes.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_bitfields.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_doc_comments.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_enums.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_example.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_extra_semicolon.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_failing_assert.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_format.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_import.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_include.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_literals.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_match.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_math.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_namespaces.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_nested_structs.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_padding.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_placement.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_pointers.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_pragmas.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_pragmas_fail.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_rvalues.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_strings.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_struct_inheritance.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_structs.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_succeeding_assert.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_unions.hpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/integration/integration.py -%%DATADIR%%/sdk/lib/external/pattern_language/tests/integration/invalid.hexpat -%%DATADIR%%/sdk/lib/external/pattern_language/tests/integration/test.hexpat -%%DATADIR%%/sdk/lib/external/pattern_language/tests/integration/test.hexpat.json -%%DATADIR%%/sdk/lib/external/pattern_language/tests/integration/test_data -%%DATADIR%%/sdk/lib/external/pattern_language/tests/source/main.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/source/tests.cpp -%%DATADIR%%/sdk/lib/external/pattern_language/tests/test_data -%%DATADIR%%/sdk/lib/libimhex/CMakeLists.txt -%%DATADIR%%/sdk/lib/libimhex/LICENSE -%%DATADIR%%/sdk/lib/libimhex/include/hex.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/api/achievement_manager.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/api/content_registry.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/api/event_manager.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/api/imhex_api.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/api/layout_manager.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/api/localization_manager.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/api/plugin_manager.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/api/project_file_manager.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/api/shortcut_manager.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/api/task_manager.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/api/theme_manager.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/api/tutorial_manager.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/api/workspace_manager.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/api_urls.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/data_processor/attribute.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/data_processor/link.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/data_processor/node.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/auto_reset.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/binary_pattern.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/concepts.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/crypto.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/debugging.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/default_paths.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/encoding_file.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/fmt.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/fs.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/http_requests.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/http_requests_emscripten.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/http_requests_native.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/intrinsics.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/literals.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/logger.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/magic.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/opengl.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/patches.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/tar.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/types.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/utils.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/utils_linux.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/utils_macos.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/plugin.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/buffered_reader.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/memory_provider.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/overlay.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/provider.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/provider_data.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/undo_redo/operations/operation.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/undo_redo/operations/operation_group.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/undo_redo/stack.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/subcommands/subcommands.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/test/test_provider.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/test/tests.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/ui/imgui_imhex_extensions.h -%%DATADIR%%/sdk/lib/libimhex/include/hex/ui/popup.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/ui/toast.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/ui/view.hpp -%%DATADIR%%/sdk/lib/libimhex/include/hex/ui/widgets.hpp -%%DATADIR%%/sdk/lib/third_party/boost/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/boost/regex/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/cregex.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex.h -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/concepts.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/config.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/config/borland.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/config/cwchar.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/icu.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/mfc.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/pattern_except.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/pending/object_cache.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/pending/static_mutex.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/pending/unicode_iterator.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/regex_traits.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/user.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/basic_regex.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/basic_regex_creator.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/basic_regex_parser.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/c_regex_traits.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/char_regex_traits.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/cpp_regex_traits.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/cregex.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/error_type.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/icu.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/indexed_bit_flag.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/iterator_category.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/iterator_traits.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/match_flags.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/match_results.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/mem_block_cache.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/object_cache.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/pattern_except.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/perl_matcher.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/perl_matcher_common.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/perl_matcher_non_recursive.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/perl_matcher_recursive.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/primary_transform.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/protected_call.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regbase.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_format.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_fwd.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_grep.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_iterator.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_match.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_merge.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_raw_buffer.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_replace.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_search.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_split.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_token_iterator.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_traits.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_traits_defaults.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_workaround.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/states.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/sub_match.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/syntax_type.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/u32regex_iterator.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/u32regex_token_iterator.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/unicode_iterator.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/w32_regex_traits.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/basic_regex.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/basic_regex_creator.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/basic_regex_parser.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/c_regex_traits.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/char_regex_traits.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/cpp_regex_traits.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/cregex.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/error_type.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/icu.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/iterator_category.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/iterator_traits.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/match_flags.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/match_results.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/mem_block_cache.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/object_cache.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/pattern_except.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/perl_matcher.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/perl_matcher_common.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/perl_matcher_non_recursive.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/primary_transform.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regbase.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_format.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_fwd.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_grep.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_iterator.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_match.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_merge.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_raw_buffer.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_replace.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_search.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_split.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_token_iterator.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_traits.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_traits_defaults.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_workaround.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/states.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/sub_match.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/syntax_type.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/u32regex_iterator.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/u32regex_token_iterator.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/unicode_iterator.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/w32_regex_traits.hpp -%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex_fwd.hpp -%%DATADIR%%/sdk/lib/third_party/fmt/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/fmt/CONTRIBUTING.md -%%DATADIR%%/sdk/lib/third_party/fmt/ChangeLog.md -%%DATADIR%%/sdk/lib/third_party/fmt/LICENSE -%%DATADIR%%/sdk/lib/third_party/fmt/README.md -%%DATADIR%%/sdk/lib/third_party/fmt/doc/ChangeLog-old.md -%%DATADIR%%/sdk/lib/third_party/fmt/doc/api.md -%%DATADIR%%/sdk/lib/third_party/fmt/doc/fmt.css -%%DATADIR%%/sdk/lib/third_party/fmt/doc/fmt.js -%%DATADIR%%/sdk/lib/third_party/fmt/doc/get-started.md -%%DATADIR%%/sdk/lib/third_party/fmt/doc/index.md -%%DATADIR%%/sdk/lib/third_party/fmt/doc/perf.svg -%%DATADIR%%/sdk/lib/third_party/fmt/doc/python-license.txt -%%DATADIR%%/sdk/lib/third_party/fmt/doc/syntax.md -%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/args.h -%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/base.h -%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/chrono.h -%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/color.h -%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/compile.h -%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/core.h -%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/format-inl.h -%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/format.h -%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/os.h -%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/ostream.h -%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/printf.h -%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/ranges.h -%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/std.h -%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/xchar.h -%%DATADIR%%/sdk/lib/third_party/fmt/src/fmt.cc -%%DATADIR%%/sdk/lib/third_party/fmt/src/format.cc -%%DATADIR%%/sdk/lib/third_party/fmt/src/os.cc -%%DATADIR%%/sdk/lib/third_party/fmt/support/Android.mk -%%DATADIR%%/sdk/lib/third_party/fmt/support/AndroidManifest.xml -%%DATADIR%%/sdk/lib/third_party/fmt/support/C++.sublime-syntax -%%DATADIR%%/sdk/lib/third_party/fmt/support/README -%%DATADIR%%/sdk/lib/third_party/fmt/support/Vagrantfile -%%DATADIR%%/sdk/lib/third_party/fmt/support/bazel/.bazelversion -%%DATADIR%%/sdk/lib/third_party/fmt/support/bazel/BUILD.bazel -%%DATADIR%%/sdk/lib/third_party/fmt/support/bazel/MODULE.bazel -%%DATADIR%%/sdk/lib/third_party/fmt/support/bazel/README.md -%%DATADIR%%/sdk/lib/third_party/fmt/support/bazel/WORKSPACE.bazel -%%DATADIR%%/sdk/lib/third_party/fmt/support/build.gradle -%%DATADIR%%/sdk/lib/third_party/fmt/support/cmake/FindSetEnv.cmake -%%DATADIR%%/sdk/lib/third_party/fmt/support/cmake/JoinPaths.cmake -%%DATADIR%%/sdk/lib/third_party/fmt/support/cmake/fmt-config.cmake.in -%%DATADIR%%/sdk/lib/third_party/fmt/support/cmake/fmt.pc.in -%%DATADIR%%/sdk/lib/third_party/fmt/support/docopt.py -%%DATADIR%%/sdk/lib/third_party/fmt/support/manage.py -%%DATADIR%%/sdk/lib/third_party/fmt/support/mkdocs -%%DATADIR%%/sdk/lib/third_party/fmt/support/mkdocs.yml -%%DATADIR%%/sdk/lib/third_party/fmt/support/printable.py -%%DATADIR%%/sdk/lib/third_party/fmt/support/python/mkdocstrings_handlers/cxx/__init__.py -%%DATADIR%%/sdk/lib/third_party/fmt/support/python/mkdocstrings_handlers/cxx/templates/README -%%DATADIR%%/sdk/lib/third_party/fmt/test/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/fmt/test/add-subdirectory-test/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/fmt/test/add-subdirectory-test/main.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/args-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/assert-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/base-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/chrono-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/color-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/compile-error-test/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/fmt/test/compile-fp-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/compile-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/cuda-test/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/fmt/test/cuda-test/cpp14.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/cuda-test/cuda-cpp14.cu -%%DATADIR%%/sdk/lib/third_party/fmt/test/detect-stdfs.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/enforce-checks-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/find-package-test/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/fmt/test/find-package-test/main.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/format-impl-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/format-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/README.md -%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/build.sh -%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/chrono-duration.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/chrono-timepoint.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/float.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/fuzzer-common.h -%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/main.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/named-arg.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/one-arg.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/two-args.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest-extra-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest-extra.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest-extra.h -%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest/.clang-format -%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest/gmock-gtest-all.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest/gmock/gmock.h -%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest/gtest/gtest-spi.h -%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest/gtest/gtest.h -%%DATADIR%%/sdk/lib/third_party/fmt/test/header-only-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/mock-allocator.h -%%DATADIR%%/sdk/lib/third_party/fmt/test/module-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/noexception-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/os-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/ostream-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/posix-mock-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/posix-mock.h -%%DATADIR%%/sdk/lib/third_party/fmt/test/printf-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/ranges-odr-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/ranges-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/scan-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/scan.h -%%DATADIR%%/sdk/lib/third_party/fmt/test/static-export-test/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/fmt/test/static-export-test/library.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/static-export-test/main.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/std-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/test-assert.h -%%DATADIR%%/sdk/lib/third_party/fmt/test/test-main.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/unicode-test.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/util.cc -%%DATADIR%%/sdk/lib/third_party/fmt/test/util.h -%%DATADIR%%/sdk/lib/third_party/fmt/test/xchar-test.cc -%%DATADIR%%/sdk/lib/third_party/imgui/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/imgui/ColorTextEditor/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/imgui/ColorTextEditor/LICENSE.txt -%%DATADIR%%/sdk/lib/third_party/imgui/ColorTextEditor/README.md -%%DATADIR%%/sdk/lib/third_party/imgui/ColorTextEditor/include/TextEditor.h -%%DATADIR%%/sdk/lib/third_party/imgui/cimgui/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/imgui/cimgui/include/cimgui.h -%%DATADIR%%/sdk/lib/third_party/imgui/custom/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/imgui/custom/include/emscripten_browser_clipboard.h -%%DATADIR%%/sdk/lib/third_party/imgui/custom/include/imgui_impl_glfw.h -%%DATADIR%%/sdk/lib/third_party/imgui/custom/include/imgui_impl_opengl3.h -%%DATADIR%%/sdk/lib/third_party/imgui/custom/include/imgui_impl_opengl3_loader.h -%%DATADIR%%/sdk/lib/third_party/imgui/custom/include/opengl_support.h -%%DATADIR%%/sdk/lib/third_party/imgui/custom/include/stb_image.h -%%DATADIR%%/sdk/lib/third_party/imgui/imgui/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/imgui/imgui/LICENSE.txt -%%DATADIR%%/sdk/lib/third_party/imgui/imgui/README.md -%%DATADIR%%/sdk/lib/third_party/imgui/imgui/include/imconfig.h -%%DATADIR%%/sdk/lib/third_party/imgui/imgui/include/imgui.h -%%DATADIR%%/sdk/lib/third_party/imgui/imgui/include/imgui_internal.h -%%DATADIR%%/sdk/lib/third_party/imgui/imgui/include/imstb_rectpack.h -%%DATADIR%%/sdk/lib/third_party/imgui/imgui/include/imstb_textedit.h -%%DATADIR%%/sdk/lib/third_party/imgui/imgui/include/imstb_truetype.h -%%DATADIR%%/sdk/lib/third_party/imgui/imgui/include/misc/freetype/imgui_freetype.h -%%DATADIR%%/sdk/lib/third_party/imgui/imnodes/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/imgui/imnodes/LICENSE.md -%%DATADIR%%/sdk/lib/third_party/imgui/imnodes/README.md -%%DATADIR%%/sdk/lib/third_party/imgui/imnodes/include/imnodes.h -%%DATADIR%%/sdk/lib/third_party/imgui/imnodes/include/imnodes_internal.h -%%DATADIR%%/sdk/lib/third_party/imgui/implot/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/imgui/implot/LICENSE.txt -%%DATADIR%%/sdk/lib/third_party/imgui/implot/README.md -%%DATADIR%%/sdk/lib/third_party/imgui/implot/include/implot.h -%%DATADIR%%/sdk/lib/third_party/imgui/implot/include/implot_internal.h -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/CMakeLists.txt -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/LICENSE.MIT -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/cmake/config.cmake.in -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/cmake/nlohmann_jsonConfigVersion.cmake.in -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/cmake/pkg-config.pc.in -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/adl_serializer.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/byte_container_with_subtype.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/abi_macros.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/conversions/from_json.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/conversions/to_chars.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/conversions/to_json.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/exceptions.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/hash.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/input/binary_reader.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/input/input_adapters.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/input/lexer.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/input/parser.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/input/position_t.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/iterators/internal_iterator.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/iterators/iter_impl.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/iterators/iteration_proxy.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/iterators/iterator_traits.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/iterators/primitive_iterator.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/json_custom_base_class.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/json_pointer.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/json_ref.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/macro_scope.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/macro_unscope.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/call_std/begin.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/call_std/end.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/cpp_future.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/detected.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/identity_tag.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/is_sax.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/std_fs.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/type_traits.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/void_t.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/output/binary_writer.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/output/output_adapters.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/output/serializer.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/string_concat.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/string_escape.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/value_t.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/json.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/json_fwd.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/ordered_map.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/thirdparty/hedley/hedley.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/nlohmann_json.natvis -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/single_include/nlohmann/json.hpp -%%DATADIR%%/sdk/lib/third_party/nlohmann_json/single_include/nlohmann/json_fwd.hpp -%%DATADIR%%/sdk/template/CMakeLists.txt -%%DATADIR%%/sdk/template/source/example_plugin.cpp -share/metainfo/net.werwolv.imhex.appdata.xml -share/metainfo/net.werwolv.imhex.metainfo.xml -share/pixmaps/imhex.png -@dir %%DATADIR%%/sdk/lib/libimhex/source -@dir %%DATADIR%%/sdk/lib/third_party/imgui/ColorTextEditor/source -@dir %%DATADIR%%/sdk/lib/third_party/imgui/cimgui/source -@dir %%DATADIR%%/sdk/lib/third_party/imgui/custom/source -@dir %%DATADIR%%/sdk/lib/third_party/imgui/imgui/source -@dir %%DATADIR%%/sdk/lib/third_party/imgui/imnodes/source -@dir %%DATADIR%%/sdk/lib/third_party/imgui/implot/source diff --git a/editors/imhex/Makefile b/editors/imhex/Makefile index f7daa8bea525..1778c1478d0b 100644 --- a/editors/imhex/Makefile +++ b/editors/imhex/Makefile @@ -1,10 +1,13 @@ PORTNAME= imhex -PORTVERSION= 1.30.1 +PORTVERSION= 1.36.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= editors -MASTER_SITES= https://git.sr.ht/~danyspin97/xdgpp/blob/f01f810714443d0f10c333d4d1d9c0383be41375/:xdg -DISTFILES= xdg.hpp:xdg +MASTER_SITES= https://git.sr.ht/~danyspin97/xdgpp/blob/f01f810714443d0f10c333d4d1d9c0383be41375/:xdg \ + https://gitlab.com/EvelynTSMG/imhex-bastion-pats/-/archive/${GL_TAG_IMHEX_BASTION_PATS}/:bastion \ + https://gitlab.com/EvelynTSMG/imhex-ffx-pats/-/archive/${GL_TAG_IMHEX_FFX_PATS}/:ffx +DISTFILES= xdg.hpp:xdg \ + imhex-bastion-pats-${GL_TAG_IMHEX_BASTION_PATS}.tar.bz2:bastion \ + imhex-ffx-pats-${GL_TAG_IMHEX_FFX_PATS}.tar.bz2:ffx DIST_SUBDIR= imhex MAINTAINER= nobutaka@FreeBSD.org @@ -14,75 +17,87 @@ WWW= https://github.com/WerWolv/ImHex LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -DEPRECATED= Depends on expired security/mbedtls -EXPIRATION_DATE=2025-03-31 - NOT_FOR_ARCHS= i386 powerpc NOT_FOR_ARCHS_REASON= __uint128_t and __int128_t are not supported EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ btzy-nativefiledialog-extended-${GH_TAG_NATIVEFILEDIALOG}_GH0${EXTRACT_SUFX} \ capstone-engine-capstone-${GH_TAG_CAPSTONE}_GH0${EXTRACT_SUFX} \ CLIUtils-CLI11-${GH_TAG_CLI11}_GH0${EXTRACT_SUFX} \ + Martinsos-edlib-${GH_TAG_EDLIB}_GH0${EXTRACT_SUFX} \ fmtlib-fmt-${GH_TAG_FMT}_GH0${EXTRACT_SUFX} \ josuttis-jthread-${GH_TAG_JTHREAD}_GH0${EXTRACT_SUFX} \ + rockdreamer-throwing_ptr-${GH_TAG_THROWING_PTR}_GH0${EXTRACT_SUFX} \ + sammycage-plutovg-${GH_TAG_PLUTOVG}_GH0${EXTRACT_SUFX} \ VirusTotal-yara-${GH_TAG_YARA}_GH0${EXTRACT_SUFX} \ + WerWolv-HashLibPlus-${GH_TAG_HASHLIBPLUS}_GH0${EXTRACT_SUFX} \ + WerWolv-ImHex-Patterns-${GH_TAG_IMHEX_PATTERNS}_GH0${EXTRACT_SUFX} \ + WerWolv-PatternLanguage-${GH_TAG_PATTERN_LANGUAGE}_GH0${EXTRACT_SUFX} \ WerWolv-libromfs-${GH_TAG_LIBROMFS}_GH0${EXTRACT_SUFX} \ WerWolv-libwolv-${GH_TAG_LIBWOLV}_GH0${EXTRACT_SUFX} \ - WerWolv-ImHex-Patterns-${GH_TAG_IMHEX_PATTERNS}_GH0${EXTRACT_SUFX} \ - WerWolv-PatternLanguage-${GH_TAG_PATTERN_LANGUAGE}_GH0${EXTRACT_SUFX} + WerWolv-lunasvg-${GH_TAG_LUNASVG}_GH0${EXTRACT_SUFX} \ + imhex-bastion-pats-${GL_TAG_IMHEX_BASTION_PATS}.tar.bz2 \ + imhex-ffx-pats-${GL_TAG_IMHEX_FFX_PATS}.tar.bz2 -BUILD_DEPENDS= glm>0:math/glm \ - nlohmann-json>0:devel/nlohmann-json \ - ${LOCALBASE}/include/hpx/functional.hpp:devel/hpx \ - ${LOCALBASE}/include/range/v3/range.hpp:devel/range-v3 \ - ${LOCALBASE}/include/tl/expected.hpp:devel/tl-expected +BUILD_DEPENDS= glm>0:math/glm LIB_DEPENDS= libcurl.so:ftp/curl \ libglfw.so:graphics/glfw \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libinotify.so:devel/libinotify \ - libmbedtls.so:security/mbedtls \ - libtre.so:textproc/libtre + liblz4.so:archivers/liblz4 \ + libmbedtls.so:security/mbedtls3 \ + libzstd.so:archivers/zstd -USES= cmake desktop-file-utils gl gnome llvm:min=16,build localbase pkgconfig python xorg -USE_GL= gl glu +USES= cmake desktop-file-utils gl gnome pkgconfig python xorg +USE_GL= gl glu opengl USE_GNOME= cairo gdkpixbuf2 gtk30 USE_XORG= x11 xcb xau xdmcp USE_GITHUB= yes -CONFLICTS_INSTALL= imhex-current-* - GH_ACCOUNT= WerWolv GH_PROJECT= ImHex GH_TUPLE= btzy:nativefiledialog-extended:${GH_TAG_NATIVEFILEDIALOG}:nativefiledialog \ capstone-engine:capstone:${GH_TAG_CAPSTONE}:capstone \ CLIUtils:CLI11:${GH_TAG_CLI11}:cli11 \ + Martinsos:edlib:${GH_TAG_EDLIB}:edlib \ fmtlib:fmt:${GH_TAG_FMT}:fmt \ josuttis:jthread:${GH_TAG_JTHREAD}:jthread \ + rockdreamer:throwing_ptr:${GH_TAG_THROWING_PTR}:throwing_ptr \ + sammycage:plutovg:${GH_TAG_PLUTOVG}:plutovg \ VirusTotal:yara:${GH_TAG_YARA}:yara \ + WerWolv:HashLibPlus:${GH_TAG_HASHLIBPLUS}:hashlibplus \ WerWolv:ImHex-Patterns:${GH_TAG_IMHEX_PATTERNS}:imhex_patterns \ WerWolv:PatternLanguage:${GH_TAG_PATTERN_LANGUAGE}:pattern_language \ WerWolv:libromfs:${GH_TAG_LIBROMFS}:libromfs \ WerWolv:libwolv:${GH_TAG_LIBWOLV}:libwolv \ + WerWolv:lunasvg:${GH_TAG_LUNASVG}:lunasvg -GH_TAG_CAPSTONE= d5141c0 -GH_TAG_CLI11= faea921 -GH_TAG_FMT= a0b8a92 -GH_TAG_IMHEX_PATTERNS= 759708d +GH_TAG_CAPSTONE= 5cca005 +GH_TAG_CLI11= 6c7b07a +GH_TAG_EDLIB= 931be2b +GH_TAG_FMT= 0c9fce2 +GH_TAG_HASHLIBPLUS= 1823dd1 +GH_TAG_IMHEX_PATTERNS= ImHex-v${PORTVERSION} GH_TAG_JTHREAD= 0fa8d39 -GH_TAG_LIBROMFS= 80b9ade -GH_TAG_LIBWOLV= 128bed6 -GH_TAG_NATIVEFILEDIALOG= 7909f55 -GH_TAG_PATTERN_LANGUAGE= 57dc02b -GH_TAG_YARA= 96790e5 +GH_TAG_LIBROMFS= 03adcfd +GH_TAG_LIBWOLV= b9d7f4a +GH_TAG_LUNASVG= 14df481 +GH_TAG_NATIVEFILEDIALOG= 86d5f20 +GH_TAG_PATTERN_LANGUAGE= ImHex-v${PORTVERSION} +GH_TAG_PLUTOVG= 9ef8e78 +GH_TAG_THROWING_PTR= cd28490 +GH_TAG_YARA= 688268d -CXXFLAGS+= -I${WRKSRC}/lib/external/pattern_language/generators/include \ - -Wno-error=deprecated-declarations \ - -Wno-error=literal-conversion +GL_TAG_IMHEX_BASTION_PATS= e6deed4 +GL_TAG_IMHEX_FFX_PATS= 199879e -CMAKE_ARGS= -DUSE_SYSTEM_CURL=ON -DUSE_SYSTEM_NLOHMANN_JSON=ON \ +CFLAGS+= -I${LOCALBASE}/include +CXXFLAGS+= -I${LOCALBASE}/include + +CMAKE_ARGS= -DUSE_SYSTEM_CURL=ON -DUSE_SYSTEM_NLOHMANN_JSON=OFF \ -DIMHEX_STRIP_RELEASE=OFF -DIMHEX_PLUGINS_IN_SHARE=ON \ - -DIMHEX_OFFLINE_BUILD=ON -DIMHEX_USE_GTK_FILE_PICKER=ON + -DIMHEX_OFFLINE_BUILD=ON -DIMHEX_USE_GTK_FILE_PICKER=ON \ + -DIMHEX_IGNORE_BAD_CLONE=ON -DIMHEX_IGNORE_BAD_COMPILER=ON PORTDOCS= README.md @@ -91,31 +106,41 @@ NLS_USES= gettext .include -# Before LLVM 18 import into the base system -.if ${OSREL:R} == 15 && ${OSVERSION} < 1500018 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-lib_external_libwolv_libs_io_include_wolv_io_file.hpp \ - ${PATCHDIR}/extra-patch-plugins_windows_include_views_view__tty__console.hpp \ - ${PATCHDIR}/extra-patch-lib_libimhex_include_hex_api_task.hpp \ - ${PATCHDIR}/extra-patch-lib_libimhex_include_hex_api_content__registry.hpp -.else +# Before LLVM 17 import into the base system +.if (${OSREL:R} == 15 && ${OSVERSION} < 1500006) +IGNORE= requires libc++ of LLVM 17 on the base system +.endif + +# After LLVM 18 import into the base system +.if ((${OSREL:R} == 15 && ${OSVERSION} >= 1500018) \ + || (${OSREL:R} == 14 && ${OSVERSION} >= 1400511) \ + || (${OSREL:R} == 13 && ${OSVERSION} >= 1303503)) CXXFLAGS+= -fexperimental-library -D_LIBCPP_ENABLE_EXPERIMENTAL .endif post-extract: - ${CP} ${DISTDIR}/${DIST_SUBDIR}/xdg.hpp ${WRKSRC}/lib/external/xdgpp - ${CP} -R ${WRKSRC_capstone}/* ${WRKSRC}/lib/external/capstone - ${CP} -R ${WRKSRC_fmt}/* ${WRKSRC}/lib/external/fmt ${CP} -R ${WRKSRC_libromfs}/* ${WRKSRC}/lib/external/libromfs ${CP} -R ${WRKSRC_libwolv}/* ${WRKSRC}/lib/external/libwolv - ${CP} -R ${WRKSRC_nativefiledialog}/* ${WRKSRC}/lib/external/nativefiledialog ${CP} -R ${WRKSRC_pattern_language}/* ${WRKSRC}/lib/external/pattern_language ${CP} -R ${WRKSRC_cli11}/* ${WRKSRC}/lib/external/pattern_language/external/cli11 - ${CP} -R ${WRKSRC_yara}/* ${WRKSRC}/lib/external/yara/yara + ${CP} -R ${WRKSRC_fmt}/* ${WRKSRC}/lib/external/pattern_language/external/fmt + ${CP} -R ${WRKSRC_throwing_ptr}/* ${WRKSRC}/lib/external/pattern_language/external/throwing_ptr + ${CP} ${DISTDIR}/${DIST_SUBDIR}/xdg.hpp ${WRKSRC}/lib/third_party/xdgpp + ${CP} -R ${WRKSRC_capstone}/* ${WRKSRC}/lib/third_party/capstone + ${CP} -R ${WRKSRC_edlib}/* ${WRKSRC}/lib/third_party/edlib + ${CP} -R ${WRKSRC_fmt}/* ${WRKSRC}/lib/third_party/fmt + ${CP} -R ${WRKSRC_hashlibplus}/* ${WRKSRC}/lib/third_party/HashLibPlus + ${CP} -R ${WRKSRC_lunasvg}/* ${WRKSRC}/lib/third_party/lunasvg + ${CP} -R ${WRKSRC_plutovg}/* ${WRKSRC}/lib/third_party/lunasvg/plutovg + ${CP} -R ${WRKSRC_nativefiledialog}/* ${WRKSRC}/lib/third_party/nativefiledialog + ${CP} -R ${WRKSRC_yara}/* ${WRKSRC}/lib/third_party/yara/yara ${MKDIR} ${WRKDIR}/.build/_deps/imhex_patterns_src ${CP} -R ${WRKSRC_imhex_patterns}/* ${WRKDIR}/.build/_deps/imhex_patterns_src + ${CP} -R ${WRKDIR}/imhex-bastion-pats-${GL_TAG_IMHEX_BASTION_PATS}/* ${WRKDIR}/.build/_deps/imhex_patterns_src/patterns/bastion + ${CP} -R ${WRKDIR}/imhex-ffx-pats-${GL_TAG_IMHEX_FFX_PATS}/* ${WRKDIR}/.build/_deps/imhex_patterns_src/patterns/ffx +# Before LLVM 18 import into the base system .if ${OSREL:R} == 15 && ${OSVERSION} < 1500018 - ${CP} -R ${WRKSRC_jthread}/source/*.hpp ${WRKSRC}/lib/libimhex/include - ${CP} -R ${WRKSRC_jthread}/source/*.hpp ${WRKSRC}/lib/external/libwolv/libs/io/include/wolv/io + ${CP} -R ${WRKSRC_jthread}/* ${WRKSRC}/lib/third_party/jthread .endif post-patch: diff --git a/editors/imhex/distinfo b/editors/imhex/distinfo index 2d5d9ec9eaf8..d9fc1d3bb63c 100644 --- a/editors/imhex/distinfo +++ b/editors/imhex/distinfo @@ -1,25 +1,39 @@ -TIMESTAMP = 1688829700 +TIMESTAMP = 1735475156 SHA256 (imhex/xdg.hpp) = 2e08ce74adb71ff9b9aa9e1c999733fccd4b00967b9cf0c0e51dbf049392a9ec SIZE (imhex/xdg.hpp) = 7674 -SHA256 (imhex/WerWolv-ImHex-v1.30.1_GH0.tar.gz) = 8dee5bec767e96031a6949286107222716455fa4ece90e1276f2734bfc6f41ea -SIZE (imhex/WerWolv-ImHex-v1.30.1_GH0.tar.gz) = 11802597 -SHA256 (imhex/btzy-nativefiledialog-extended-7909f55_GH0.tar.gz) = eb6c9376ab32dfa1b3f40f197f04d2d3dbe07c8555d57df3945121e843c98a97 -SIZE (imhex/btzy-nativefiledialog-extended-7909f55_GH0.tar.gz) = 412738 -SHA256 (imhex/capstone-engine-capstone-d5141c0_GH0.tar.gz) = 435d40757928fa73dec19c6d0fbf171bd76341391c8525ce1286927dab44c3e7 -SIZE (imhex/capstone-engine-capstone-d5141c0_GH0.tar.gz) = 5761632 -SHA256 (imhex/CLIUtils-CLI11-faea921_GH0.tar.gz) = 84773ee9577e6b719e5a84ad62cc381cf3027756690e1db839eaa50bcafc6c78 -SIZE (imhex/CLIUtils-CLI11-faea921_GH0.tar.gz) = 299718 -SHA256 (imhex/fmtlib-fmt-a0b8a92_GH0.tar.gz) = 370d03ac94a7ad90d3924667f83bd2bb08e3dc60df6263dc04492b4081a4b7e1 -SIZE (imhex/fmtlib-fmt-a0b8a92_GH0.tar.gz) = 851621 +SHA256 (imhex/imhex-bastion-pats-e6deed4.tar.bz2) = 841fe3fbaeb793dd1cab9f8f89221fb0458d50e0c3ebe304bc2f8da848a9857b +SIZE (imhex/imhex-bastion-pats-e6deed4.tar.bz2) = 3082 +SHA256 (imhex/imhex-ffx-pats-199879e.tar.bz2) = 5aae96da3a37178edb66d9a9d414682a7409720d411bbc61490b63478313dd8c +SIZE (imhex/imhex-ffx-pats-199879e.tar.bz2) = 14884 +SHA256 (imhex/WerWolv-ImHex-v1.36.2_GH0.tar.gz) = e9f567eab50b35f5324f9ce407c3d6607f9530c2af74313c014a0203eec14b76 +SIZE (imhex/WerWolv-ImHex-v1.36.2_GH0.tar.gz) = 10054633 +SHA256 (imhex/btzy-nativefiledialog-extended-86d5f20_GH0.tar.gz) = 4e5d8c35aca4f62d749674636ab488d55b90da009f80dbdbbde5cf9e048d82c0 +SIZE (imhex/btzy-nativefiledialog-extended-86d5f20_GH0.tar.gz) = 426204 +SHA256 (imhex/capstone-engine-capstone-5cca005_GH0.tar.gz) = 9ceb7806bf090518d2cbbcf85b1bc2c0488ea0729eb8cbf321427fd6816f8d0e +SIZE (imhex/capstone-engine-capstone-5cca005_GH0.tar.gz) = 7650652 +SHA256 (imhex/CLIUtils-CLI11-6c7b07a_GH0.tar.gz) = a960d8d7ffec091d8ab129d64d2f80f2f5a95bb96bc086cbe0dd7897263d4a8b +SIZE (imhex/CLIUtils-CLI11-6c7b07a_GH0.tar.gz) = 343518 +SHA256 (imhex/Martinsos-edlib-931be2b_GH0.tar.gz) = a854584bf06ac11d4166caea8112f0f188df3d7c86fc82d145ab50a2d16c84a8 +SIZE (imhex/Martinsos-edlib-931be2b_GH0.tar.gz) = 4319124 +SHA256 (imhex/fmtlib-fmt-0c9fce2_GH0.tar.gz) = dd7dd5ef9e4677e8466a3f939613d1f73876c511a9a1be4857fb62590c110ca3 +SIZE (imhex/fmtlib-fmt-0c9fce2_GH0.tar.gz) = 701040 SHA256 (imhex/josuttis-jthread-0fa8d39_GH0.tar.gz) = ccd9c871dc2da9611e6d0cba5fc859cec9b233541be7501e5cef9eaa367e1280 SIZE (imhex/josuttis-jthread-0fa8d39_GH0.tar.gz) = 4450456 -SHA256 (imhex/VirusTotal-yara-96790e5_GH0.tar.gz) = f58a3e8e7fa6bec3b5d8631d4bfbd48da801ebf4b5f8e1b26fea4a1115708a1c -SIZE (imhex/VirusTotal-yara-96790e5_GH0.tar.gz) = 2179144 -SHA256 (imhex/WerWolv-ImHex-Patterns-759708d_GH0.tar.gz) = abc623f6441910bcfe05b6aadedbb8c82d2c192bd8706b5523a352e36f7ca6bd -SIZE (imhex/WerWolv-ImHex-Patterns-759708d_GH0.tar.gz) = 3377254 -SHA256 (imhex/WerWolv-PatternLanguage-57dc02b_GH0.tar.gz) = 55d93dd36d776dc7a3d8085904ebe9fc3c2802d904616c4e8f1e79da3f8c49ae -SIZE (imhex/WerWolv-PatternLanguage-57dc02b_GH0.tar.gz) = 228358 -SHA256 (imhex/WerWolv-libromfs-80b9ade_GH0.tar.gz) = 0825f9f80f62bc3c20e1b35efde0f224779402b313d31362537d5273fdee84a7 -SIZE (imhex/WerWolv-libromfs-80b9ade_GH0.tar.gz) = 4527 -SHA256 (imhex/WerWolv-libwolv-128bed6_GH0.tar.gz) = b1e023d17707d95feb01f2f161b18b95adbdf6f4cddf4d9be92dd481e0f96553 -SIZE (imhex/WerWolv-libwolv-128bed6_GH0.tar.gz) = 29336 +SHA256 (imhex/rockdreamer-throwing_ptr-cd28490_GH0.tar.gz) = acd6dd35d6f588d8fc036edb205e5abc577998be5481afcda7f24f80bd23451d +SIZE (imhex/rockdreamer-throwing_ptr-cd28490_GH0.tar.gz) = 60612 +SHA256 (imhex/sammycage-plutovg-9ef8e78_GH0.tar.gz) = 84d4d24f2d0086a884b2a3c522601393f50c9ca4667abd8fa6e59f989b52bbd6 +SIZE (imhex/sammycage-plutovg-9ef8e78_GH0.tar.gz) = 227976 +SHA256 (imhex/VirusTotal-yara-688268d_GH0.tar.gz) = fa1b9596fca743e1576615477890705747269e36b9b6326d8ed245c2e5fb417c +SIZE (imhex/VirusTotal-yara-688268d_GH0.tar.gz) = 2208403 +SHA256 (imhex/WerWolv-HashLibPlus-1823dd1_GH0.tar.gz) = 885567a954b40421ab437fe7daa7bf9a09d87e76eed53ee2dd1c76e3ee90e8fb +SIZE (imhex/WerWolv-HashLibPlus-1823dd1_GH0.tar.gz) = 1200573 +SHA256 (imhex/WerWolv-ImHex-Patterns-ImHex-v1.36.2_GH0.tar.gz) = d1555d142347ddf576e5c0b1a19050ae168e8d174b206d269a9e84e07d2515c9 +SIZE (imhex/WerWolv-ImHex-Patterns-ImHex-v1.36.2_GH0.tar.gz) = 13564417 +SHA256 (imhex/WerWolv-PatternLanguage-ImHex-v1.36.2_GH0.tar.gz) = 560b2637767336f14321ade68ddb92b63cdd880b37a9e799b0e77b7aff580f1a +SIZE (imhex/WerWolv-PatternLanguage-ImHex-v1.36.2_GH0.tar.gz) = 548361 +SHA256 (imhex/WerWolv-libromfs-03adcfd_GH0.tar.gz) = a4a3612595eec04f29de86213a1feee92d369e973f7c4aa25b1274e5c134dc9e +SIZE (imhex/WerWolv-libromfs-03adcfd_GH0.tar.gz) = 5174 +SHA256 (imhex/WerWolv-libwolv-b9d7f4a_GH0.tar.gz) = bbc51ac3fcb579353f0da21254a7da9abd0651fb42577c10a9cfe8797b5a142d +SIZE (imhex/WerWolv-libwolv-b9d7f4a_GH0.tar.gz) = 43110 +SHA256 (imhex/WerWolv-lunasvg-14df481_GH0.tar.gz) = 07eb4904de61e65f6b51ee229bc3ee622ebebbdb2652ea62c518fbbfccc4dffa +SIZE (imhex/WerWolv-lunasvg-14df481_GH0.tar.gz) = 53807 diff --git a/editors/imhex/files/extra-patch-lib_external_libwolv_libs_io_include_wolv_io_file.hpp b/editors/imhex/files/extra-patch-lib_external_libwolv_libs_io_include_wolv_io_file.hpp deleted file mode 100644 index 700380ec30fc..000000000000 --- a/editors/imhex/files/extra-patch-lib_external_libwolv_libs_io_include_wolv_io_file.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/external/libwolv/libs/io/include/wolv/io/file.hpp.orig 2023-05-21 12:25:30 UTC -+++ lib/external/libwolv/libs/io/include/wolv/io/file.hpp -@@ -10,6 +10,7 @@ - #include - - #include -+#include "jthread.hpp" - - #if defined(OS_MACOS) - diff --git a/editors/imhex/files/extra-patch-lib_libimhex_include_hex_api_content__registry.hpp b/editors/imhex/files/extra-patch-lib_libimhex_include_hex_api_content__registry.hpp deleted file mode 100644 index 646984ea768b..000000000000 --- a/editors/imhex/files/extra-patch-lib_libimhex_include_hex_api_content__registry.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/libimhex/include/hex/api/content_registry.hpp.orig 2023-05-21 12:30:36 UTC -+++ lib/libimhex/include/hex/api/content_registry.hpp -@@ -17,6 +17,7 @@ - #include - - #include -+#include - - using ImGuiDataType = int; - using ImGuiInputTextFlags = int; diff --git a/editors/imhex/files/extra-patch-lib_libimhex_include_hex_api_task.hpp b/editors/imhex/files/extra-patch-lib_libimhex_include_hex_api_task.hpp deleted file mode 100644 index d5fef1616abe..000000000000 --- a/editors/imhex/files/extra-patch-lib_libimhex_include_hex_api_task.hpp +++ /dev/null @@ -1,18 +0,0 @@ ---- lib/libimhex/include/hex/api/task.hpp.orig 2022-10-08 08:03:47 UTC -+++ lib/libimhex/include/hex/api/task.hpp -@@ -1,6 +1,7 @@ - #pragma once - - #include -+#include - - #include - #include -@@ -11,6 +12,7 @@ - #include - #include - #include -+#include - - namespace hex { - diff --git a/editors/imhex/files/extra-patch-plugins_windows_include_views_view__tty__console.hpp b/editors/imhex/files/extra-patch-plugins_windows_include_views_view__tty__console.hpp deleted file mode 100644 index 8044d81e7896..000000000000 --- a/editors/imhex/files/extra-patch-plugins_windows_include_views_view__tty__console.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/windows/include/views/view_tty_console.hpp.orig 2022-10-15 14:50:11 UTC -+++ plugins/windows/include/views/view_tty_console.hpp -@@ -1,6 +1,7 @@ - #pragma once - - #include -+#include - - #include - diff --git a/editors/imhex/files/patch-CMakeLists.txt b/editors/imhex/files/patch-CMakeLists.txt deleted file mode 100644 index e36ee360d92f..000000000000 --- a/editors/imhex/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2023-06-24 10:07:39 UTC -+++ CMakeLists.txt -@@ -29,8 +29,6 @@ project(imhex - - # Make sure project is configured correctly - setDefaultBuiltTypeIfUnset() --detectBadClone() --verifyCompiler() - - # List plugin names here. Project name must match folder name - set(PLUGINS diff --git a/editors/imhex/files/patch-cmake_build__helpers.cmake b/editors/imhex/files/patch-cmake_build__helpers.cmake index 976765cb2b41..df71f107b612 100644 --- a/editors/imhex/files/patch-cmake_build__helpers.cmake +++ b/editors/imhex/files/patch-cmake_build__helpers.cmake @@ -1,18 +1,28 @@ ---- cmake/build_helpers.cmake.orig 2023-06-24 10:07:39 UTC +--- cmake/build_helpers.cmake.orig 2024-12-28 15:09:51 UTC +++ cmake/build_helpers.cmake -@@ -392,13 +392,13 @@ function(downloadImHexPatternsFiles dest) +@@ -501,7 +501,11 @@ function(downloadImHexPatternsFiles dest) - else () # Maybe patterns are cloned to a subdirectory -- set(imhex_patterns_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ImHex-Patterns") -+ set(imhex_patterns_SOURCE_DIR "${CMAKE_BINARY_DIR}/_deps/imhex_patterns_src") - endif () + if (NOT EXISTS ${imhex_patterns_SOURCE_DIR}) +- set(imhex_patterns_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ImHex-Patterns") ++ if (BSD AND BSD STREQUAL "FreeBSD") ++ set(imhex_patterns_SOURCE_DIR "${CMAKE_BINARY_DIR}/_deps/imhex_patterns_src") ++ else() ++ set(imhex_patterns_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ImHex-Patterns") ++ endif() + endif() - if (EXISTS ${imhex_patterns_SOURCE_DIR}) - set(PATTERNS_FOLDERS_TO_INSTALL constants encodings includes patterns magic) + # Or a sibling directory +@@ -530,7 +534,11 @@ function(downloadImHexPatternsFiles dest) + else() + set(PATTERNS_FOLDERS_TO_INSTALL constants encodings includes patterns magic nodes) foreach (FOLDER ${PATTERNS_FOLDERS_TO_INSTALL}) -- install(DIRECTORY "${imhex_patterns_SOURCE_DIR}/${FOLDER}" DESTINATION ${dest} PATTERN "**/_schema.json" EXCLUDE) -+ install(DIRECTORY "${imhex_patterns_SOURCE_DIR}/${FOLDER}" DESTINATION "share/imhex/" PATTERN "**/_schema.json" EXCLUDE) +- install(DIRECTORY "${imhex_patterns_SOURCE_DIR}/${FOLDER}" DESTINATION "${dest}" PATTERN "**/_schema.json" EXCLUDE) ++ if (BSD AND BSD STREQUAL "FreeBSD") ++ install(DIRECTORY "${imhex_patterns_SOURCE_DIR}/${FOLDER}" DESTINATION "share/imhex/" PATTERN "**/_schema.json" EXCLUDE) ++ else() ++ install(DIRECTORY "${imhex_patterns_SOURCE_DIR}/${FOLDER}" DESTINATION "${dest}" PATTERN "**/_schema.json" EXCLUDE) ++ endif() endforeach () endif () diff --git a/editors/imhex/files/patch-lib_external_libwolv_libs_hash_include_wolv_hash_uuid.hpp b/editors/imhex/files/patch-lib_external_libwolv_libs_hash_include_wolv_hash_uuid.hpp deleted file mode 100644 index 4a8523bcb189..000000000000 --- a/editors/imhex/files/patch-lib_external_libwolv_libs_hash_include_wolv_hash_uuid.hpp +++ /dev/null @@ -1,21 +0,0 @@ ---- lib/external/libwolv/libs/hash/include/wolv/hash/uuid.hpp.orig 2023-06-24 12:12:43 UTC -+++ lib/external/libwolv/libs/hash/include/wolv/hash/uuid.hpp -@@ -11,15 +11,15 @@ namespace wolv::hash { - std::random_device randomDevice; - std::mt19937 generator(randomDevice()); - -- std::uniform_int_distribution distribution(0, 15); -+ std::uniform_int_distribution distribution(0, 15); - - std::string uuid = "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"; - for (char &c : uuid) { - if (c == 'x') { -- c = distribution(generator); -+ c = static_cast(distribution(generator)); - c = c < 10 ? char('0' + c) : char('a' + c - 10); - } else if (c == 'y') { -- c = distribution(generator); -+ c = static_cast(distribution(generator)); - c = char(char(c & u8(0x03)) | char(0x08)); - c = c < 10 ? char('0' + c) : char('a' + c - 10); - } diff --git a/editors/imhex/files/patch-lib_external_libwolv_libs_io_source_io_file.cpp b/editors/imhex/files/patch-lib_external_libwolv_libs_io_source_io_file.cpp deleted file mode 100644 index fe05c1b2285c..000000000000 --- a/editors/imhex/files/patch-lib_external_libwolv_libs_io_source_io_file.cpp +++ /dev/null @@ -1,61 +0,0 @@ ---- lib/external/libwolv/libs/io/source/io/file.cpp.orig 2023-07-09 11:32:49 UTC -+++ lib/external/libwolv/libs/io/source/io/file.cpp -@@ -39,12 +39,12 @@ namespace wolv::io { - #else - - if (mode == File::Mode::Read) -- this->m_file = fopen64(util::toUTF8String(path).c_str(), "rb"); -+ this->m_file = fopen(util::toUTF8String(path).c_str(), "rb"); - else if (mode == File::Mode::Write) -- this->m_file = fopen64(util::toUTF8String(path).c_str(), "r+b"); -+ this->m_file = fopen(util::toUTF8String(path).c_str(), "r+b"); - - if (mode == File::Mode::Create || (mode == File::Mode::Write && this->m_file == nullptr)) -- this->m_file = fopen64(util::toUTF8String(path).c_str(), "w+b"); -+ this->m_file = fopen(util::toUTF8String(path).c_str(), "w+b"); - - #endif - -@@ -82,7 +82,7 @@ namespace wolv::io { - } - - void File::seek(u64 offset) { -- fseeko64(this->m_file, offset, SEEK_SET); -+ fseeko(this->m_file, offset, SEEK_SET); - } - - void File::close() { -@@ -114,8 +114,7 @@ namespace wolv::io { - auto fd = fileno(this->m_file); - auto size = getSize(); - -- this->m_map = reinterpret_cast(mmap(nullptr, size, this->m_mode == Mode::Read ? PROT_READ : PROT_WRITE, MAP_SHARED, fd, 0)); -- -+ this->m_map = reinterpret_cast(mmap(nullptr, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0)); - #endif - } - -@@ -214,7 +213,7 @@ namespace wolv::io { - void File::setSize(u64 size) { - if (!isValid()) return; - -- auto result = ftruncate64(fileno(this->m_file), size); -+ auto result = ftruncate(fileno(this->m_file), size); - util::unused(result); - this->updateSize(); - } -@@ -225,10 +224,10 @@ namespace wolv::io { - return; - } - -- auto startPos = ftello64(this->m_file); -- fseeko64(this->m_file, 0, SEEK_END); -- auto size = ftello64(this->m_file); -- fseeko64(this->m_file, startPos, SEEK_SET); -+ auto startPos = ftello(this->m_file); -+ fseeko(this->m_file, 0, SEEK_END); -+ auto size = ftello(this->m_file); -+ fseeko(this->m_file, startPos, SEEK_SET); - - if (this->m_map != nullptr && size != this->m_fileSize) { - this->unmap(); diff --git a/editors/imhex-current/files/patch-lib_external_libwolv_libs_io_source_io_file__unix.cpp b/editors/imhex/files/patch-lib_external_libwolv_libs_io_source_io_file__unix.cpp similarity index 82% rename from editors/imhex-current/files/patch-lib_external_libwolv_libs_io_source_io_file__unix.cpp rename to editors/imhex/files/patch-lib_external_libwolv_libs_io_source_io_file__unix.cpp index cc0d6a443507..84617b094913 100644 --- a/editors/imhex-current/files/patch-lib_external_libwolv_libs_io_source_io_file__unix.cpp +++ b/editors/imhex/files/patch-lib_external_libwolv_libs_io_source_io_file__unix.cpp @@ -1,4 +1,4 @@ ---- lib/external/libwolv/libs/io/source/io/file_unix.cpp.orig 2024-06-15 11:20:54 UTC +--- lib/external/libwolv/libs/io/source/io/file_unix.cpp.orig 2024-12-29 08:49:46 UTC +++ lib/external/libwolv/libs/io/source/io/file_unix.cpp @@ -5,7 +5,7 @@ #include @@ -9,7 +9,7 @@ #include #include #elif defined(OS_LINUX) -@@ -85,7 +85,11 @@ namespace wolv::io { +@@ -95,7 +95,11 @@ namespace wolv::io { if (!isValid()) return false; @@ -18,10 +18,10 @@ + #else m_map = static_cast(mmap(nullptr, m_fileSize, m_mode == Mode::Read ? PROT_READ : PROT_READ | PROT_WRITE, MAP_SHARED, m_handle, 0)); + #endif - - return true; - } -@@ -182,7 +186,7 @@ namespace wolv::io { + if (m_map == reinterpret_cast(-1)) { + m_openError = errno; + } +@@ -194,7 +198,7 @@ namespace wolv::io { } diff --git a/editors/imhex/files/patch-lib_external_libwolv_libs_io_source_io_fs.cpp b/editors/imhex/files/patch-lib_external_libwolv_libs_io_source_io_fs.cpp deleted file mode 100644 index e153e92150a1..000000000000 --- a/editors/imhex/files/patch-lib_external_libwolv_libs_io_source_io_fs.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/external/libwolv/libs/io/source/io/fs.cpp.orig 2023-04-08 15:52:49 UTC -+++ lib/external/libwolv/libs/io/source/io/fs.cpp -@@ -15,7 +15,7 @@ - #elif defined(OS_LINUX) - - #include -- #include -+ #include - - #endif - diff --git a/editors/imhex/files/patch-lib_external_libwolv_libs_net_include_wolv_net_common.hpp b/editors/imhex/files/patch-lib_external_libwolv_libs_net_include_wolv_net_common.hpp deleted file mode 100644 index 871b2d494616..000000000000 --- a/editors/imhex/files/patch-lib_external_libwolv_libs_net_include_wolv_net_common.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/external/libwolv/libs/net/include/wolv/net/common.hpp.orig 2023-07-09 14:37:57 UTC -+++ lib/external/libwolv/libs/net/include/wolv/net/common.hpp -@@ -16,6 +16,8 @@ - - #endif - -+#include -+ - namespace wolv::net { - - #if defined(OS_WINDOWS) diff --git a/editors/imhex/files/patch-lib_external_pattern__language_lib_CMakeLists.txt b/editors/imhex/files/patch-lib_external_pattern__language_lib_CMakeLists.txt deleted file mode 100644 index c315fdccd068..000000000000 --- a/editors/imhex/files/patch-lib_external_pattern__language_lib_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/external/pattern_language/lib/CMakeLists.txt.orig 2023-06-20 14:11:25 UTC -+++ lib/external/pattern_language/lib/CMakeLists.txt -@@ -69,7 +69,7 @@ add_library(libpl ${LIBRARY_TYPE} - ) - - if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang") -- target_compile_options(libpl PRIVATE -Wall -Wextra -Werror -Wpedantic -Wno-unknown-pragmas -Wno-array-bounds) -+ target_compile_options(libpl PRIVATE -Wall -Wextra -Werror -Wpedantic -Wno-unknown-pragmas -Wno-array-bounds -Wno-error=deprecated-declarations) - if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") - target_compile_options(libpl PRIVATE -Wno-stringop-overflow) - endif() diff --git a/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_ast_ast__node.hpp b/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_ast_ast__node.hpp deleted file mode 100644 index 35e2e1ecf4b3..000000000000 --- a/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_ast_ast__node.hpp +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/external/pattern_language/lib/include/pl/core/ast/ast_node.hpp.orig 2023-06-20 14:11:25 UTC -+++ lib/external/pattern_language/lib/include/pl/core/ast/ast_node.hpp -@@ -18,9 +18,9 @@ namespace pl::core::ast { - public: - using FunctionResult = std::optional; - -- constexpr ASTNode() = default; -- constexpr virtual ~ASTNode() = default; -- constexpr ASTNode(const ASTNode &) = default; -+ ASTNode() = default; -+ virtual ~ASTNode() = default; -+ ASTNode(const ASTNode &) = default; - - [[nodiscard]] u32 getLine() const; - [[nodiscard]] u32 getColumn() const; diff --git a/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_ast_ast__node__bitfield__field.hpp b/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_ast_ast__node__bitfield__field.hpp deleted file mode 100644 index e9cf789b593e..000000000000 --- a/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_ast_ast__node__bitfield__field.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/external/pattern_language/lib/include/pl/core/ast/ast_node_bitfield_field.hpp.orig 2023-07-09 14:52:20 UTC -+++ lib/external/pattern_language/lib/include/pl/core/ast/ast_node_bitfield_field.hpp -@@ -2,6 +2,7 @@ - - #include - #include -+#include - - #include - diff --git a/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_parser.hpp b/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_parser.hpp deleted file mode 100644 index d8205e6ffc90..000000000000 --- a/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_parser.hpp +++ /dev/null @@ -1,38 +0,0 @@ ---- lib/external/pattern_language/lib/include/pl/core/parser.hpp.orig 2023-05-21 11:04:34 UTC -+++ lib/external/pattern_language/lib/include/pl/core/parser.hpp -@@ -234,7 +234,7 @@ namespace pl::core { - else if constexpr (S == Not) - return false; - else -- std::unreachable(); -+ __builtin_unreachable(); - } - - template -@@ -265,7 +265,7 @@ namespace pl::core { - partReset(); - return false; - } else -- std::unreachable(); -+ __builtin_unreachable(); - } - - template -@@ -280,7 +280,7 @@ namespace pl::core { - else if constexpr (S == Not) - return true; - else -- std::unreachable(); -+ __builtin_unreachable(); - } - - template -@@ -290,7 +290,7 @@ namespace pl::core { - else if constexpr (S == Not) - return sequenceImpl(token) && oneOfImpl(args...); - else -- std::unreachable(); -+ __builtin_unreachable(); - } - - template diff --git a/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_token.hpp b/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_token.hpp deleted file mode 100644 index f772aefef49e..000000000000 --- a/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_token.hpp +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/external/pattern_language/lib/include/pl/core/token.hpp.orig 2023-06-24 11:43:14 UTC -+++ lib/external/pattern_language/lib/include/pl/core/token.hpp -@@ -161,7 +161,7 @@ namespace pl::core { - bool global; - std::string comment; - -- constexpr bool operator==(const DocComment &) const = default; -+ bool operator==(const DocComment &) const = default; - }; - - struct Literal : public std::variant> { -@@ -189,7 +189,7 @@ namespace pl::core { - - using ValueTypes = std::variant; - -- constexpr Token(Type type, auto value, u32 line, u32 column) : type(type), value(std::move(value)), line(line), column(column) {} -+ inline Token(Type type, auto value, u32 line, u32 column) : type(type), value(std::move(value)), line(line), column(column) {} - - [[nodiscard]] constexpr static inline bool isInteger(const ValueType &type) { - return isUnsigned(type) || isSigned(type); diff --git a/editors/imhex/files/patch-lib_external_pattern__language_lib_source_pl_lib_std_string.cpp b/editors/imhex/files/patch-lib_external_pattern__language_lib_source_pl_lib_std_string.cpp deleted file mode 100644 index 79b7826ce37d..000000000000 --- a/editors/imhex/files/patch-lib_external_pattern__language_lib_source_pl_lib_std_string.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/external/pattern_language/lib/source/pl/lib/std/string.cpp.orig 2023-04-08 15:36:28 UTC -+++ lib/external/pattern_language/lib/source/pl/lib/std/string.cpp -@@ -35,7 +35,7 @@ namespace pl::lib::libstd::string { - const auto signIndex = index >> (sizeof(index) * 8 - 1); - const auto absIndex = (index ^ signIndex) - signIndex; - #else -- const auto absIndex = std::abs(index); -+ const auto absIndex = (unsigned long)std::abs((long)index); - #endif - - if (absIndex > string.length()) diff --git a/editors/imhex/files/patch-lib_libimhex_CMakeLists.txt b/editors/imhex/files/patch-lib_libimhex_CMakeLists.txt deleted file mode 100644 index 15ecad5e6abb..000000000000 --- a/editors/imhex/files/patch-lib_libimhex_CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- lib/libimhex/CMakeLists.txt.orig 2023-06-24 10:07:39 UTC -+++ lib/libimhex/CMakeLists.txt -@@ -70,4 +70,4 @@ elseif (APPLE) - endif () - - target_link_libraries(libimhex PRIVATE ${FMT_LIBRARIES}) --target_link_libraries(libimhex PUBLIC dl imgui ${NFD_LIBRARIES} magic ${CAPSTONE_LIBRARIES} LLVMDemangle microtar ${NLOHMANN_JSON_LIBRARIES} ${YARA_LIBRARIES} ${LIBCURL_LIBRARIES} ${MBEDTLS_LIBRARIES} ${LIBBACKTRACE_LIBRARIES} libpl libpl-gen ${MINIAUDIO_LIBRARIES} libwolv-utils libwolv-io libwolv-hash libwolv-net libwolv-containers) -+target_link_libraries(libimhex PUBLIC dl imgui ${NFD_LIBRARIES} magic ${CAPSTONE_LIBRARIES} LLVMDemangle microtar ${NLOHMANN_JSON_LIBRARIES} ${YARA_LIBRARIES} ${LIBCURL_LIBRARIES} ${MBEDTLS_LIBRARIES} ${LIBBACKTRACE_LIBRARIES} libpl ${MINIAUDIO_LIBRARIES} libwolv-utils libwolv-io libwolv-hash libwolv-net libwolv-containers inotify) diff --git a/editors/imhex/files/patch-lib_libimhex_include_hex_data__processor_node.hpp b/editors/imhex/files/patch-lib_libimhex_include_hex_data__processor_node.hpp deleted file mode 100644 index fd9c6ef492b3..000000000000 --- a/editors/imhex/files/patch-lib_libimhex_include_hex_data__processor_node.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/libimhex/include/hex/data_processor/node.hpp.orig 2023-04-04 10:04:22 UTC -+++ lib/libimhex/include/hex/data_processor/node.hpp -@@ -50,6 +50,7 @@ namespace hex::dp { - struct NodeError { - Node *node; - std::string message; -+ NodeError(Node *n, std::string m) : node(n), message(m) {}; - }; - - void resetOutputData() { diff --git a/editors/imhex/files/patch-lib_libimhex_include_hex_helpers_patches.hpp b/editors/imhex/files/patch-lib_libimhex_include_hex_helpers_patches.hpp deleted file mode 100644 index fb97498212b6..000000000000 --- a/editors/imhex/files/patch-lib_libimhex_include_hex_helpers_patches.hpp +++ /dev/null @@ -1,26 +0,0 @@ ---- lib/libimhex/include/hex/helpers/patches.hpp.orig 2023-02-13 15:24:10 UTC -+++ lib/libimhex/include/hex/helpers/patches.hpp -@@ -4,7 +4,7 @@ - - #include - #include --#include -+#include - - namespace hex { - -@@ -18,9 +18,9 @@ namespace hex { - MissingEOF - }; - -- std::expected, IPSError> generateIPSPatch(const Patches &patches); -- std::expected, IPSError> generateIPS32Patch(const Patches &patches); -+ tl::expected, IPSError> generateIPSPatch(const Patches &patches); -+ tl::expected, IPSError> generateIPS32Patch(const Patches &patches); - -- std::expected loadIPSPatch(const std::vector &ipsPatch); -- std::expected loadIPS32Patch(const std::vector &ipsPatch); -+ tl::expected loadIPSPatch(const std::vector &ipsPatch); -+ tl::expected loadIPS32Patch(const std::vector &ipsPatch); - } -\ No newline at end of file diff --git a/editors/imhex/files/patch-lib_libimhex_source_api_imhex__api.cpp b/editors/imhex/files/patch-lib_libimhex_source_api_imhex__api.cpp deleted file mode 100644 index 620ee3a6bb2d..000000000000 --- a/editors/imhex/files/patch-lib_libimhex_source_api_imhex__api.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- lib/libimhex/source/api/imhex_api.cpp.orig 2023-06-24 10:07:39 UTC -+++ lib/libimhex/source/api/imhex_api.cpp -@@ -8,6 +8,7 @@ - - #include - -+#include - #include - #include - -@@ -269,7 +270,7 @@ namespace hex { - } - - bool isDirty() { -- return std::ranges::any_of(s_providers, [](const auto &provider) { -+ return ranges::any_of(s_providers, [](const auto &provider) { - return provider->isDirty(); - }); - } diff --git a/editors/imhex/files/patch-lib_libimhex_source_helpers_fs.cpp b/editors/imhex/files/patch-lib_libimhex_source_helpers_fs.cpp deleted file mode 100644 index bd925367ce9e..000000000000 --- a/editors/imhex/files/patch-lib_libimhex_source_helpers_fs.cpp +++ /dev/null @@ -1,27 +0,0 @@ ---- lib/libimhex/source/helpers/fs.cpp.orig 2023-06-24 10:07:39 UTC -+++ lib/libimhex/source/helpers/fs.cpp -@@ -12,10 +12,15 @@ - #include - #elif defined(OS_LINUX) - #include -+# if defined(__FreeBSD__) -+ #include -+# else - #include -+# endif - #endif - - #include -+#include - #include - - #include -@@ -120,7 +125,7 @@ namespace hex::fs { - result = NFD::PickFolder(outPath, defaultPath.empty() ? nullptr : defaultPath.c_str()); - break; - default: -- std::unreachable(); -+ __builtin_unreachable(); - } - - if (result == NFD_OKAY){ diff --git a/editors/imhex/files/patch-lib_libimhex_source_helpers_patches.cpp b/editors/imhex/files/patch-lib_libimhex_source_helpers_patches.cpp deleted file mode 100644 index dd41c9f794f8..000000000000 --- a/editors/imhex/files/patch-lib_libimhex_source_helpers_patches.cpp +++ /dev/null @@ -1,126 +0,0 @@ ---- lib/libimhex/source/helpers/patches.cpp.orig 2023-02-13 15:36:19 UTC -+++ lib/libimhex/source/helpers/patches.cpp -@@ -18,7 +18,7 @@ namespace hex { - std::memcpy((&buffer.back() - sizeof(T)) + 1, &bytes, sizeof(T)); - } - -- std::expected, IPSError> generateIPSPatch(const Patches &patches) { -+ tl::expected, IPSError> generateIPSPatch(const Patches &patches) { - std::vector result; - - pushStringBack(result, "PATCH"); -@@ -43,9 +43,9 @@ namespace hex { - bytes.push_back(values[i]); - - if (bytes.size() > 0xFFFF) -- return std::unexpected(IPSError::PatchTooLarge); -+ return tl::unexpected(IPSError::PatchTooLarge); - if (startAddress > 0xFFFF'FFFF) -- return std::unexpected(IPSError::AddressOutOfRange); -+ return tl::unexpected(IPSError::AddressOutOfRange); - - u32 address = startAddress.value(); - auto addressBytes = reinterpret_cast(&address); -@@ -68,7 +68,7 @@ namespace hex { - return result; - } - -- std::expected, IPSError> generateIPS32Patch(const Patches &patches) { -+ tl::expected, IPSError> generateIPS32Patch(const Patches &patches) { - std::vector result; - - pushStringBack(result, "IPS32"); -@@ -93,9 +93,9 @@ namespace hex { - bytes.push_back(values[i]); - - if (bytes.size() > 0xFFFF) -- return std::unexpected(IPSError::PatchTooLarge); -+ return tl::unexpected(IPSError::PatchTooLarge); - if (startAddress > 0xFFFF'FFFF) -- return std::unexpected(IPSError::AddressOutOfRange); -+ return tl::unexpected(IPSError::AddressOutOfRange); - - u32 address = startAddress.value(); - auto addressBytes = reinterpret_cast(&address); -@@ -119,12 +119,12 @@ namespace hex { - return result; - } - -- std::expected loadIPSPatch(const std::vector &ipsPatch) { -+ tl::expected loadIPSPatch(const std::vector &ipsPatch) { - if (ipsPatch.size() < (5 + 3)) -- return std::unexpected(IPSError::InvalidPatchHeader); -+ return tl::unexpected(IPSError::InvalidPatchHeader); - - if (std::memcmp(ipsPatch.data(), "PATCH", 5) != 0) -- return std::unexpected(IPSError::InvalidPatchHeader); -+ return tl::unexpected(IPSError::InvalidPatchHeader); - - Patches result; - bool foundEOF = false; -@@ -139,7 +139,7 @@ namespace hex { - // Handle normal record - if (size > 0x0000) { - if (ipsOffset + size > ipsPatch.size() - 3) -- return std::unexpected(IPSError::InvalidPatchFormat); -+ return tl::unexpected(IPSError::InvalidPatchFormat); - - for (u16 i = 0; i < size; i++) - result[offset + i] = ipsPatch[ipsOffset + i]; -@@ -148,7 +148,7 @@ namespace hex { - // Handle RLE record - else { - if (ipsOffset + 3 > ipsPatch.size() - 3) -- return std::unexpected(IPSError::InvalidPatchFormat); -+ return tl::unexpected(IPSError::InvalidPatchFormat); - - u16 rleSize = ipsPatch[ipsOffset + 0] | (ipsPatch[ipsOffset + 1] << 8); - -@@ -167,15 +167,15 @@ namespace hex { - if (foundEOF) - return result; - else -- return std::unexpected(IPSError::MissingEOF); -+ return tl::unexpected(IPSError::MissingEOF); - } - -- std::expected loadIPS32Patch(const std::vector &ipsPatch) { -+ tl::expected loadIPS32Patch(const std::vector &ipsPatch) { - if (ipsPatch.size() < (5 + 4)) -- return std::unexpected(IPSError::InvalidPatchHeader); -+ return tl::unexpected(IPSError::InvalidPatchHeader); - - if (std::memcmp(ipsPatch.data(), "IPS32", 5) != 0) -- return std::unexpected(IPSError::InvalidPatchHeader); -+ return tl::unexpected(IPSError::InvalidPatchHeader); - - Patches result; - bool foundEEOF = false; -@@ -190,7 +190,7 @@ namespace hex { - // Handle normal record - if (size > 0x0000) { - if (ipsOffset + size > ipsPatch.size() - 3) -- return std::unexpected(IPSError::InvalidPatchFormat); -+ return tl::unexpected(IPSError::InvalidPatchFormat); - - for (u16 i = 0; i < size; i++) - result[offset + i] = ipsPatch[ipsOffset + i]; -@@ -199,7 +199,7 @@ namespace hex { - // Handle RLE record - else { - if (ipsOffset + 3 > ipsPatch.size() - 3) -- return std::unexpected(IPSError::InvalidPatchFormat); -+ return tl::unexpected(IPSError::InvalidPatchFormat); - - u16 rleSize = ipsPatch[ipsOffset + 0] | (ipsPatch[ipsOffset + 1] << 8); - -@@ -218,7 +218,7 @@ namespace hex { - if (foundEEOF) - return result; - else -- return std::unexpected(IPSError::MissingEOF); -+ return tl::unexpected(IPSError::MissingEOF); - } - - } -\ No newline at end of file diff --git a/editors/imhex/files/patch-lib_libimhex_source_helpers_stacktrace.cpp b/editors/imhex/files/patch-lib_libimhex_source_helpers_stacktrace.cpp deleted file mode 100644 index 0027dae3b29c..000000000000 --- a/editors/imhex/files/patch-lib_libimhex_source_helpers_stacktrace.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/libimhex/source/helpers/stacktrace.cpp.orig 2023-06-24 11:58:12 UTC -+++ lib/libimhex/source/helpers/stacktrace.cpp -@@ -119,7 +119,7 @@ - auto count = backtrace(addresses.data(), addresses.size()); - auto functions = backtrace_symbols(addresses.data(), count); - -- for (i32 i = 0; i < count; i++) -+ for (size_t i = 0; i < count; i++) - result.push_back(StackFrame { "", functions[i], 0 }); - - return result; diff --git a/editors/imhex-current/files/patch-lib_third__party_jthread_includes_jthread.hpp b/editors/imhex/files/patch-lib_third__party_jthread_includes_jthread.hpp similarity index 75% rename from editors/imhex-current/files/patch-lib_third__party_jthread_includes_jthread.hpp rename to editors/imhex/files/patch-lib_third__party_jthread_includes_jthread.hpp index 1e7f19883e24..aa6e0e9a582f 100644 --- a/editors/imhex-current/files/patch-lib_third__party_jthread_includes_jthread.hpp +++ b/editors/imhex/files/patch-lib_third__party_jthread_includes_jthread.hpp @@ -1,4 +1,4 @@ ---- lib/third_party/jthread/includes/jthread.hpp.orig 2024-03-23 09:15:12 UTC +--- lib/third_party/jthread/includes/jthread.hpp.orig 2024-12-28 15:09:51 UTC +++ lib/third_party/jthread/includes/jthread.hpp @@ -1,6 +1,11 @@ #pragma once @@ -12,4 +12,4 @@ + || (__FreeBSD_version >= 1300000 && __FreeBSD_version >= 1303503) #include #else - #include "../jthread/source/jthread.hpp" + #define __stop_callback_base __stop_callback_base_j diff --git a/editors/imhex/files/patch-main_CMakeLists.txt b/editors/imhex/files/patch-main_CMakeLists.txt deleted file mode 100644 index de956606b3a8..000000000000 --- a/editors/imhex/files/patch-main_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- main/CMakeLists.txt.orig 2023-06-24 10:07:39 UTC -+++ main/CMakeLists.txt -@@ -31,7 +31,7 @@ set_target_properties(main PROPERTIES - - add_compile_definitions(IMHEX_PROJECT_NAME="${PROJECT_NAME}") - --target_link_libraries(main PRIVATE libromfs-imhex libimhex ${FMT_LIBRARIES}) -+target_link_libraries(main PRIVATE libromfs-imhex libimhex ${FMT_LIBRARIES} execinfo) - if (WIN32) - target_link_libraries(main PRIVATE usp10 wsock32 ws2_32 Dwmapi.lib) - else () diff --git a/editors/imhex/files/patch-main_source_window_linux__window.cpp b/editors/imhex/files/patch-main_source_window_linux__window.cpp deleted file mode 100644 index aa1ef665b55d..000000000000 --- a/editors/imhex/files/patch-main_source_window_linux__window.cpp +++ /dev/null @@ -1,38 +0,0 @@ ---- main/source/window/linux_window.cpp.orig 2023-07-08 16:57:04 UTC -+++ main/source/window/linux_window.cpp -@@ -19,8 +19,26 @@ - #include - #include - #include -+ #include -+ #include - - namespace hex { -+ // Brought from lib/external/pattern_language/external/cli11/include/CLI/impl/StringTools_inl.hpp -+ std::vector split(const std::string &s, char delim) { -+ std::vector elems; -+ // Check to see if empty string, give consistent result -+ if(s.empty()) { -+ elems.emplace_back(); -+ } else { -+ std::stringstream ss; -+ ss.str(s); -+ std::string item; -+ while(std::getline(ss, item, delim)) { -+ elems.push_back(item); -+ } -+ } -+ return elems; -+ } - - bool isFileInPath(const std::fs::path &filename) { - auto optPathVar = hex::getEnvironmentVariable("PATH"); -@@ -29,7 +47,7 @@ namespace hex { - return false; - } - -- for (auto dir : std::views::split(optPathVar.value(), ':')) { -+ for (auto dir : split(optPathVar.value(), ':')) { - if (std::fs::exists(std::fs::path(std::string_view(dir)) / filename)) { - return true; - } diff --git a/editors/imhex/files/patch-main_source_window_window.cpp b/editors/imhex/files/patch-main_source_window_window.cpp deleted file mode 100644 index 14b266d3d7e1..000000000000 --- a/editors/imhex/files/patch-main_source_window_window.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- main/source/window/window.cpp.orig 2023-06-24 10:07:39 UTC -+++ main/source/window/window.cpp -@@ -220,7 +220,7 @@ namespace hex { - } - } - -- static void createNestedMenu(std::span menuItems, const Shortcut &shortcut, const std::function &callback, const std::function &enabledCallback) { -+ static void createNestedMenu(const std::vector &menuItems, const Shortcut &shortcut, const std::function &callback, const std::function &enabledCallback) { - const auto &name = menuItems.front(); - - if (name == ContentRegistry::Interface::impl::SeparatorValue) { diff --git a/editors/imhex-current/files/patch-main_updater_CMakeLists.txt b/editors/imhex/files/patch-main_updater_CMakeLists.txt similarity index 100% rename from editors/imhex-current/files/patch-main_updater_CMakeLists.txt rename to editors/imhex/files/patch-main_updater_CMakeLists.txt diff --git a/editors/imhex/files/patch-plugins_builtin_include_content_views_view__pattern__editor.hpp b/editors/imhex/files/patch-plugins_builtin_include_content_views_view__pattern__editor.hpp deleted file mode 100644 index 2a25fa1ec85a..000000000000 --- a/editors/imhex/files/patch-plugins_builtin_include_content_views_view__pattern__editor.hpp +++ /dev/null @@ -1,19 +0,0 @@ ---- plugins/builtin/include/content/views/view_pattern_editor.hpp.orig 2023-06-24 14:40:57 UTC -+++ plugins/builtin/include/content/views/view_pattern_editor.hpp -@@ -19,6 +19,7 @@ - #include - #include - #include -+#include - - #include - -@@ -151,7 +152,7 @@ namespace hex::plugin::builtin { - bool m_syncPatternSourceCode = false; - bool m_autoLoadPatterns = true; - -- std::map> m_sectionWindowDrawer; -+ std::map> m_sectionWindowDrawer; - - ui::HexEditor m_sectionHexEditor; - diff --git a/editors/imhex/files/patch-plugins_builtin_source_content_command__palette__commands.cpp b/editors/imhex/files/patch-plugins_builtin_source_content_command__palette__commands.cpp deleted file mode 100644 index 6718550d195e..000000000000 --- a/editors/imhex/files/patch-plugins_builtin_source_content_command__palette__commands.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/builtin/source/content/command_palette_commands.cpp.orig 2023-04-08 16:49:33 UTC -+++ plugins/builtin/source/content/command_palette_commands.cpp -@@ -69,7 +69,7 @@ namespace hex::plugin::builtin { - if (auto combined = wolv::util::combineStrings(names, " -> "); hex::containsIgnoreCase(combined, input) && !combined.contains(ContentRegistry::Interface::impl::SeparatorValue) && !combined.contains(ContentRegistry::Interface::impl::SubMenuValue)) { - result.emplace_back(ContentRegistry::CommandPaletteCommands::impl::QueryResult { - std::move(combined), -- [entry](const auto&) { entry.callback(); } -+ [entry=entry](const auto&) { entry.callback(); } - }); - } - } diff --git a/editors/imhex/files/patch-plugins_builtin_source_content_data__inspector.cpp b/editors/imhex/files/patch-plugins_builtin_source_content_data__inspector.cpp deleted file mode 100644 index 1e41fa40cd56..000000000000 --- a/editors/imhex/files/patch-plugins_builtin_source_content_data__inspector.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- plugins/builtin/source/content/data_inspector.cpp.orig 2023-04-04 10:04:22 UTC -+++ plugins/builtin/source/content/data_inspector.cpp -@@ -105,7 +105,7 @@ namespace hex::plugin::builtin { - - bool negative = number < 0; - -- return hex::format(format, negative ? "-" : "", std::abs(number)); -+ return hex::format(format, negative ? "-" : "", std::abs((long)number)); - } - - template -@@ -277,7 +277,7 @@ namespace hex::plugin::builtin { - - auto number = hex::crypt::decodeSleb128(buffer); - bool negative = number < 0; -- auto value = hex::format(format, negative ? "-" : "", std::abs(number)); -+ auto value = hex::format(format, negative ? "-" : "", std::abs((long)number)); - - return [value] { ImGui::TextUnformatted(value.c_str()); return value; }; - }, diff --git a/editors/imhex/files/patch-plugins_builtin_source_content_helpers_math__evaluator.cpp b/editors/imhex/files/patch-plugins_builtin_source_content_helpers_math__evaluator.cpp deleted file mode 100644 index 44d28a094316..000000000000 --- a/editors/imhex/files/patch-plugins_builtin_source_content_helpers_math__evaluator.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- plugins/builtin/source/content/helpers/math_evaluator.cpp.orig 2022-10-12 10:48:50 UTC -+++ plugins/builtin/source/content/helpers/math_evaluator.cpp -@@ -434,9 +434,9 @@ namespace hex { - template - void MathEvaluator::registerStandardVariables() { - this->setVariable("ans", 0); -- this->setVariable("pi", std::numbers::pi, true); -- this->setVariable("e", std::numbers::e, true); -- this->setVariable("phi", std::numbers::phi, true); -+ this->setVariable("pi", 3.141592653589793238462643383279502884L, true); -+ this->setVariable("e", 2.718281828459045235360287471352662498L, true); -+ this->setVariable("phi", 1.618033988749894848204586834365638117L, true); - } - - template diff --git a/editors/imhex/files/patch-plugins_builtin_source_content_pl__visualizers.cpp b/editors/imhex/files/patch-plugins_builtin_source_content_pl__visualizers.cpp deleted file mode 100644 index cd27742eb021..000000000000 --- a/editors/imhex/files/patch-plugins_builtin_source_content_pl__visualizers.cpp +++ /dev/null @@ -1,31 +0,0 @@ ---- plugins/builtin/source/content/pl_visualizers.cpp.orig 2023-06-24 10:07:39 UTC -+++ plugins/builtin/source/content/pl_visualizers.cpp -@@ -307,11 +307,11 @@ namespace hex::plugin::builtin { - - ImGui::TableNextColumn(); - ImGui::TextUnformatted("hex.builtin.pl_visualizer.3d.rotation"_lang); -- ImGui::VSliderFloat("##X", ImVec2(18_scaled, textureSize.y), &rotation.data()[0], 0, std::numbers::pi * 2, "", ImGuiSliderFlags_AlwaysClamp); -+ ImGui::VSliderFloat("##X", ImVec2(18_scaled, textureSize.y), &rotation.data()[0], 0, 3.141592653589793238462643383279502884L * 2, "", ImGuiSliderFlags_AlwaysClamp); - ImGui::SameLine(); -- ImGui::VSliderFloat("##Y", ImVec2(18_scaled, textureSize.y), &rotation.data()[1], 0, std::numbers::pi * 2, "", ImGuiSliderFlags_AlwaysClamp); -+ ImGui::VSliderFloat("##Y", ImVec2(18_scaled, textureSize.y), &rotation.data()[1], 0, 3.141592653589793238462643383279502884L * 2, "", ImGuiSliderFlags_AlwaysClamp); - ImGui::SameLine(); -- ImGui::VSliderFloat("##Z", ImVec2(18_scaled, textureSize.y), &rotation.data()[2], 0, std::numbers::pi * 2, "", ImGuiSliderFlags_AlwaysClamp); -+ ImGui::VSliderFloat("##Z", ImVec2(18_scaled, textureSize.y), &rotation.data()[2], 0, 3.141592653589793238462643383279502884L * 2, "", ImGuiSliderFlags_AlwaysClamp); - - ImGui::TableNextRow(); - ImGui::TableNextColumn(); -@@ -323,10 +323,10 @@ namespace hex::plugin::builtin { - ImGui::PopItemWidth(); - - for (u8 i = 0; i < 3; i++) { -- while (rotation.data()[i] > std::numbers::pi * 2) -- rotation.data()[i] -= std::numbers::pi * 2; -+ while (rotation.data()[i] > 3.141592653589793238462643383279502884L * 2) -+ rotation.data()[i] -= 3.141592653589793238462643383279502884L * 2; - while (rotation.data()[i] < 0) -- rotation.data()[i] += std::numbers::pi * 2; -+ rotation.data()[i] += 3.141592653589793238462643383279502884L * 2; - } - - ImGui::TableNextColumn(); diff --git a/editors/imhex/files/patch-plugins_builtin_source_content_providers_disk__provider.cpp b/editors/imhex/files/patch-plugins_builtin_source_content_providers_disk__provider.cpp deleted file mode 100644 index b66b5990b311..000000000000 --- a/editors/imhex/files/patch-plugins_builtin_source_content_providers_disk__provider.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/builtin/source/content/providers/disk_provider.cpp.orig 2023-04-04 10:04:22 UTC -+++ plugins/builtin/source/content/providers/disk_provider.cpp -@@ -24,7 +24,7 @@ - #include - #endif - --#if defined(OS_LINUX) -+#if !defined(__FreeBSD__) - #define lseek lseek64 - #endif - diff --git a/editors/imhex/files/patch-plugins_builtin_source_content_tools__entries.cpp b/editors/imhex/files/patch-plugins_builtin_source_content_tools__entries.cpp deleted file mode 100644 index 4392233ab87e..000000000000 --- a/editors/imhex/files/patch-plugins_builtin_source_content_tools__entries.cpp +++ /dev/null @@ -1,25 +0,0 @@ ---- plugins/builtin/source/content/tools_entries.cpp.orig 2023-05-21 08:44:41 UTC -+++ plugins/builtin/source/content/tools_entries.cpp -@@ -1501,9 +1501,6 @@ namespace hex::plugin::builtin { - enum class InputType { infinity, notANumber, quietNotANumber, signalingNotANumber, regular, invalid }; - std::string specialNumbers[] = {"inf", "Inf", "INF", "nan", "Nan", "NAN", "qnan", "Qnan", "QNAN", "snan", "Snan", "SNAN"}; - -- // We allow any input in order to accept infinities and NaNs, all invalid entries -- // are detected by from_chars. You can also enter -0 or -inf. -- std::from_chars_result res; - if (ImGui::InputText("##resultFloat", decimalFloatingPointNumberString, flags)) { - // Always obtain sign first. - if (decimalFloatingPointNumberString[0] == '-') { -@@ -1531,11 +1528,7 @@ namespace hex::plugin::builtin { - - if (inputType == InputType::regular) { - decimalStrView = decimalFloatingPointNumberString; -- res = std::from_chars(decimalStrView.data(), decimalStrView.data() + decimalStrView.size(), resultFloat); -- // this is why we use from_chars -- if (res.ec != std::errc()) { -- inputType = InputType::invalid; -- } -+ resultFloat = std::strtold(decimalStrView.data(), nullptr); - } else if (inputType == InputType::infinity) { - resultFloat = std::numeric_limits::infinity(); - resultFloat *= (signBits == 1 ? -1 : 1); diff --git a/editors/imhex/files/patch-plugins_builtin_source_content_views_view__find.cpp b/editors/imhex/files/patch-plugins_builtin_source_content_views_view__find.cpp deleted file mode 100644 index ece991fcbe70..000000000000 --- a/editors/imhex/files/patch-plugins_builtin_source_content_views_view__find.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- plugins/builtin/source/content/views/view_find.cpp.orig 2023-06-24 10:07:39 UTC -+++ plugins/builtin/source/content/views/view_find.cpp -@@ -265,7 +265,7 @@ namespace hex::plugin::builtin { - while (true) { - task.update(progress); - -- occurrence = std::search(reader.begin(), reader.end(), std::boyer_moore_horspool_searcher(bytes.begin(), bytes.end())); -+ occurrence = std::search(reader.begin(), reader.end(), bytes.begin(), bytes.end()); - if (occurrence == reader.end()) - break; - -@@ -391,7 +391,7 @@ namespace hex::plugin::builtin { - for (u64 address = searchRegion.getStartAddress(); address < searchRegion.getEndAddress(); address += advance) { - task.update(address); - -- auto result = std::visit([&](auto tag) { -+ auto result = std::visit([&, min=min, max=max](auto tag) { - using T = std::remove_cvref_t>; - - auto minValue = std::get(min); diff --git a/editors/imhex/files/patch-plugins_builtin_source_content_views_view__hex__editor.cpp b/editors/imhex/files/patch-plugins_builtin_source_content_views_view__hex__editor.cpp deleted file mode 100644 index 4dc2628bfc41..000000000000 --- a/editors/imhex/files/patch-plugins_builtin_source_content_views_view__hex__editor.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/builtin/source/content/views/view_hex_editor.cpp.orig 2023-06-24 10:07:39 UTC -+++ plugins/builtin/source/content/views/view_hex_editor.cpp -@@ -300,7 +300,7 @@ namespace hex::plugin::builtin { - reader.seek(this->m_searchPosition.value_or(provider->getBaseAddress())); - - constexpr static auto searchFunction = [](const auto &haystackBegin, const auto &haystackEnd, const auto &needleBegin, const auto &needleEnd) { -- return std::search(haystackBegin, haystackEnd, std::boyer_moore_horspool_searcher(needleBegin, needleEnd)); -+ return std::search(haystackBegin, haystackEnd, needleBegin, needleEnd); - }; - - if (!backwards) { diff --git a/editors/imhex/files/patch-plugins_builtin_source_content_views_view__pattern__editor.cpp b/editors/imhex/files/patch-plugins_builtin_source_content_views_view__pattern__editor.cpp deleted file mode 100644 index 76a87920b3d8..000000000000 --- a/editors/imhex/files/patch-plugins_builtin_source_content_views_view__pattern__editor.cpp +++ /dev/null @@ -1,32 +0,0 @@ ---- plugins/builtin/source/content/views/view_pattern_editor.cpp.orig 2023-06-24 10:07:39 UTC -+++ plugins/builtin/source/content/views/view_pattern_editor.cpp -@@ -494,9 +494,9 @@ namespace hex::plugin::builtin { - dataProvider->writeRaw(0x00, section.data.data(), section.data.size()); - dataProvider->setReadOnly(true); - -- auto hexEditor = auto(this->m_sectionHexEditor); -+ auto hexEditor = this->m_sectionHexEditor; - -- hexEditor.setBackgroundHighlightCallback([this, id, &runtime](u64 address, const u8 *, size_t) -> std::optional { -+ hexEditor.setBackgroundHighlightCallback([this, id=id, &runtime](u64 address, const u8 *, size_t) -> std::optional { - if (this->m_runningEvaluators != 0) - return std::nullopt; - if (!ImHexApi::Provider::isValid()) -@@ -519,7 +519,7 @@ namespace hex::plugin::builtin { - auto patternProvider = ImHexApi::Provider::get(); - - -- this->m_sectionWindowDrawer[patternProvider] = [this, id, patternProvider, dataProvider = std::move(dataProvider), hexEditor, patternDrawer = ui::PatternDrawer(), &runtime] mutable { -+ this->m_sectionWindowDrawer[patternProvider] = [this, id=id, patternProvider, dataProvider = std::move(dataProvider), hexEditor, patternDrawer = ui::PatternDrawer(), &runtime] mutable { - hexEditor.setProvider(dataProvider.get()); - hexEditor.draw(480_scaled); - patternDrawer.setSelectionCallback([&](const auto ®ion) { -@@ -1138,7 +1138,7 @@ namespace hex::plugin::builtin { - if (type->isTemplateType()) - continue; - -- createNestedMenu(hex::splitString(typeName, "::"), [&, this] { -+ createNestedMenu(hex::splitString(typeName, "::"), [&, this, typeName=typeName] { - std::string variableName; - for (char &c : hex::replaceStrings(typeName, "::", "_")) - variableName += static_cast(std::tolower(c)); diff --git a/editors/imhex/files/patch-plugins_builtin_source_ui_pattern__drawer.cpp b/editors/imhex/files/patch-plugins_builtin_source_ui_pattern__drawer.cpp deleted file mode 100644 index 9f53cdcce3dd..000000000000 --- a/editors/imhex/files/patch-plugins_builtin_source_ui_pattern__drawer.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/builtin/source/ui/pattern_drawer.cpp.orig 2023-06-24 14:40:57 UTC -+++ plugins/builtin/source/ui/pattern_drawer.cpp -@@ -234,7 +234,8 @@ namespace hex::plugin::builtin::ui { - ImGui::TextUnformatted("hex.builtin.pattern_drawer.visualizer.invalid_parameter_count"_lang); - } else { - try { -- visualizer.callback(pattern, iterable, reset, { arguments.begin() + 1, arguments.end() }); -+ const std::vector args = { arguments.begin() + 1, arguments.end() }; -+ visualizer.callback(pattern, iterable, reset, args); - } catch (std::exception &e) { - this->m_lastVisualizerError = e.what(); - } diff --git a/editors/imhex/pkg-plist b/editors/imhex/pkg-plist index 02c7d66cd8e9..7e5bcf0d5a08 100644 --- a/editors/imhex/pkg-plist +++ b/editors/imhex/pkg-plist @@ -1,5 +1,7 @@ bin/imhex -lib/libimhex.so.1.30.1 +bin/imhex-updater +lib/libimhex.so +lib/libimhex.so.1.36.2 share/applications/imhex.desktop %%DATADIR%%/constants/crc16.json %%DATADIR%%/constants/crc32.json @@ -7,11 +9,12 @@ share/applications/imhex.desktop %%DATADIR%%/constants/linux_errors.json %%DATADIR%%/encodings/arabic_iso.tbl %%DATADIR%%/encodings/arabic_windows.tbl +%%DATADIR%%/encodings/ascii.tbl %%DATADIR%%/encodings/ascii_ansi.tbl %%DATADIR%%/encodings/ascii_oem.tbl -%%DATADIR%%/encodings/ascii.tbl %%DATADIR%%/encodings/baltic_iso.tbl %%DATADIR%%/encodings/baltic_windows.tbl +%%DATADIR%%/encodings/big5.tbl %%DATADIR%%/encodings/cyrillic_cp866.tbl %%DATADIR%%/encodings/cyrillic_iso.tbl %%DATADIR%%/encodings/cyrillic_koi8_r.tbl @@ -22,6 +25,7 @@ share/applications/imhex.desktop %%DATADIR%%/encodings/ebcdic.tbl %%DATADIR%%/encodings/euc_jp.tbl %%DATADIR%%/encodings/euc_kr.tbl +%%DATADIR%%/encodings/gbk.tbl %%DATADIR%%/encodings/greek_iso.tbl %%DATADIR%%/encodings/greek_windows.tbl %%DATADIR%%/encodings/hebrew_iso.tbl @@ -44,10 +48,14 @@ share/applications/imhex.desktop %%DATADIR%%/includes/hex/core.pat %%DATADIR%%/includes/hex/dec.pat %%DATADIR%%/includes/hex/http.pat -%%DATADIR%%/includes/hex/provider.pat %%DATADIR%%/includes/hex/impl/imhex_check.pat +%%DATADIR%%/includes/hex/provider.pat +%%DATADIR%%/includes/hex/type/encstr.pat +%%DATADIR%%/includes/hex/type/instruction.pat +%%DATADIR%%/includes/hex/type/json.pat %%DATADIR%%/includes/hex/type/mangled.pat %%DATADIR%%/includes/std/array.pat +%%DATADIR%%/includes/std/attrs.pat %%DATADIR%%/includes/std/bit.pat %%DATADIR%%/includes/std/core.pat %%DATADIR%%/includes/std/ctype.pat @@ -69,6 +77,7 @@ share/applications/imhex.desktop %%DATADIR%%/includes/type/byte.pat %%DATADIR%%/includes/type/color.pat %%DATADIR%%/includes/type/float16.pat +%%DATADIR%%/includes/type/fmt.pat %%DATADIR%%/includes/type/guid.pat %%DATADIR%%/includes/type/ip.pat %%DATADIR%%/includes/type/leb128.pat @@ -84,86 +93,1397 @@ share/applications/imhex.desktop %%DATADIR%%/includes/type/types/win32.pat %%DATADIR%%/magic/nintendo_switch_magic %%DATADIR%%/magic/portable_executable_magic +%%DATADIR%%/nodes/caesar.hexnode +%%DATADIR%%/nodes/xor.hexnode +%%DATADIR%%/patterns/3ds.hexpat %%DATADIR%%/patterns/7z.hexpat %%DATADIR%%/patterns/Crashlvl.hexpat +%%DATADIR%%/patterns/adts.hexpat %%DATADIR%%/patterns/afe2.hexpat +%%DATADIR%%/patterns/ani.hexpat %%DATADIR%%/patterns/ar.hexpat +%%DATADIR%%/patterns/arc.hexpat +%%DATADIR%%/patterns/aria2.hexpat %%DATADIR%%/patterns/arm_cm_vtor.hexpat +%%DATADIR%%/patterns/bastion/map.hexpat +%%DATADIR%%/patterns/bastion/profile.hexpat +%%DATADIR%%/patterns/bastion/save.hexpat +%%DATADIR%%/patterns/bastion/util.hexpat %%DATADIR%%/patterns/bencode.hexpat +%%DATADIR%%/patterns/bgcode.hexpat +%%DATADIR%%/patterns/binka.hexpat +%%DATADIR%%/patterns/blend.hexpat %%DATADIR%%/patterns/bmp.hexpat +%%DATADIR%%/patterns/bplist.hexpat %%DATADIR%%/patterns/bson.hexpat %%DATADIR%%/patterns/bsp_goldsrc.hexpat +%%DATADIR%%/patterns/bzip3.hexpat %%DATADIR%%/patterns/cchva.hexpat %%DATADIR%%/patterns/ccpal.hexpat %%DATADIR%%/patterns/ccvxl.hexpat %%DATADIR%%/patterns/cda.hexpat %%DATADIR%%/patterns/chm.hexpat %%DATADIR%%/patterns/coff.hexpat -%%DATADIR%%/patterns/cpio.pat +%%DATADIR%%/patterns/cpio.hexpat +%%DATADIR%%/patterns/credhist.hexpat %%DATADIR%%/patterns/dds.hexpat %%DATADIR%%/patterns/dex.hexpat +%%DATADIR%%/patterns/dicom.hexpat %%DATADIR%%/patterns/dmg.hexpat +%%DATADIR%%/patterns/dmp64.hexpat +%%DATADIR%%/patterns/dpapiblob.hexpat +%%DATADIR%%/patterns/dpapimasterkey.hexpat %%DATADIR%%/patterns/dsstore.hexpat +%%DATADIR%%/patterns/dted.hexpat %%DATADIR%%/patterns/elf.hexpat %%DATADIR%%/patterns/evtx.hexpat -%%DATADIR%%/patterns/fdt.pat +%%DATADIR%%/patterns/ext4.hexpat +%%DATADIR%%/patterns/fas_oskasoftware.hexpat +%%DATADIR%%/patterns/fas_oskasoftware_old.hexpat +%%DATADIR%%/patterns/fbx.hexpat +%%DATADIR%%/patterns/fdt.hexpat +%%DATADIR%%/patterns/ffx/all/a_abilities.bin.hexpat +%%DATADIR%%/patterns/ffx/all/btl.bin.hexpat +%%DATADIR%%/patterns/ffx/all/buki_get.bin.hexpat +%%DATADIR%%/patterns/ffx/all/mon.bin.hexpat +%%DATADIR%%/patterns/ffx/all/ply_save.bin.hexpat +%%DATADIR%%/patterns/ffx/all/sphere_grid_layout.dat.hexpat +%%DATADIR%%/patterns/ffx/all/sphere_grid_nodes.dat.hexpat +%%DATADIR%%/patterns/ffx/all/st_number.bin.hexpat +%%DATADIR%%/patterns/ffx/all/sum_assure.bin.hexpat +%%DATADIR%%/patterns/ffx/all/takara.bin.hexpat +%%DATADIR%%/patterns/ffx/all/weapon.bin.hexpat +%%DATADIR%%/patterns/ffx/en/important.bin.hexpat +%%DATADIR%%/patterns/ffx/en/item.bin.hexpat +%%DATADIR%%/patterns/ffx/en/moncom.hexpat +%%DATADIR%%/patterns/ffx/en/panel.bin.hexpat +%%DATADIR%%/patterns/ffx/en/pccom.hexpat +%%DATADIR%%/patterns/ffx/en/sphere.bin.hexpat +%%DATADIR%%/patterns/ffx/en/txt/double0.hexpat +%%DATADIR%%/patterns/ffx/en/txt/double1.hexpat +%%DATADIR%%/patterns/ffx/en/txt/double2.hexpat +%%DATADIR%%/patterns/ffx/en/txt/single2.hexpat +%%DATADIR%%/patterns/ffx/en/w_name.bin.hexpat +%%DATADIR%%/patterns/ffx/jp/txt/double0.hexpat +%%DATADIR%%/patterns/ffx/jp/txt/double1.hexpat +%%DATADIR%%/patterns/ffx/jp/txt/double2.hexpat +%%DATADIR%%/patterns/ffx/jp/txt/single2.hexpat +%%DATADIR%%/patterns/ffx/jp/w_name.bin.hexpat +%%DATADIR%%/patterns/ffx/utils.hexpat %%DATADIR%%/patterns/flac.hexpat +%%DATADIR%%/patterns/flipper_settings.hexpat %%DATADIR%%/patterns/fs.hexpat %%DATADIR%%/patterns/gb.hexpat +%%DATADIR%%/patterns/gba.hexpat +%%DATADIR%%/patterns/gguf.hexpat %%DATADIR%%/patterns/gif.hexpat +%%DATADIR%%/patterns/gltf.hexpat %%DATADIR%%/patterns/gzip.hexpat +%%DATADIR%%/patterns/hinf_luas.hexpat +%%DATADIR%%/patterns/hinf_module.hexpat +%%DATADIR%%/patterns/hinf_tag.hexpat +%%DATADIR%%/patterns/hsdt.hexpat %%DATADIR%%/patterns/ico.hexpat %%DATADIR%%/patterns/id3.hexpat %%DATADIR%%/patterns/intel_hex.hexpat %%DATADIR%%/patterns/ip.hexpat +%%DATADIR%%/patterns/ips.hexpat %%DATADIR%%/patterns/iso.hexpat %%DATADIR%%/patterns/java_class.hexpat %%DATADIR%%/patterns/jpeg.hexpat +%%DATADIR%%/patterns/lcesave.hexpat %%DATADIR%%/patterns/lnk.hexpat +%%DATADIR%%/patterns/loc.hexpat +%%DATADIR%%/patterns/lua51.hexpat +%%DATADIR%%/patterns/lua52.hexpat +%%DATADIR%%/patterns/lua53.hexpat %%DATADIR%%/patterns/lua54.hexpat +%%DATADIR%%/patterns/lznt1.hexpat %%DATADIR%%/patterns/macho.hexpat %%DATADIR%%/patterns/max_v104.hexpat %%DATADIR%%/patterns/midi.hexpat %%DATADIR%%/patterns/minidump.hexpat %%DATADIR%%/patterns/mp4.hexpat %%DATADIR%%/patterns/msgpack.hexpat +%%DATADIR%%/patterns/msscmp.hexpat %%DATADIR%%/patterns/nacp.hexpat %%DATADIR%%/patterns/nbt.hexpat %%DATADIR%%/patterns/ne.hexpat +%%DATADIR%%/patterns/nes.hexpat +%%DATADIR%%/patterns/notepad-cache.hexpat +%%DATADIR%%/patterns/notepadwindowstate.hexpat %%DATADIR%%/patterns/nro.hexpat %%DATADIR%%/patterns/ntag.hexpat %%DATADIR%%/patterns/ogg.hexpat %%DATADIR%%/patterns/pbz.hexpat %%DATADIR%%/patterns/pcap.hexpat +%%DATADIR%%/patterns/pck.hexpat %%DATADIR%%/patterns/pcx.hexpat %%DATADIR%%/patterns/pe.hexpat %%DATADIR%%/patterns/pfs0.hexpat %%DATADIR%%/patterns/pif.hexpat +%%DATADIR%%/patterns/pkm.hexpat %%DATADIR%%/patterns/png.hexpat %%DATADIR%%/patterns/prodinfo.hexpat %%DATADIR%%/patterns/protobuf.hexpat +%%DATADIR%%/patterns/psafe3.hexpat +%%DATADIR%%/patterns/pyc.hexpat +%%DATADIR%%/patterns/pyinstaller.hexpat %%DATADIR%%/patterns/qbcl.hexpat %%DATADIR%%/patterns/qoi.hexpat +%%DATADIR%%/patterns/quantized-mesh.hexpat +%%DATADIR%%/patterns/rar.hexpat +%%DATADIR%%/patterns/ras.hexpat +%%DATADIR%%/patterns/refs.hexpat +%%DATADIR%%/patterns/rgbds.hexpat +%%DATADIR%%/patterns/selinux.hexpat +%%DATADIR%%/patterns/selinuxpp.hexpat +%%DATADIR%%/patterns/shp.hexpat +%%DATADIR%%/patterns/shx.hexpat %%DATADIR%%/patterns/sit5.hexpat %%DATADIR%%/patterns/spirv.hexpat %%DATADIR%%/patterns/stl.hexpat +%%DATADIR%%/patterns/swf.hexpat %%DATADIR%%/patterns/tar.hexpat %%DATADIR%%/patterns/tga.hexpat %%DATADIR%%/patterns/tiff.hexpat +%%DATADIR%%/patterns/ttf.hexpat +%%DATADIR%%/patterns/ubiquiti.hexpat %%DATADIR%%/patterns/uefi.hexpat +%%DATADIR%%/patterns/uefi_boot_entry.hexpat %%DATADIR%%/patterns/uf2.hexpat %%DATADIR%%/patterns/usb.hexpat +%%DATADIR%%/patterns/vbmeta.hexpat %%DATADIR%%/patterns/vdf.hexpat +%%DATADIR%%/patterns/vgm.hexpat %%DATADIR%%/patterns/vhdx.hexpat %%DATADIR%%/patterns/wad.hexpat +%%DATADIR%%/patterns/was_oskasoftware.hexpat %%DATADIR%%/patterns/wav.hexpat +%%DATADIR%%/patterns/webp.hexpat +%%DATADIR%%/patterns/wintec_tes.hexpat %%DATADIR%%/patterns/xbeh.hexpat %%DATADIR%%/patterns/xci.hexpat +%%DATADIR%%/patterns/xgspak.hexpat +%%DATADIR%%/patterns/xgstexture.hexpat %%DATADIR%%/patterns/xilinx_bit.hexpat +%%DATADIR%%/patterns/xilinx_bootgen.hexpat %%DATADIR%%/patterns/zip.hexpat %%DATADIR%%/patterns/zlib.hexpat %%DATADIR%%/patterns/zstd.hexpat %%DATADIR%%/plugins/builtin.hexplug +%%DATADIR%%/plugins/decompress.hexplug +%%DATADIR%%/plugins/diffing.hexplug +%%DATADIR%%/plugins/disassembler.hexplug +%%DATADIR%%/plugins/fonts.hexpluglib +%%DATADIR%%/plugins/hashes.hexplug +%%DATADIR%%/plugins/script_loader.hexplug +%%DATADIR%%/plugins/ui.hexpluglib +%%DATADIR%%/plugins/visualizers.hexplug +%%DATADIR%%/plugins/yara_rules.hexplug +%%DATADIR%%/sdk/CMakeLists.txt +%%DATADIR%%/sdk/cmake/build_helpers.cmake +%%DATADIR%%/sdk/cmake/modules/FindBacktrace.cmake +%%DATADIR%%/sdk/cmake/modules/FindCapstone.cmake +%%DATADIR%%/sdk/cmake/modules/FindCoreClrEmbed.cmake +%%DATADIR%%/sdk/cmake/modules/FindGLFW.cmake +%%DATADIR%%/sdk/cmake/modules/FindLZ4.cmake +%%DATADIR%%/sdk/cmake/modules/FindMagic.cmake +%%DATADIR%%/sdk/cmake/modules/FindPackageHandleStandardArgs.cmake +%%DATADIR%%/sdk/cmake/modules/FindPackageMessage.cmake +%%DATADIR%%/sdk/cmake/modules/FindYara.cmake +%%DATADIR%%/sdk/cmake/modules/FindZSTD.cmake +%%DATADIR%%/sdk/cmake/modules/FindmbedTLS.cmake +%%DATADIR%%/sdk/cmake/modules/ImHexPlugin.cmake +%%DATADIR%%/sdk/cmake/modules/PostprocessBundle.cmake +%%DATADIR%%/sdk/lib/external/libromfs/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libromfs/LICENSE +%%DATADIR%%/sdk/lib/external/libromfs/README.md +%%DATADIR%%/sdk/lib/external/libromfs/generator/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libromfs/generator/source/main.cpp +%%DATADIR%%/sdk/lib/external/libromfs/lib/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libromfs/lib/include/romfs/romfs.hpp +%%DATADIR%%/sdk/lib/external/libromfs/lib/source/romfs.cpp +%%DATADIR%%/sdk/lib/external/libwolv/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/LICENSE +%%DATADIR%%/sdk/lib/external/libwolv/README.md +%%DATADIR%%/sdk/lib/external/libwolv/libs/containers/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/libs/containers/example/main.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/containers/include/wolv/container/interval_tree.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/hash/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/libs/hash/example/main.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/hash/include/wolv/hash/crc.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/hash/include/wolv/hash/uuid.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/io/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/libs/io/example/main.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/io/include/wolv/io/buffered_reader.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/io/include/wolv/io/file.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/io/include/wolv/io/fs.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/io/include/wolv/io/fs_macos.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/io/source/io/file.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/io/source/io/file_unix.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/io/source/io/file_win.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/io/source/io/fs.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/io/source/io/fs_macos.m +%%DATADIR%%/sdk/lib/external/libwolv/libs/math_eval/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/libs/math_eval/example/main.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/math_eval/include/wolv/math_eval/math_evaluator.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/math_eval/source/math_eval/math_evaluator.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/net/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/libs/net/example/main.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/net/include/wolv/net/common.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/net/include/wolv/net/socket_client.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/net/include/wolv/net/socket_server.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/net/source/net/common.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/net/source/net/socket_client.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/net/source/net/socket_server.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/template/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/libs/template/example/main.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/template/source/test.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/testing/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/libs/testing/include/wolv/test/tests.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/testing/source/main.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/types/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/libs/types/example/main.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/types/include/wolv/literals.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/types/include/wolv/types.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/types/include/wolv/types/static_string.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/types/include/wolv/types/type_name.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/example/main.cpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/include/wolv/utils/core.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/include/wolv/utils/expected.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/include/wolv/utils/guards.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/include/wolv/utils/lock.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/include/wolv/utils/preproc.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/include/wolv/utils/string.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/include/wolv/utils/thread_pool.hpp +%%DATADIR%%/sdk/lib/external/libwolv/libs/utils/source/utils/string.cpp +%%DATADIR%%/sdk/lib/external/libwolv/tests/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/tests/common/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/tests/common/source/common.cpp +%%DATADIR%%/sdk/lib/external/libwolv/tests/hash/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/tests/hash/source/crc.cpp +%%DATADIR%%/sdk/lib/external/libwolv/tests/hash/source/uuid.cpp +%%DATADIR%%/sdk/lib/external/libwolv/tests/io/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/tests/io/include/helper.hpp +%%DATADIR%%/sdk/lib/external/libwolv/tests/io/source/buffered_reader.cpp +%%DATADIR%%/sdk/lib/external/libwolv/tests/io/source/file.cpp +%%DATADIR%%/sdk/lib/external/libwolv/tests/io/source/file_impl.cpp +%%DATADIR%%/sdk/lib/external/libwolv/tests/io/source/file_tracker.cpp +%%DATADIR%%/sdk/lib/external/libwolv/tests/io/source/fs.cpp +%%DATADIR%%/sdk/lib/external/libwolv/tests/io/source/helper.cpp +%%DATADIR%%/sdk/lib/external/libwolv/tests/utils/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/libwolv/tests/utils/source/guards.cpp +%%DATADIR%%/sdk/lib/external/libwolv/tests/utils/source/lock.cpp +%%DATADIR%%/sdk/lib/external/libwolv/tests/utils/source/string.cpp +%%DATADIR%%/sdk/lib/external/libwolv/tests/utils/source/thread_pool.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/LICENSE +%%DATADIR%%/sdk/lib/external/pattern_language/README.md +%%DATADIR%%/sdk/lib/external/pattern_language/cli/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/cli/include/pl/cli/cli.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/cli/include/pl/cli/helpers/info_utils.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/cli/include/pl/cli/helpers/utils.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/cli/source/helpers/info_utils.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/cli/source/helpers/utils.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/cli/source/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/cli/source/subcommands/docs.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/cli/source/subcommands/format.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/cli/source/subcommands/info.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/cli/source/subcommands/run.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/example/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/example/source/.idea/modules.xml +%%DATADIR%%/sdk/lib/external/pattern_language/example/source/.idea/source.iml +%%DATADIR%%/sdk/lib/external/pattern_language/example/source/.idea/vcs.xml +%%DATADIR%%/sdk/lib/external/pattern_language/example/source/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/BUILD.bazel +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/CHANGELOG.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/CLI11.CPack.Description.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/CPPLINT.cfg +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/LICENSE +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/MODULE.bazel +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/README.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/azure-pipelines.yml +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/README.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/SUMMARY.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/book.json +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/advanced-topics.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/an-advanced-example.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/basics.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/config.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/flags.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/formatting.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/installation.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/internals.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/options.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/subcommands.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/toolkits.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/chapters/validators.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/code/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/code/flags.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/code/geet.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/code/intro.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/code/simplest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/book/package.json +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/cmake/CLI11.pc.in +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/cmake/CLI11ConfigVersion.cmake.in +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/cmake/CLI11GeneratePkgConfig.cmake +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/cmake/CLI11Warnings.cmake +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/cmake/CLI11precompiled.pc.in +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/cmake/CodeCoverage.cmake +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/docs/CLI11.svg +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/docs/CLI11_100.png +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/docs/CLI11_300.png +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/docs/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/docs/Doxyfile +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/docs/mainpage.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/arg_capture.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/callback_passthrough.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/config_app.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/custom_parse.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/digit_args.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/enum.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/enum_ostream.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/formatter.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/groups.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/inter_argument_order.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/json.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/modhelp.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/nested.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/option_groups.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/positional_arity.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/positional_validation.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/prefix_command.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/ranges.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/retired.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/shapes.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/simple.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/subcom_help.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/subcom_in_files/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/subcom_in_files/subcommand_a.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/subcom_in_files/subcommand_a.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/subcom_in_files/subcommand_main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/subcom_partitioned.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/subcommands.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/testEXE.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/examples/validators.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/cli11_app_fuzz.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/cli11_file_fuzz.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/fuzzApp.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/fuzzApp.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/fuzzCommand.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/fuzz_dictionary1.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/fuzz/fuzz_dictionary2.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/App.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Argv.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/CLI.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Config.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/ConfigFwd.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Encoding.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Error.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Formatter.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/FormatterFwd.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Macros.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Option.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Split.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/StringTools.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Timer.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/TypeTools.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Validators.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/Version.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/App_inl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/Argv_inl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/Config_inl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/Encoding_inl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/Formatter_inl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/Option_inl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/Split_inl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/StringTools_inl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/include/CLI/impl/Validators_inl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/meson.build +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/meson_options.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/scripts/ExtractVersion.py +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/scripts/MakeSingleHeader.py +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/scripts/check_style.sh +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/scripts/check_style_docker.sh +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/scripts/clang-format-pre-commit +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/scripts/mdlint_style.rb +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/single-include/CLI11.hpp.in +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/single-include/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/single-include/meson.build +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/src/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/src/Precompile.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/subprojects/catch2.wrap +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/.syntastic_cpp_config +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/AppTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/BUILD.bazel +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/BoostOptionTypeTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/ComplexTypeTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/ConfigFileTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/CreationTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/DeprecatedTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/EncodingTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/FormatterTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/FuzzFailTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/HelpTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/HelpersTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/NewParseTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/OptionGroupTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/OptionTypeTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/OptionalTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/SetTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/SimpleTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/StringParseTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/SubcommandTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/TimerTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/TransformTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/TrueFalseTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/WindowsTest.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/app_helper.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/applications/ensure_utf8.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/applications/ensure_utf8_twice.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/catch.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/data/unicode.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/find_package_tests/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_fail1 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_fail2 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_fail3 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail1 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail10 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail11 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail12 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail13 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail14 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail15 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail16 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail17 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail18 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail19 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail2 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail20 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail21 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail22 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail23 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail24 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail25 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail26 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail27 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail28 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail29 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail3 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail30 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail31 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail32 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail33 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail34 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail35 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail36 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail37 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail38 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail39 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail4 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail5 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail6 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail7 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail8 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_app_file_fail9 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail1 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail2 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail3 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail4 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail5 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail6 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail7 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/fuzzFail/fuzz_file_fail8 +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/informational.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/link_test_1.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/link_test_2.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/meson.build +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/mesonTest/README.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/mesonTest/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/mesonTest/meson.build +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/package_config_tests/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/cli11/tests/tests/.gitkeep +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/CONTRIBUTING.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/ChangeLog.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/LICENSE +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/README.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/ChangeLog-old.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/api.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/fmt.css +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/fmt.js +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/get-started.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/index.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/perf.svg +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/python-license.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/doc/syntax.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/args.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/base.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/chrono.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/color.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/compile.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/core.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/format-inl.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/format.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/os.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/ostream.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/printf.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/ranges.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/std.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/include/fmt/xchar.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/src/fmt.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/src/format.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/src/os.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/Android.mk +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/AndroidManifest.xml +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/C++.sublime-syntax +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/README +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/Vagrantfile +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/bazel/.bazelversion +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/bazel/BUILD.bazel +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/bazel/MODULE.bazel +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/bazel/README.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/bazel/WORKSPACE.bazel +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/build.gradle +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/check-commits +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/cmake/FindSetEnv.cmake +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/cmake/JoinPaths.cmake +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/cmake/fmt-config.cmake.in +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/cmake/fmt.pc.in +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/docopt.py +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/manage.py +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/mkdocs +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/mkdocs.yml +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/printable.py +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/python/mkdocstrings_handlers/cxx/__init__.py +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/support/python/mkdocstrings_handlers/cxx/templates/README +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/add-subdirectory-test/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/add-subdirectory-test/main.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/args-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/assert-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/base-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/chrono-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/color-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/compile-error-test/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/compile-fp-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/compile-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/cuda-test/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/cuda-test/cpp14.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/cuda-test/cuda-cpp14.cu +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/detect-stdfs.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/enforce-checks-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/find-package-test/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/find-package-test/main.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/format-impl-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/format-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/README.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/build.sh +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/chrono-duration.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/chrono-timepoint.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/float.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/fuzzer-common.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/main.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/named-arg.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/one-arg.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/fuzzing/two-args.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest-extra-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest-extra.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest-extra.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest/.clang-format +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest/gmock-gtest-all.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest/gmock/gmock.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest/gtest/gtest-spi.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/gtest/gtest/gtest.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/header-only-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/mock-allocator.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/module-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/noexception-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/os-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/ostream-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/perf-sanity.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/posix-mock-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/posix-mock.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/printf-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/ranges-odr-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/ranges-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/scan-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/scan.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/static-export-test/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/static-export-test/library.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/static-export-test/main.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/std-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/test-assert.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/test-main.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/unicode-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/util.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/util.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/fmt/test/xchar-test.cc +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/LICENSE +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/README.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/containers/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/containers/example/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/containers/include/wolv/container/interval_tree.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/hash/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/hash/example/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/hash/include/wolv/hash/crc.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/hash/include/wolv/hash/uuid.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/example/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/include/wolv/io/buffered_reader.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/include/wolv/io/file.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/include/wolv/io/fs.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/include/wolv/io/fs_macos.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/source/io/file.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/source/io/file_unix.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/source/io/file_win.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/source/io/fs.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/io/source/io/fs_macos.m +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/math_eval/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/math_eval/example/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/math_eval/include/wolv/math_eval/math_evaluator.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/math_eval/source/math_eval/math_evaluator.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/example/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/include/wolv/net/common.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/include/wolv/net/socket_client.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/include/wolv/net/socket_server.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/source/net/common.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/source/net/socket_client.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/net/source/net/socket_server.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/template/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/template/example/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/template/source/test.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/testing/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/testing/include/wolv/test/tests.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/testing/source/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/types/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/types/example/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/types/include/wolv/literals.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/types/include/wolv/types.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/types/include/wolv/types/static_string.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/types/include/wolv/types/type_name.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/example/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/include/wolv/utils/core.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/include/wolv/utils/expected.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/include/wolv/utils/guards.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/include/wolv/utils/lock.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/include/wolv/utils/preproc.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/include/wolv/utils/string.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/include/wolv/utils/thread_pool.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/libs/utils/source/utils/string.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/common/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/common/source/common.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/hash/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/hash/source/crc.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/hash/source/uuid.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/include/helper.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/source/buffered_reader.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/source/file.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/source/file_impl.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/source/file_tracker.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/source/fs.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/io/source/helper.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/utils/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/utils/source/guards.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/utils/source/lock.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/utils/source/string.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/libwolv/tests/utils/source/thread_pool.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/LICENSE.MIT +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/cmake/config.cmake.in +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/cmake/nlohmann_jsonConfigVersion.cmake.in +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/cmake/pkg-config.pc.in +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/adl_serializer.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/byte_container_with_subtype.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/abi_macros.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/conversions/from_json.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/conversions/to_chars.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/conversions/to_json.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/exceptions.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/hash.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/input/binary_reader.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/input/input_adapters.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/input/lexer.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/input/parser.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/input/position_t.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/iterators/internal_iterator.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/iterators/iter_impl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/iterators/iteration_proxy.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/iterators/iterator_traits.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/iterators/primitive_iterator.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/json_custom_base_class.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/json_pointer.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/json_ref.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/macro_scope.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/macro_unscope.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/call_std/begin.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/call_std/end.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/cpp_future.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/detected.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/identity_tag.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/is_sax.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/std_fs.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/type_traits.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/meta/void_t.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/output/binary_writer.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/output/output_adapters.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/output/serializer.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/string_concat.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/string_escape.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/detail/value_t.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/json.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/json_fwd.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/ordered_map.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/thirdparty/hedley/hedley.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/nlohmann_json.natvis +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/single_include/nlohmann/json.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/nlohmann_json/single_include/nlohmann/json_fwd.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/Doxyfile +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/LICENSE +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/README.md +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/appveyor.yml +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/build.py +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/conanfile.py +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/include/throwing/null_ptr_exception.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/include/throwing/private/clear_compiler_checks.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/include/throwing/private/compiler_checks.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/include/throwing/shared_ptr.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/include/throwing/unique_ptr.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/compile_fail/shared_ptr_to_array.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/compile_fail/unique_ptr_a_copy_assignment.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/compile_fail/unique_ptr_s_copy_assignment.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/compile_fail/unique_ptr_s_operator.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/compile_it.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_access.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_assignment.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_atomic.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_cast.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_comparison.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_construction.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_enable_shared_from_this.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_hash.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_make_shared.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_ordering.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_ostream.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_reset.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_swap.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/shared_ptr_to_array.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/test_helpers.h +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/test_main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_%%CMAKE_BUILD_TYPE%%.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_access.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_assignment.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_comparison.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_construction.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_dereference.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_hash.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_make_unique.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_ostream.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_reset.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_swap.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_to_array_access.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_to_array_assignment.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_to_array_assignment_from_convertible.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_to_array_construction.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/unique_ptr_to_array_reset.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/weak_ptr_assignment.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/weak_ptr_construction.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/weak_ptr_modifiers.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/external/throwing_ptr/tests/weak_ptr_observers.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/README.md +%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/dict/hexpat.dict +%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/inputs/a.hexpat +%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/inputs/complex-struct.hexpat +%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/inputs/omni.hexpat +%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/inputs/preprocessor.hexpat +%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/inputs/struct.hexpat +%%DATADIR%%/sdk/lib/external/pattern_language/fuzz/source/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/generators/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/generators/include/pl/formatters.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/generators/include/pl/formatters/formatter.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/generators/include/pl/formatters/formatter_html.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/generators/include/pl/formatters/formatter_json.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/generators/include/pl/formatters/formatter_yaml.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/api.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_array_variable_decl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_attribute.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_bitfield.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_bitfield_array_variable_decl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_bitfield_field.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_builtin_type.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_cast.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_compound_statement.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_conditional_statement.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_control_flow_statement.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_enum.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_function_call.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_function_definition.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_imported_type.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_literal.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_lvalue_assignment.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_match_statement.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_mathematical_expression.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_multi_variable_decl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_parameter_pack.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_pointer_variable_decl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_rvalue.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_rvalue_assignment.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_scope_resolution.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_struct.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_ternary_expression.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_try_catch_statement.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_type_decl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_type_operator.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_union.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_variable_decl.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/ast/ast_node_while_statement.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/errors/error.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/errors/result.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/errors/runtime_errors.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/evaluator.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/lexer.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/location.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/log_console.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/parser.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/parser_manager.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/preprocessor.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/resolver.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/resolvers.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/token.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/tokens.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/core/validator.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/helpers/buffered_reader.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/helpers/concepts.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/helpers/safe_iterator.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/helpers/safe_pointer.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/helpers/types.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/helpers/utils.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/lib/std/libstd.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/lib/std/types.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/pattern_language.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/pattern_visitor.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_array_dynamic.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_array_static.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_bitfield.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_boolean.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_character.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_enum.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_float.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_padding.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_pointer.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_signed.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_string.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_struct.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_union.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_unsigned.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_wide_character.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/include/pl/patterns/pattern_wide_string.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_array_variable_decl.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_attribute.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_bitfield.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_bitfield_array_variable_decl.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_bitfield_field.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_builtin_type.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_cast.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_compound_statement.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_conditional_statement.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_control_flow_statement.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_enum.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_function_call.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_function_definition.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_imported_type.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_literal.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_lvalue_assignment.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_match_statement.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_mathematical_expression.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_multi_variable_decl.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_parameter_pack.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_pointer_variable_decl.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_rvalue.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_rvalue_assignment.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_scope_resolution.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_struct.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_ternary_expression.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_try_catch_statement.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_type_decl.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_type_operator.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_union.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_variable_decl.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/ast/ast_node_while_statement.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/error.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/evaluator.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/lexer.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/parser.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/parser_manager.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/preprocessor.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/resolver.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/resolvers.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/token.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/core/validator.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/helpers/utils.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/core.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/file.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/hash.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/math.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/mem.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/pragmas.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/random.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/std.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/string.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/lib/std/time.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/lib/source/pl/pattern_language.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/CMakeLists.txt +%%DATADIR%%/sdk/lib/external/pattern_language/tests/files/export/json.json +%%DATADIR%%/sdk/lib/external/pattern_language/tests/files/export/yaml.yml +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_arrays.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_attributes.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_bitfields.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_doc_comments.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_enums.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_example.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_extra_semicolon.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_failing_assert.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_format.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_import.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_include.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_literals.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_match.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_math.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_namespaces.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_nested_structs.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_padding.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_placement.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_pointers.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_pragmas.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_pragmas_fail.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_rvalues.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_strings.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_struct_inheritance.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_structs.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_succeeding_assert.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/include/test_patterns/test_pattern_unions.hpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/integration/integration.py +%%DATADIR%%/sdk/lib/external/pattern_language/tests/integration/invalid.hexpat +%%DATADIR%%/sdk/lib/external/pattern_language/tests/integration/test.hexpat +%%DATADIR%%/sdk/lib/external/pattern_language/tests/integration/test.hexpat.json +%%DATADIR%%/sdk/lib/external/pattern_language/tests/integration/test_data +%%DATADIR%%/sdk/lib/external/pattern_language/tests/source/main.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/source/tests.cpp +%%DATADIR%%/sdk/lib/external/pattern_language/tests/test_data +%%DATADIR%%/sdk/lib/libimhex/CMakeLists.txt +%%DATADIR%%/sdk/lib/libimhex/LICENSE +%%DATADIR%%/sdk/lib/libimhex/include/hex.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/api/achievement_manager.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/api/content_registry.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/api/event_manager.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/api/imhex_api.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/api/layout_manager.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/api/localization_manager.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/api/plugin_manager.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/api/project_file_manager.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/api/shortcut_manager.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/api/task_manager.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/api/theme_manager.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/api/tutorial_manager.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/api/workspace_manager.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/api_urls.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/data_processor/attribute.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/data_processor/link.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/data_processor/node.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/auto_reset.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/binary_pattern.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/concepts.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/crypto.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/debugging.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/default_paths.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/encoding_file.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/fmt.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/fs.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/http_requests.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/http_requests_emscripten.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/http_requests_native.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/literals.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/logger.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/magic.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/opengl.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/patches.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/semantic_version.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/tar.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/types.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/utils.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/utils_linux.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/helpers/utils_macos.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/plugin.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/buffered_reader.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/memory_provider.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/overlay.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/provider.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/provider_data.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/undo_redo/operations/operation.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/undo_redo/operations/operation_group.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/providers/undo_redo/stack.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/subcommands/subcommands.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/test/test_provider.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/test/tests.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/ui/imgui_imhex_extensions.h +%%DATADIR%%/sdk/lib/libimhex/include/hex/ui/popup.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/ui/toast.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/ui/view.hpp +%%DATADIR%%/sdk/lib/libimhex/include/hex/ui/widgets.hpp +%%DATADIR%%/sdk/lib/third_party/boost/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/boost/regex/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/cregex.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex.h +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/concepts.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/config.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/config/borland.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/config/cwchar.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/icu.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/mfc.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/pattern_except.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/pending/object_cache.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/pending/static_mutex.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/pending/unicode_iterator.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/regex_traits.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/user.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/basic_regex.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/basic_regex_creator.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/basic_regex_parser.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/c_regex_traits.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/char_regex_traits.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/cpp_regex_traits.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/cregex.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/error_type.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/icu.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/indexed_bit_flag.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/iterator_category.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/iterator_traits.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/match_flags.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/match_results.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/mem_block_cache.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/object_cache.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/pattern_except.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/perl_matcher.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/perl_matcher_common.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/perl_matcher_non_recursive.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/perl_matcher_recursive.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/primary_transform.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/protected_call.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regbase.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_format.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_fwd.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_grep.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_iterator.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_match.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_merge.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_raw_buffer.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_replace.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_search.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_split.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_token_iterator.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_traits.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_traits_defaults.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/regex_workaround.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/states.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/sub_match.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/syntax_type.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/u32regex_iterator.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/u32regex_token_iterator.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/unicode_iterator.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v4/w32_regex_traits.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/basic_regex.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/basic_regex_creator.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/basic_regex_parser.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/c_regex_traits.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/char_regex_traits.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/cpp_regex_traits.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/cregex.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/error_type.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/icu.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/iterator_category.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/iterator_traits.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/match_flags.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/match_results.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/mem_block_cache.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/object_cache.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/pattern_except.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/perl_matcher.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/perl_matcher_common.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/perl_matcher_non_recursive.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/primary_transform.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regbase.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_format.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_fwd.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_grep.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_iterator.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_match.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_merge.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_raw_buffer.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_replace.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_search.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_split.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_token_iterator.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_traits.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_traits_defaults.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/regex_workaround.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/states.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/sub_match.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/syntax_type.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/u32regex_iterator.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/u32regex_token_iterator.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/unicode_iterator.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex/v5/w32_regex_traits.hpp +%%DATADIR%%/sdk/lib/third_party/boost/regex/include/boost/regex_fwd.hpp +%%DATADIR%%/sdk/lib/third_party/fmt/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/fmt/CONTRIBUTING.md +%%DATADIR%%/sdk/lib/third_party/fmt/ChangeLog.md +%%DATADIR%%/sdk/lib/third_party/fmt/LICENSE +%%DATADIR%%/sdk/lib/third_party/fmt/README.md +%%DATADIR%%/sdk/lib/third_party/fmt/doc/ChangeLog-old.md +%%DATADIR%%/sdk/lib/third_party/fmt/doc/api.md +%%DATADIR%%/sdk/lib/third_party/fmt/doc/fmt.css +%%DATADIR%%/sdk/lib/third_party/fmt/doc/fmt.js +%%DATADIR%%/sdk/lib/third_party/fmt/doc/get-started.md +%%DATADIR%%/sdk/lib/third_party/fmt/doc/index.md +%%DATADIR%%/sdk/lib/third_party/fmt/doc/perf.svg +%%DATADIR%%/sdk/lib/third_party/fmt/doc/python-license.txt +%%DATADIR%%/sdk/lib/third_party/fmt/doc/syntax.md +%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/args.h +%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/base.h +%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/chrono.h +%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/color.h +%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/compile.h +%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/core.h +%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/format-inl.h +%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/format.h +%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/os.h +%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/ostream.h +%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/printf.h +%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/ranges.h +%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/std.h +%%DATADIR%%/sdk/lib/third_party/fmt/include/fmt/xchar.h +%%DATADIR%%/sdk/lib/third_party/fmt/src/fmt.cc +%%DATADIR%%/sdk/lib/third_party/fmt/src/format.cc +%%DATADIR%%/sdk/lib/third_party/fmt/src/os.cc +%%DATADIR%%/sdk/lib/third_party/fmt/support/Android.mk +%%DATADIR%%/sdk/lib/third_party/fmt/support/AndroidManifest.xml +%%DATADIR%%/sdk/lib/third_party/fmt/support/C++.sublime-syntax +%%DATADIR%%/sdk/lib/third_party/fmt/support/README +%%DATADIR%%/sdk/lib/third_party/fmt/support/Vagrantfile +%%DATADIR%%/sdk/lib/third_party/fmt/support/bazel/.bazelversion +%%DATADIR%%/sdk/lib/third_party/fmt/support/bazel/BUILD.bazel +%%DATADIR%%/sdk/lib/third_party/fmt/support/bazel/MODULE.bazel +%%DATADIR%%/sdk/lib/third_party/fmt/support/bazel/README.md +%%DATADIR%%/sdk/lib/third_party/fmt/support/bazel/WORKSPACE.bazel +%%DATADIR%%/sdk/lib/third_party/fmt/support/build.gradle +%%DATADIR%%/sdk/lib/third_party/fmt/support/check-commits +%%DATADIR%%/sdk/lib/third_party/fmt/support/cmake/FindSetEnv.cmake +%%DATADIR%%/sdk/lib/third_party/fmt/support/cmake/JoinPaths.cmake +%%DATADIR%%/sdk/lib/third_party/fmt/support/cmake/fmt-config.cmake.in +%%DATADIR%%/sdk/lib/third_party/fmt/support/cmake/fmt.pc.in +%%DATADIR%%/sdk/lib/third_party/fmt/support/docopt.py +%%DATADIR%%/sdk/lib/third_party/fmt/support/manage.py +%%DATADIR%%/sdk/lib/third_party/fmt/support/mkdocs +%%DATADIR%%/sdk/lib/third_party/fmt/support/mkdocs.yml +%%DATADIR%%/sdk/lib/third_party/fmt/support/printable.py +%%DATADIR%%/sdk/lib/third_party/fmt/support/python/mkdocstrings_handlers/cxx/__init__.py +%%DATADIR%%/sdk/lib/third_party/fmt/support/python/mkdocstrings_handlers/cxx/templates/README +%%DATADIR%%/sdk/lib/third_party/fmt/test/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/fmt/test/add-subdirectory-test/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/fmt/test/add-subdirectory-test/main.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/args-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/assert-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/base-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/chrono-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/color-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/compile-error-test/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/fmt/test/compile-fp-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/compile-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/cuda-test/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/fmt/test/cuda-test/cpp14.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/cuda-test/cuda-cpp14.cu +%%DATADIR%%/sdk/lib/third_party/fmt/test/detect-stdfs.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/enforce-checks-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/find-package-test/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/fmt/test/find-package-test/main.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/format-impl-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/format-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/README.md +%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/build.sh +%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/chrono-duration.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/chrono-timepoint.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/float.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/fuzzer-common.h +%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/main.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/named-arg.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/one-arg.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/fuzzing/two-args.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest-extra-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest-extra.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest-extra.h +%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest/.clang-format +%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest/gmock-gtest-all.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest/gmock/gmock.h +%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest/gtest/gtest-spi.h +%%DATADIR%%/sdk/lib/third_party/fmt/test/gtest/gtest/gtest.h +%%DATADIR%%/sdk/lib/third_party/fmt/test/header-only-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/mock-allocator.h +%%DATADIR%%/sdk/lib/third_party/fmt/test/module-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/noexception-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/os-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/ostream-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/perf-sanity.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/posix-mock-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/posix-mock.h +%%DATADIR%%/sdk/lib/third_party/fmt/test/printf-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/ranges-odr-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/ranges-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/scan-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/scan.h +%%DATADIR%%/sdk/lib/third_party/fmt/test/static-export-test/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/fmt/test/static-export-test/library.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/static-export-test/main.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/std-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/test-assert.h +%%DATADIR%%/sdk/lib/third_party/fmt/test/test-main.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/unicode-test.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/util.cc +%%DATADIR%%/sdk/lib/third_party/fmt/test/util.h +%%DATADIR%%/sdk/lib/third_party/fmt/test/xchar-test.cc +%%DATADIR%%/sdk/lib/third_party/imgui/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/imgui/ColorTextEditor/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/imgui/ColorTextEditor/LICENSE.txt +%%DATADIR%%/sdk/lib/third_party/imgui/ColorTextEditor/README.md +%%DATADIR%%/sdk/lib/third_party/imgui/ColorTextEditor/include/TextEditor.h +%%DATADIR%%/sdk/lib/third_party/imgui/cimgui/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/imgui/cimgui/include/cimgui.h +%%DATADIR%%/sdk/lib/third_party/imgui/custom/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/imgui/custom/include/emscripten_browser_clipboard.h +%%DATADIR%%/sdk/lib/third_party/imgui/custom/include/imgui_impl_glfw.h +%%DATADIR%%/sdk/lib/third_party/imgui/custom/include/imgui_impl_opengl3.h +%%DATADIR%%/sdk/lib/third_party/imgui/custom/include/imgui_impl_opengl3_loader.h +%%DATADIR%%/sdk/lib/third_party/imgui/custom/include/opengl_support.h +%%DATADIR%%/sdk/lib/third_party/imgui/custom/include/stb_image.h +%%DATADIR%%/sdk/lib/third_party/imgui/imgui/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/imgui/imgui/LICENSE.txt +%%DATADIR%%/sdk/lib/third_party/imgui/imgui/README.md +%%DATADIR%%/sdk/lib/third_party/imgui/imgui/include/imconfig.h +%%DATADIR%%/sdk/lib/third_party/imgui/imgui/include/imgui.h +%%DATADIR%%/sdk/lib/third_party/imgui/imgui/include/imgui_internal.h +%%DATADIR%%/sdk/lib/third_party/imgui/imgui/include/imstb_rectpack.h +%%DATADIR%%/sdk/lib/third_party/imgui/imgui/include/imstb_textedit.h +%%DATADIR%%/sdk/lib/third_party/imgui/imgui/include/imstb_truetype.h +%%DATADIR%%/sdk/lib/third_party/imgui/imgui/include/misc/freetype/imgui_freetype.h +%%DATADIR%%/sdk/lib/third_party/imgui/imnodes/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/imgui/imnodes/LICENSE.md +%%DATADIR%%/sdk/lib/third_party/imgui/imnodes/README.md +%%DATADIR%%/sdk/lib/third_party/imgui/imnodes/include/imnodes.h +%%DATADIR%%/sdk/lib/third_party/imgui/imnodes/include/imnodes_internal.h +%%DATADIR%%/sdk/lib/third_party/imgui/implot/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/imgui/implot/LICENSE.txt +%%DATADIR%%/sdk/lib/third_party/imgui/implot/README.md +%%DATADIR%%/sdk/lib/third_party/imgui/implot/include/implot.h +%%DATADIR%%/sdk/lib/third_party/imgui/implot/include/implot_internal.h +%%DATADIR%%/sdk/lib/third_party/imgui/implot3d/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/imgui/implot3d/LICENSE +%%DATADIR%%/sdk/lib/third_party/imgui/implot3d/README.md +%%DATADIR%%/sdk/lib/third_party/imgui/implot3d/include/implot3d.h +%%DATADIR%%/sdk/lib/third_party/imgui/implot3d/include/implot3d_internal.h +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/CMakeLists.txt +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/LICENSE.MIT +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/cmake/config.cmake.in +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/cmake/nlohmann_jsonConfigVersion.cmake.in +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/cmake/pkg-config.pc.in +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/adl_serializer.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/byte_container_with_subtype.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/abi_macros.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/conversions/from_json.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/conversions/to_chars.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/conversions/to_json.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/exceptions.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/hash.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/input/binary_reader.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/input/input_adapters.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/input/json_sax.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/input/lexer.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/input/parser.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/input/position_t.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/iterators/internal_iterator.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/iterators/iter_impl.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/iterators/iteration_proxy.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/iterators/iterator_traits.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/iterators/primitive_iterator.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/json_custom_base_class.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/json_pointer.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/json_ref.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/macro_scope.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/macro_unscope.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/call_std/begin.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/call_std/end.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/cpp_future.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/detected.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/identity_tag.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/is_sax.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/std_fs.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/type_traits.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/meta/void_t.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/output/binary_writer.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/output/output_adapters.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/output/serializer.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/string_concat.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/string_escape.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/detail/value_t.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/json.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/json_fwd.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/ordered_map.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/thirdparty/hedley/hedley.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/nlohmann_json.natvis +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/single_include/nlohmann/json.hpp +%%DATADIR%%/sdk/lib/third_party/nlohmann_json/single_include/nlohmann/json_fwd.hpp +%%DATADIR%%/sdk/template/CMakeLists.txt +%%DATADIR%%/sdk/template/source/example_plugin.cpp share/metainfo/net.werwolv.imhex.appdata.xml share/metainfo/net.werwolv.imhex.metainfo.xml +share/mime/packages/imhex.xml share/pixmaps/imhex.png +@dir %%DATADIR%%/sdk/lib/libimhex/source +@dir %%DATADIR%%/sdk/lib/third_party/imgui/ColorTextEditor/source +@dir %%DATADIR%%/sdk/lib/third_party/imgui/cimgui/source +@dir %%DATADIR%%/sdk/lib/third_party/imgui/custom/source +@dir %%DATADIR%%/sdk/lib/third_party/imgui/imgui/source +@dir %%DATADIR%%/sdk/lib/third_party/imgui/imnodes/source +@dir %%DATADIR%%/sdk/lib/third_party/imgui/implot/source +@dir %%DATADIR%%/sdk/lib/third_party/imgui/implot3d/source