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

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++