aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi_util.h
Commit message (Expand)AuthorAgeFilesLines
* Ensure exception types are exported from DLLJack Lloyd2018-03-061-1/+1
* Simplify ffi call overheadJack Lloyd2017-10-111-40/+15
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-4/+5
* Avoid using namespace in FFI headersJack Lloyd2017-10-021-1/+1
* Another FFI struct vs class fixJack Lloyd2017-09-301-1/+1
* FFI objects have to be structs because we expose them to CJack Lloyd2017-09-301-1/+1
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-301-2/+2
* Apply final annotations to the library alsoJack Lloyd2017-09-221-2/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add virtual destructor to FFI botan_structJack Lloyd2017-08-031-1/+1
* Split up ffi.cpp into several filesJack Lloyd2017-07-311-0/+197