1. e33c0b0 [libcxx] [test] D27027: Strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
  2. 4775578 Remove usages of _ALIGNAS_TYPE by Eric Fiselier · 8 years ago
  3. f675274 libc++: name anonymous structs by JF Bastien · 8 years ago
  4. ca89450 Implement LWG#2441: 'Exact-width atomic typedefs should be provided' by Marshall Clow · 8 years ago
  5. 47920eb Work around MSVC bug in atomics.types.generic/address.pass.cpp test. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  6. 67ec8a2 Move more _LIBCPP_VERSION tests to test/libcxx. by Eric Fiselier · 8 years ago
  7. 897b2f9 Fix various undefined behavior found by UBSan. by Eric Fiselier · 8 years ago
  8. 84acb1e Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 8 years ago
  9. 219406e [libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "atomic_flag f;" by Eric Fiselier · 8 years ago
  10. 08511cd Implement is_always_lock_free by JF Bastien · 9 years ago
  11. 4c51222 Missing ATOMIC_*_LOCK_FREE tests by JF Bastien · 9 years ago
  12. fa1e5db Add missing license headers by Eric Fiselier · 9 years ago
  13. e39f4b9 Fix various GCC mis-configurations for newer versions. by Eric Fiselier · 9 years ago
  14. 5e91fa1 Misc drive-by cleanups. NFC by Jonathan Roelofs · 9 years ago
  15. 00f4a49 [libcxx] Allow use of <atomic> in C++03. Try 3. by Eric Fiselier · 9 years ago
  16. 3a59ae6 Mark this test as XFAIL with older compilers, since they hit PR18097 by Justin Bogner · 9 years ago
  17. 4624107 Fix unused variable warnings in atomic tests by Eric Fiselier · 9 years ago
  18. 26edd80 Fix PR24114 - std::atomic for non-Clang is not a literal type by Eric Fiselier · 9 years ago
  19. d539803 Fix uninitialized values and bad enum conversions found by UBSAN. by Eric Fiselier · 9 years ago
  20. 0588c74 Move a test to the new tests directory. by Dan Albert · 10 years ago
  21. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago