1. 0608625 Merge to upstream r225300. by Dan Albert · 10 years ago
  2. 7112dae Merge to upstream r222492. by Dan Albert · 10 years ago
  3. 90dc8dd Update to upstream r216384. by Dan Albert · 10 years ago
  4. 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
  5. 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 · 12 years ago
  6. 33be35e Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT? by Howard Hinnant · 12 years ago
  7. 499c61f noexcept and constexpr applied to <mutex>. by Howard Hinnant · 12 years ago
  8. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  9. 9996844 Further macro protection by replacing _[A-Z] with _[A-Z]p by Howard Hinnant · 13 years ago
  10. 66c6f97 Add protection from min/max macros by Howard Hinnant · 13 years ago
  11. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  12. 0949eed _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 13 years ago
  13. 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
  14. 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
  15. 6fd4b66 Fixing an ambiguity in variadics found by clang. by Howard Hinnant · 14 years ago
  16. f8f8521 N3191: C++ Timeout Specification by Howard Hinnant · 14 years ago
  17. b64f8b0 license change by Howard Hinnant · 14 years ago
  18. b9af2ea visibility-decoration. by Howard Hinnant · 14 years ago
  19. 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
  20. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  21. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  22. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago