cxxcall is a library that allows users to define foreign call-ins and call-outs, usually used by interpreters to interface C and C++

Agustina Arzille 0c22bb350c Fix icache invalidation for clang пре 5 година
sysdeps 6c6390090d Merge branch 'master' of https://notabug.org/avarzille/cxxcall пре 5 година
tests 67e9ebd0a1 More thorough testing пре 5 година
.gitignore 214e44b52e Work on callouts for AMD64 пре 5 година
LICENSE 027960776e Initial commit пре 5 година
Makefile ceed85c92f Implement callin for aarch64 пре 5 година
README.md 4c300b34b6 Remove typo in README пре 5 година
VERSION 7f6d77bfff Numerous additions пре 5 година
abi.hpp 2b71f10f85 Fix config script and abi detection пре 5 година
callin-arg.cpp 29bc5ef7a5 Implement callin for arm32 пре 5 година
callin-recv.cpp 0c22bb350c Fix icache invalidation for clang пре 5 година
callout-arg.cpp 369bb8ade7 Refactor system dependent files пре 5 година
callout-call.cpp 369bb8ade7 Refactor system dependent files пре 5 година
configure fbb53be1e4 Add support for W^X pages пре 5 година
cxxcall.hpp 6822be0854 Fix callin for arm32 пре 5 година
typedesc.hpp 191bdafbf7 Fix builds on i386 пре 5 година

README.md

cxxcall

cxxcall is a library that allows users to define foreign call-ins and call-outs, usually used by interpreters to interface C and C++