| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '6a93b596c5c3af31b843d63013a7985ffeea354d' | James Almer | 2017-04-13 | 2 | -2/+3 |
|\ |
|
| * | compat/atomics: add typecasts in atomic_compare_exchange_strong() | Wan-Teh Chang | 2016-12-08 | 2 | -2/+3 |
| * | Add a compat dummy stdatomic.h used when threading is disabled | Anton Khirnov | 2016-10-02 | 1 | -0/+176 |
| * | Add a compat stdatomic.h implementation based on pthreads | Anton Khirnov | 2016-10-02 | 2 | -0/+236 |
| * | Add a compat stdatomic.h implementation based on suncc atomics | Anton Khirnov | 2016-10-02 | 1 | -0/+186 |
| * | Add a compat stdatomic.h implementation based on windows atomics | Anton Khirnov | 2016-10-02 | 1 | -0/+179 |
| * | Add a compat stdatomic.h implementation based on GCC atomics | Anton Khirnov | 2016-10-02 | 1 | -0/+173 |
* | stdatomic/win32: only include the lean windows headers to avoid conflicts | Hendrik Leppkes | 2017-04-04 | 1 | -0/+1 |
* | compat/atomics: fix atomic_fetch_xor | James Almer | 2017-04-02 | 5 | -6/+6 |
* | compat/atomics/gcc: use __typeof__ instead of typeof | James Almer | 2017-03-18 | 1 | -4/+4 |
* | compat/atomics: rename header guards | James Almer | 2016-12-02 | 5 | -15/+15 |
* | Add a compat dummy stdatomic.h used when threading is disabled | Anton Khirnov | 2016-12-02 | 1 | -0/+176 |
* | Add a compat stdatomic.h implementation based on pthreads | Anton Khirnov | 2016-12-02 | 2 | -0/+236 |
* | Add a compat stdatomic.h implementation based on suncc atomics | Anton Khirnov | 2016-12-02 | 1 | -0/+186 |
* | Add a compat stdatomic.h implementation based on windows atomics | Anton Khirnov | 2016-12-02 | 1 | -0/+179 |
* | Add a compat stdatomic.h implementation based on GCC atomics | Anton Khirnov | 2016-12-02 | 1 | -0/+173 |