aboutsummaryrefslogtreecommitdiffstats
path: root/include/atomic.h
Commit message (Collapse)AuthorAgeFilesLines
* Make RefCount a non-integer typeChris Robinson2014-05-141-19/+35
| | | | | It should only be accessed through the appropriate functions to ensure proper atomicity.
* Always use unsigned int for RefCountChris Robinson2014-05-071-18/+22
|
* Move the static_assert definition to its own headerChris Robinson2014-05-071-0/+2
|
* Move some headers to include/Chris Robinson2014-05-061-0/+141
Note, these are not installed. Only headers in include/AL/ are installed.