qscripts: multi-SDK (9.2-9.4) + native ARM64, updated ida-cmake, HOSL license - #16
Merged
Conversation
…e, HOSL license - Build with the updated ida-cmake via the standalone $IDASDK/ida-cmake include (not the SDK's src/cmake, whose contents differ across SDK versions). idacpp is resolved via an optional -DIDACPP_PATH -> $IDASDK/include/idacpp -> FetchContent(allthingsida/libidacpp). - CI: build all templates across SDK 9.2/9.3/9.4 x Linux/macOS/Windows, plus native ARM64 builds on real ARM runners (Windows on windows-11-arm; Linux on ubuntu-24.04-arm for 9.3.1-sdk.1/9.4). Per-combo artifacts named by os/arch/sdk + release packaging on tag; ida-cmake installed at $IDASDK/ida-cmake. - License: MIT -> Human-Origin Source License v1.0 (LICENSE + per-file SPDX headers; ida-plugin.json license/platforms(+windows-arm64)/idaVersions>=9.2; README license note + ida-cmake-requirement build docs).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Single squashed commit. Makes qscripts a client of the updated ida-cmake and generates multi-SDK / multi-platform artifacts.
$IDASDK/ida-cmake(not the SDK'ssrc/cmake, which differs across SDK versions).idacppvia-DIDACPP_PATH→$IDASDK/include/idacpp→ FetchContent(libidacpp).windows-11-arm; Linuxubuntu-24.04-arm, 9.3.1-sdk.1/9.4). Per-combo artifacts + release packaging on tag.