Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement RefCount as a generic atomic type | Chris Robinson | 2014-07-22 | 1 | -152/+108 |
* | Add macros for generic atomic functionality | Chris Robinson | 2014-07-22 | 1 | -36/+145 |
* | Add extern "C" to common headers. | Chris Robinson | 2014-05-29 | 1 | -0/+7 |
* | Add methods to exchange and compare-exchange RefCount values | Chris Robinson | 2014-05-27 | 1 | -0/+38 |
* | Make RefCount a non-integer type | Chris Robinson | 2014-05-14 | 1 | -19/+35 |
* | Always use unsigned int for RefCount | Chris Robinson | 2014-05-07 | 1 | -18/+22 |
* | Move the static_assert definition to its own header | Chris Robinson | 2014-05-07 | 1 | -0/+2 |
* | Move some headers to include/ | Chris Robinson | 2014-05-06 | 1 | -0/+141 |