1. a016efb [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows by Eric Fiselier · 9 years ago
  2. 8fd2d37 libcxx: fix bootstrapping for mingw-w64 by Martell Malone · 9 years ago
  3. 5d50aa3 [libc++] Refactor Windows support headers. by Eric Fiselier · 9 years ago
  4. 0be6d5b Fix condition_variable::wait_until and wait_for on Windows. by Eric Fiselier · 9 years ago
  5. b455a83 Revert "threading_support: make __thread_sleep_for be alertable" by Saleem Abdulrasool · 9 years ago
  6. 305b4f2 threading_support: make __thread_sleep_for be alertable by Saleem Abdulrasool · 9 years ago
  7. 9e08f9a __threading_support: fix windows build by Saleem Abdulrasool · 9 years ago
  8. 9e8a082 Use protected name for the prototype arguments. by Joerg Sonnenberger · 9 years ago
  9. 54a987e Threading support: externalize sleep_for() function. by Asiri Rathnayake · 9 years ago
  10. e49cdfb Recommit [libcxx] Never use <cassert> within libc++ by Eric Fiselier · 9 years ago
  11. 83dca5c Disable thread safety analysis for some functions in __thread_support by Dimitry Andric · 9 years ago
  12. e246350 Fix chromium build (libcxx) by Asiri Rathnayake · 9 years ago
  13. f9e7bf3 Revert "[libcxx] Never use <cassert> within libc++" by Eric Fiselier · 9 years ago
  14. d5fd7d7 [libcxx] Never use <cassert> within libc++ by Eric Fiselier · 9 years ago
  15. af762e91 [libcxx] Don't assume __libcpp_thread_t is an integral type by Asiri Rathnayake · 9 years ago
  16. d75a9d2 Attempt two at fixing threading on Windows by Eric Fiselier · 9 years ago
  17. 6f38b6a Fix thread creation on Windows by Eric Fiselier · 9 years ago
  18. 08e1477 Fix Windows try_lock implementation by Eric Fiselier · 9 years ago
  19. 4ec493b threading_support: delete the critical section by Saleem Abdulrasool · 9 years ago
  20. 6d7d0be provide Win32 native threading by Saleem Abdulrasool · 9 years ago
  21. 00f6bea [libc++] Cleanup and document <__threading_support> by Eric Fiselier · 9 years ago
  22. 58a0dce thread_support: split out {,non-}recursive mutex by Saleem Abdulrasool · 9 years ago
  23. 205d7d3 [libcxx] Add build/test support for the externally threaded libc++abi variant by Asiri Rathnayake · 9 years ago
  24. 6cb0d41 [libcxx] Fix testing of the externally-threaded library build after r290850 by Asiri Rathnayake · 9 years ago
  25. 790e10f threading_support: refactor for Win32 threading by Saleem Abdulrasool · 9 years ago
  26. 3cf2f7b [libcxx] Improve the gcc workaround for the missing __has_include macro. by Asiri Rathnayake · 9 years ago
  27. 81c0be3 [libcxx] Do not declare the thread api when __external_threading is present by Asiri Rathnayake · 9 years ago
  28. d547ac0 [libcxx] Fix gcc builds. by Asiri Rathnayake · 9 years ago
  29. 8c2bf45 [libcxx] Introduce an externally-threaded libc++ variant. by Asiri Rathnayake · 9 years ago
  30. b9599b1 [libcxx] Allow explicit pthread opt-in by Ben Craig · 10 years ago
  31. c7e4239 Refactor pthread usage of libcxx. by Asiri Rathnayake · 10 years ago