summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)Author
2026-06-04Move FindBinaryNinjaCore.cmake's error message to apiGlenn Smith
It was never getting printed due to the stub generation code
2025-10-02Fix finding binaryninjacore for non-internal cmake buildsJosh Ferrell
2025-09-29Allow generating and linking to stubs from cmakeJosh Ferrell
2025-09-01Add option to build rust api without linking to coreJosh Ferrell
2025-07-30Add dependency tracking to the Python code generationMark Rowe
This ensures that the Python source files are only generated and copied into the output directory if inputs have changed, rather than being done unconditionally.
2025-07-12Handle setting -DBN_INSTALL_DIR to the app bundle on macosGlenn Smith
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
Also update minimum CMake version.
2025-05-28PR #6757: prefer fp, lr for x29, x30yrp
arm64: prefer fp, lr arm64: update tests to use new reg names, improve windows build
2025-03-282025 for other formats...Jordan Wiens
2025-03-28missed the older dates!Jordan Wiens
2024-08-22CMake: Generate a stub header for linking plugins without an installGlenn Smith
This patch has existed on the cpp sample plugin for a while, just finally merging it into api.
2022-05-24Quote the ${BN_INSTALL_DIR}Xusheng
2022-05-24Support setting BN_INSTALL_DIR in cmakeXusheng
2022-02-02Rearrange hint order to prioritize envGlenn Smith
2022-02-02Fancier CMake: find scripts, out-of-tree example buildsGlenn Smith