Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow stdatomic.h to be included from mingw prebuilt. | Hans Boehm | 2014-11-12 | 1 | -0/+6 |
* | Only use <atomic> for C++11 and newer. | Dan Albert | 2014-10-16 | 1 | -1/+1 |
* | Make memory_order_acquire visible in global namespace | Hans Boehm | 2014-09-30 | 1 | -0/+1 |
* | Make stdatomic.h work with gcc4.6 host compiler | Hans Boehm | 2014-08-29 | 1 | -11/+58 |
* | Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc. | Elliott Hughes | 2014-08-29 | 1 | -1/+1 |
* | Undefine _Atomic before redefining | Hans Boehm | 2014-08-26 | 1 | -0/+7 |
* | Fix, generalize stdatomic.h; improve test. | Hans Boehm | 2014-08-22 | 1 | -4/+10 |
* | Have stdatomic.h punt to C++ atomic when possible | Hans Boehm | 2014-08-15 | 1 | -0/+93 |
* | Define atomic_charN_t only if charN_t is supported. | Hans Boehm | 2014-07-16 | 1 | -2/+4 |
* | Add C11 <stdatomic.h>. | Elliott Hughes | 2014-05-23 | 1 | -0/+420 |