summaryrefslogtreecommitdiff
path: root/include/internal/refcount.h
Commit message (Expand)AuthorAgeFilesLines
* Fix one typo in a comment.FdaSilvaYY2020-06-211-2/+2
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Fix Compiler error/warning for windows icl buildShane Lontis2019-09-181-0/+15
* fix --strict-warnings buildPatrick Steuer2019-04-071-1/+1
* Avoid linking error on WCE700 for _InterlockedExchangeAdd().Soujyu Tanaka2019-03-291-2/+12
* internal/refcount.h: allow non-atomic buildRichard Levitte2019-03-141-20/+29
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-061-1/+1
* internal/refcount.h: overhaul fencing and add _MSC_VER section.Andy Polyakov2018-08-161-11/+62
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-0/+22
* Revert "Add internal functions to fetch a refcount"Richard Levitte2017-05-281-13/+0
* Correct small typo in CRYPTO_GET_REFRichard Levitte2017-05-281-1/+1
* Add internal functions to fetch a refcountRichard Levitte2017-05-271-0/+13
* Add -Wundef to --strict-warnings options.Bernd Edlinger2017-02-241-2/+4
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-0/+65