Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use generic atomics in more places | Chris Robinson | 2014-07-22 | 1 | -4/+6 |
| | |||||
* | Implement RefCount as a generic atomic type | Chris Robinson | 2014-07-22 | 1 | -1/+1 |
| | |||||
* | Add extern "C" to common headers. | Chris Robinson | 2014-05-29 | 1 | -0/+8 |
| | |||||
* | Make RefCount a non-integer type | Chris Robinson | 2014-05-14 | 1 | -3/+3 |
| | | | | | It should only be accessed through the appropriate functions to ensure proper atomicity. | ||||
* | Move RWLock and UIntMap implementations to common | Chris Robinson | 2014-05-07 | 1 | -0/+22 |
This should make the code in common completely self-reliant. |