1. 76e2b15 Change stdatomic.h check from defined(_USING_LIBCXX) to __has_include(<atomic>) by Tom Cherry · 6 years ago
  2. 0d1a8a5 Reland "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  3. 4dbe8fc Revert "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  4. 067bdc9 Retire GCC FORTIFY. by Elliott Hughes · 7 years ago
  5. 6c0eab9 Include uchar.h only for bionic by Pirama Arumuga Nainar · 7 years ago
  6. ed3c787 Guard include of uchar.h in stdatomic.h by Pirama Arumuga Nainar · 9 years ago
  7. 0fe8885 Clean up <uchar.h> and <wctype.h> transitive includes. by Elliott Hughes · 9 years ago
  8. f484050 Preliminary cleanup of <sys/cdefs.h>. by Elliott Hughes · 9 years ago
  9. 95f197f Allow stdatomic.h to be included from mingw prebuilt. by Hans Boehm · 11 years ago
  10. 3ce0769 Only use <atomic> for C++11 and newer. by Dan Albert · 11 years ago
  11. 76ac4d0 Make memory_order_acquire visible in global namespace by Hans Boehm · 11 years ago
  12. 3242960 Make stdatomic.h work with gcc4.6 host compiler by Hans Boehm · 11 years ago
  13. e0c56ef Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc. by Elliott Hughes · 11 years ago
  14. 3e4a009 Undefine _Atomic before redefining by Hans Boehm · 11 years ago
  15. 00aaea3 Fix, generalize stdatomic.h; improve test. by Hans Boehm · 11 years ago
  16. 019d395 Have stdatomic.h punt to C++ atomic when possible by Hans Boehm · 11 years ago
  17. 8b00236 Define atomic_charN_t only if charN_t is supported. by Hans Boehm · 11 years ago
  18. e6c57fc Add C11 <stdatomic.h>. by Elliott Hughes · 11 years ago