1. f6d875f Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Ganesh Barbati by Howard Hinnant · 13 years ago
  2. 3dd965b This commit was accidental. Reverting. by Howard Hinnant · 13 years ago
  3. 932209b A bunch of future tests got invalidated with the latest updates to thread. Fixed the tests. by Howard Hinnant · 13 years ago
  4. 97ecd64 Clean up a bunch of warnings in the tests, 3 of which actually turned out to be test bugs. by Howard Hinnant · 13 years ago
  5. 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
  6. 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
  7. 7de4790 Implemented N3194 by Howard Hinnant · 14 years ago
  8. c706565 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  9. 6051e24 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  10. adaa626 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  11. 8771430 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  12. 6689564 N3188 - Revision to N3113: Async Launch Policies (CH 36) by Howard Hinnant · 14 years ago
  13. f8f8521 N3191: C++ Timeout Specification by Howard Hinnant · 14 years ago
  14. b64f8b0 license change by Howard Hinnant · 14 years ago
  15. 251aaa1 Relaxing timing test a bit to avoid spurious test failures under load by Howard Hinnant · 14 years ago
  16. 0ce0224 fixing whitespace by Howard Hinnant · 14 years ago
  17. bfd5530 Fix whitespace by Howard Hinnant · 14 years ago
  18. 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
  19. 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
  20. 99be823 [futures.shared_future] by Howard Hinnant · 14 years ago
  21. 54da338 [futures.task] and [futures.async]. Requires variadics and rvalue-ref support. by Howard Hinnant · 14 years ago
  22. 7158e5c [futures.unique_future] by Howard Hinnant · 14 years ago
  23. f39daa8 [futures.promise]. Depends on rvalue-ref support to work 100%. by Howard Hinnant · 14 years ago
  24. a652172 Getting started on <future> by Howard Hinnant · 14 years ago
  25. f11ea14 Fixing whitespace problems by Howard Hinnant · 14 years ago
  26. a785e4e DE 23 by Howard Hinnant · 14 years ago
  27. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  28. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago