Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify ffi call overhead | Jack Lloyd | 2017-10-11 | 1 | -40/+15 |
* | Add wrappers for reinterpret_cast between char* and uint8_t* | Jack Lloyd | 2017-10-03 | 1 | -4/+5 |
* | Avoid using namespace in FFI headers | Jack Lloyd | 2017-10-02 | 1 | -1/+1 |
* | Another FFI struct vs class fix | Jack Lloyd | 2017-09-30 | 1 | -1/+1 |
* | FFI objects have to be structs because we expose them to C | Jack Lloyd | 2017-09-30 | 1 | -1/+1 |
* | Use class instead of struct for objects with member functions | Jack Lloyd | 2017-09-30 | 1 | -2/+2 |
* | Apply final annotations to the library also | Jack Lloyd | 2017-09-22 | 1 | -2/+2 |
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 1 | -2/+2 |
* | Add virtual destructor to FFI botan_struct | Jack Lloyd | 2017-08-03 | 1 | -1/+1 |
* | Split up ffi.cpp into several files | Jack Lloyd | 2017-07-31 | 1 | -0/+197 |