Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test OS features by the feature vs the OS name | Jack Lloyd | 2017-12-30 | 1 | -3/+1 |
| | |||||
* | Additional final annotations | Jack Lloyd | 2017-10-15 | 1 | -2/+2 |
| | |||||
* | Clean up header includes | Jack Lloyd | 2017-09-21 | 1 | -1/+0 |
| | | | | | | | Avoid including build.h or assert.h directly, instead always take them though types.h Avoid math.h in favor of cmath | ||||
* | 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 | ||||
* | Add support for LLVM bitcode target | Jack Lloyd | 2017-08-30 | 1 | -1/+1 |
| | |||||
* | Abstract out mutex type. Make threads optional. | Jack Lloyd | 2016-10-12 | 1 | -0/+61 |