1. 35a0c2c Fix typo by Fangrui Song · 6 years ago
  2. 61494b5 libcxx: Unbreak external thread library configuration. by Peter Collingbourne · 7 years ago
  3. 59f2389 libcxx: Move Windows threading support into a .cpp file. by Peter Collingbourne · 7 years ago
  4. 018a3d5 [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows by Eric Fiselier · 7 years ago
  5. fa3bd28 libcxx: fix bootstrapping for mingw-w64 by Martell Malone · 7 years ago
  6. 41af64a [libc++] Refactor Windows support headers. by Eric Fiselier · 7 years ago
  7. 08fd336 Fix condition_variable::wait_until and wait_for on Windows. by Eric Fiselier · 7 years ago
  8. e891cc8 Revert "threading_support: make __thread_sleep_for be alertable" by Saleem Abdulrasool · 8 years ago
  9. e80bd1a threading_support: make __thread_sleep_for be alertable by Saleem Abdulrasool · 8 years ago
  10. 29e1142 __threading_support: fix windows build by Saleem Abdulrasool · 8 years ago
  11. 5a0c9c3 Use protected name for the prototype arguments. by Joerg Sonnenberger · 8 years ago
  12. 1b93961 Threading support: externalize sleep_for() function. by Asiri Rathnayake · 8 years ago
  13. b89eba0 Recommit [libcxx] Never use <cassert> within libc++ by Eric Fiselier · 8 years ago
  14. 362353a Disable thread safety analysis for some functions in __thread_support by Dimitry Andric · 8 years ago
  15. bcc92d7 Fix chromium build (libcxx) by Asiri Rathnayake · 8 years ago
  16. a49c64f Revert "[libcxx] Never use <cassert> within libc++" by Eric Fiselier · 8 years ago
  17. 2c90d1f [libcxx] Never use <cassert> within libc++ by Eric Fiselier · 8 years ago
  18. a1d7d2f [libcxx] Don't assume __libcpp_thread_t is an integral type by Asiri Rathnayake · 8 years ago
  19. 543e83b Attempt two at fixing threading on Windows by Eric Fiselier · 8 years ago
  20. 433a397 Fix thread creation on Windows by Eric Fiselier · 8 years ago
  21. 30d12e3 Fix Windows try_lock implementation by Eric Fiselier · 8 years ago
  22. 1d32408 threading_support: delete the critical section by Saleem Abdulrasool · 8 years ago
  23. 678eadd provide Win32 native threading by Saleem Abdulrasool · 8 years ago
  24. 66134e8 [libc++] Cleanup and document <__threading_support> by Eric Fiselier · 8 years ago
  25. 3451a65 thread_support: split out {,non-}recursive mutex by Saleem Abdulrasool · 8 years ago
  26. e262e7b [libcxx] Add build/test support for the externally threaded libc++abi variant by Asiri Rathnayake · 8 years ago
  27. e29d9ff [libcxx] Fix testing of the externally-threaded library build after r290850 by Asiri Rathnayake · 8 years ago
  28. 1d19237 threading_support: refactor for Win32 threading by Saleem Abdulrasool · 8 years ago
  29. 4f2c83f [libcxx] Improve the gcc workaround for the missing __has_include macro. by Asiri Rathnayake · 8 years ago
  30. 7250d33 [libcxx] Do not declare the thread api when __external_threading is present by Asiri Rathnayake · 8 years ago
  31. f6600b7 [libcxx] Fix gcc builds. by Asiri Rathnayake · 8 years ago
  32. 040945b [libcxx] Introduce an externally-threaded libc++ variant. by Asiri Rathnayake · 8 years ago
  33. 5163e46 [libcxx] Allow explicit pthread opt-in by Ben Craig · 8 years ago
  34. 35ff03b Refactor pthread usage of libcxx. by Asiri Rathnayake · 8 years ago