Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid using namespace in FFI headers | Jack Lloyd | 2017-10-02 | 1 | -2/+0 |
| | | | | Internal only headers but Sonar doesn't know that | ||||
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 1 | -2/+2 |
| | | | | | | ISO C++ reserves names with double underscores in them Closes #512 | ||||
* | Split up ffi.cpp into several files | Jack Lloyd | 2017-07-31 | 1 | -0/+21 |
It was getting pretty big and would get worse over time, eg whenver I get around to adding TLS support. |