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. 044df63 Do not include pthread.h and sched.h when threads are disabled by Jonathan Roelofs · 9 years ago
  4. c6e4669 [libcxx] Add atomic_support.h header to src that handles needed atomic operations. by Eric Fiselier · 9 years ago
  5. bc1e44d LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo. by Eric Fiselier · 9 years ago
  6. fff544e Explicitly include <sched.h> for sched_yield() by Sergey Dmitrouk · 10 years ago
  7. 8d86b2e Allow libc++ to be built on systems without POSIX threads by Jonathan Roelofs · 10 years ago
  8. 05d116e std::once_flag was forward declared with _LIBCPP_TYPE_VIS decoration, and the defined with _LIBCPP_TYPE_VIS_ONLY decoration. Make them match by Marshall Clow · 10 years ago
  9. 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
  10. 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
  11. 33be35e Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT? by Howard Hinnant · 12 years ago
  12. 499c61f noexcept and constexpr applied to <mutex>. by Howard Hinnant · 12 years ago
  13. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  14. 9996844 Further macro protection by replacing _[A-Z] with _[A-Z]p by Howard Hinnant · 13 years ago
  15. 66c6f97 Add protection from min/max macros by Howard Hinnant · 13 years ago
  16. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  17. 0949eed _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 13 years ago
  18. 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
  19. ad935d5 Brought call_once variadic call 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
  20. 6fd4b66 Fixing an ambiguity in variadics found by clang. by Howard Hinnant · 14 years ago
  21. f8f8521 N3191: C++ Timeout Specification by Howard Hinnant · 14 years ago
  22. b64f8b0 license change by Howard Hinnant · 14 years ago
  23. b9af2ea visibility-decoration. by Howard Hinnant · 14 years ago
  24. 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
  25. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  26. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  27. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago