index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2026-04-15
Compile jsoncpp into a different namespace when building as part of core
Mark Rowe
2026-01-28
[CMake] Allow flexible user plugin install location
Eric Kilmer
2025-12-15
Introduce bn::base::function_ref, a non-owning function wrapper inspired by C...
Mark Rowe
2025-09-29
Allow generating and linking to stubs from cmake
Josh Ferrell
2025-09-02
Introduce a new define to control LogTrace rather than using _DEBUG
Mark Rowe
2025-09-01
Add option to build rust api without linking to core
Josh Ferrell
2025-07-28
Define _DEBUG/NDEBUG in api project when doing Debug/RelWithDebInfo builds
kat
2025-06-25
cmake: binaryninjaui depends on binaryninjaapi
Eric Kilmer
2025-06-25
Update CXX_STANDARD to 20.
Alexander Taylor
2024-08-22
CMake: Generate a stub header for linking plugins without an install
Glenn Smith
2024-03-19
Add CMake option for BN_REF_COUNT_DEBUG
Glenn Smith
2024-02-23
4.0 documentation
Jordan Wiens
2024-02-02
Link api against CoreServices on mac
Josh Ferrell
2024-01-29
CMake: Include fmt with EXCLUDE_FROM_ALL to prevent installation
Glenn Smith
2024-01-04
Build fmt library as PIC. Fix https://github.com/Vector35/binaryninja-api/iss...
Xusheng
2023-11-13
Add fmt library to api
Glenn Smith
2023-09-25
Turn off warnings in third party jsoncpp code
Rusty Wagner
2023-03-06
Add CONFIGURE_DEPENDS to CMakeLists.txt
Josh Ferrell
2023-02-03
Move the debugger docs into the debugger repo and copy them to the API folder...
Xusheng
2022-08-31
Turn off building the Rust API in the API CMake by default
KyleMiles
2022-08-29
Add `cargo check` of API and all examples to CI
KyleMiles
2022-04-12
Update cargo from stable-2021-06-17 -> stable-2021-04-07
KyleMiles
2022-02-02
Fancier CMake: find scripts, out-of-tree example builds
Glenn Smith
2021-12-13
Update minimum cmake version
Glenn Smith
2021-11-02
CMake: set link directories and libraries
Glenn Smith
2021-08-10
Rust API : Remove nightly requirement; Remove custom Clang args to simplify g...
KyleMiles
2021-08-03
Fix personal build
Xusheng
2021-08-02
Allow the API to be built without Binary Ninja core/UI
Xusheng
2021-06-29
Rust API : No longer update to latest cargo nightly; Add link args back to -s...
KyleMiles
2021-06-29
Add Rust CI
KyleMiles
2020-11-06
fix UI plugin build and update build instructions
Xusheng
2020-07-17
Switch build system to cmake
Rusty Wagner
2019-02-27
Greatly improved CMake builds + Fixed tests compilation
Brick
2017-07-16
A LLIL C++ API Parser example with in depth build notes (#721)
Robert Yates
2017-07-16
Added missing files to CMakeLists.txt (#738)
Ryan Stortz
2017-03-15
root CMakeLists.txt references json properly
Andrew Lamoureux
2016-12-06
CMake files for binaryninjaapi and breakpoint
John Hurlman