Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move internal headers out of the include directory | Chris Robinson | 2017-04-14 | 1 | -31/+0 |
| | |||||
* | Use atomic flags for boolean atomic locks | Chris Robinson | 2016-11-25 | 1 | -5/+4 |
| | |||||
* | 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. |