| Age | Commit message (Collapse) | Author |
|
|
|
This ensures that CMake detects when files that match the glob are added
or removed.
|
|
Also update minimum CMake version.
|
|
cause bugs and also issues with C++20
|
|
Fixes https://github.com/Vector35/binaryninja-api/issues/6902 however we still need to figure out what we want to do about the type info names being invalid. There really is not a good way to tell without saying all type info names _must_ be mangled.
|
|
|
|
Fixes #6261
|
|
|
|
Turns out, this is a rather hot path on initial binary loading (>50% runtime), and trying to pipe it all through the FFI makes it really slow. Like 100% slower. Ouch. Now, the demangler plugins are written with a bunch of #ifdef macros to allow for building both as a plugin and directly into the core. There is no functionality change here apart from regaining the lost performance.
|
|
|
|
Closes #467
|