aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/mutex.h
Commit message (Collapse)AuthorAgeFilesLines
* Test OS features by the feature vs the OS nameJack Lloyd2017-12-301-3/+1
|
* Additional final annotationsJack Lloyd2017-10-151-2/+2
|
* Clean up header includesJack Lloyd2017-09-211-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 Lloyd2017-09-201-2/+2
| | | | | | ISO C++ reserves names with double underscores in them Closes #512
* Add support for LLVM bitcode targetJack Lloyd2017-08-301-1/+1
|
* Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-121-0/+61