| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the pre-C11-atomics API, which is now unused | David Goldblatt | 2017-04-05 | 1 | -45/+0 |
|
|
* | Add atomic types for ssize_t | David Goldblatt | 2017-03-07 | 1 | -0/+8 |
|
|
* | Introduce a backport of C11 atomics | David Goldblatt | 2017-03-03 | 1 | -71/+227 |
|
|
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -2/+2 |
|
|
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -2/+2 |
|
|
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -12/+6 |
|
|
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -6/+0 |
|
|
* | Rename atomic_*_{uint32,uint64,u}() to atomic_*_{u32,u64,zu}(). | Jason Evans | 2016-11-07 | 1 | -12/+12 |
|
|
* | Fix MinGW-related portability issues. | Jason Evans | 2015-07-23 | 1 | -6/+6 |
|
|
* | Fix more MinGW build warnings. | Jason Evans | 2015-07-18 | 1 | -1/+1 |
|
|
* | Implement more atomic operations. | Jason Evans | 2015-02-05 | 1 | -30/+55 |
|
|
* | Add atomic operations tests and fix latent bugs. | Jason Evans | 2014-08-07 | 1 | -0/+97 |
|
|