1. 6ce45e0 Remove usages of _ALIGNAS_TYPE by Eric Fiselier · 9 years ago
  2. b67e689 Fix unused variable warnings in atomic tests by Eric Fiselier · 10 years ago
  3. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago[Renamed from libcxx/test/atomics/atomics.flag/default.pass.cpp]
  4. b3fcc67 Allow libc++ to be built on systems without POSIX threads by Jonathan Roelofs · 11 years ago
  5. da9ca0b Stephan Tolksdorf: fixes the issue in the <atomic> header and adds corresponding tests. I've used macros to fall back to a user-provided default constructor if _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS (though I suspect that there won't be many users defining that macro). by Howard Hinnant · 12 years ago
  6. 412dbeb license change by Howard Hinnant · 15 years ago
  7. 748a527 [atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors. by Howard Hinnant · 15 years ago