1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. 35ff03b Refactor pthread usage of libcxx. by Asiri Rathnayake · 8 years ago
  3. 566bcb4 Fix most GCC attribute ignored warnings by Eric Fiselier · 8 years ago
  4. e94c1ae [libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prevent calling terminate. by Eric Fiselier · 8 years ago
  5. a3b25f8 Cleanup: move visibility/linkage attributes to the first declaration. by Evgeniy Stepanov · 9 years ago
  6. f99b59c Fix use of static_assert macro with nested commas by Eric Fiselier · 9 years ago
  7. 0376dfa [libc++] Fix PR22606 - Leak pthread_key with static storage duration to ensure all of thread-local destructors are called. by Eric Fiselier · 9 years ago
  8. fff544e Explicitly include <sched.h> for sched_yield() by Sergey Dmitrouk · 10 years ago
  9. 8d86b2e Allow libc++ to be built on systems without POSIX threads by Jonathan Roelofs · 10 years ago
  10. 0f678bd Nico Rieck: this patch series fixes visibility issues on Windows as explained in <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031214.html>. by Howard Hinnant · 11 years ago
  11. c5e8961 Fix stupid but harmless type-o. Fixes http://llvm.org/bugs/show_bug.cgi?id=15657. by Howard Hinnant · 11 years ago
  12. 2c0d3ed Add missing #ifndef _LIBCPP_NO_EXCEPTIONS around throw in include/thread. by Howard Hinnant · 11 years ago
  13. 83eade6 No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute. by Howard Hinnant · 11 years ago
  14. 33be35e Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT? by Howard Hinnant · 12 years ago
  15. cf115d2 Change sleep_for, sleep_until, and the condition_variable timed wait by Howard Hinnant · 12 years ago
  16. 96c60b4 Patch contributed by Dev Dude for mingw64 port. by Howard Hinnant · 12 years ago
  17. 6e1d851 noexcept applied to <thread>. by Howard Hinnant · 12 years ago
  18. 40c13d3 Starting using murmur2 when combining multiple size_t's into a single hash, and also for basic_string. Also made hash<thread::id> ever so slighly more portable. I had to tweak one test which is questionable (definitely not portable) anyway. by Howard Hinnant · 13 years ago
  19. 9996844 Further macro protection by replacing _[A-Z] with _[A-Z]p by Howard Hinnant · 13 years ago
  20. 8db4aca de-tabbify by Howard Hinnant · 13 years ago
  21. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  22. 0949eed _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 13 years ago
  23. 57cff29 I had a giant misunderstanding of what 'synchronizes with' meant in [futures.async]/p5. This invalidated the current design of async in <future>. This is a new design, based on my new understanding, which has been confirmed on the lwg mailing list. The summary is that ~future() (and ~shared_future()) will block when they are created from within async, and the thread hasn't finished yet. As part of this work I created two new type traits: __invokable<F, Args...>::value and __invoke_of<F, Args...>::type. These are what result_of<F(Args...)> wanted to be when it grew up, but never will be. __invoke_of is carefully crafted so that it can serve as its own enable_if (type doesn't exist if the signature isn't invokable). All of this work is C++11 only. by Howard Hinnant · 13 years ago
  24. 656bdc3 Brought thread variadic constructor up to current spec, which allows move-only functors and move-only arguments, but disallows functors with non-const lvalue reference parameters. by Howard Hinnant · 13 years ago
  25. 2d72b1e Effort to reduce the number of exported symbols by Howard Hinnant · 14 years ago
  26. f8f8521 N3191: C++ Timeout Specification by Howard Hinnant · 14 years ago
  27. b64f8b0 license change by Howard Hinnant · 14 years ago
  28. 726a76f I have reverted all contributions made by Jesse Towner in revision 110724 by Howard Hinnant · 14 years ago
  29. 5306d68 Convert __thread_local_data to the singleton pattern by Howard Hinnant · 14 years ago
  30. 8d7a955 visibility-decoration. by Howard Hinnant · 14 years ago
  31. 73d21a4 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. by Howard Hinnant · 14 years ago
  32. e6e4d01 [futures.atomic_future] and notify_all_at_thread_exit. This completes the header <future> and all of Chapter 30 (for C++0x enabled compilers). by Howard Hinnant · 14 years ago
  33. 47499b1 future continues ... by Howard Hinnant · 14 years ago
  34. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  35. a785e4e DE 23 by Howard Hinnant · 14 years ago
  36. 60a0a8e patch by Jesse Towner, and bug fix by Sebastian Redl by Howard Hinnant · 14 years ago
  37. a6a062d [string.conversions] by Howard Hinnant · 14 years ago
  38. adff489 patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. by Howard Hinnant · 14 years ago
  39. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  40. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago