1. 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
  2. 04acaca Fix typos, noticed by Clang. by Daniel Dunbar · 14 years ago
  3. 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
  4. 99be823 [futures.shared_future] by Howard Hinnant · 14 years ago
  5. 54da338 [futures.task] and [futures.async]. Requires variadics and rvalue-ref support. by Howard Hinnant · 14 years ago
  6. 47499b1 future continues ... by Howard Hinnant · 14 years ago
  7. a652172 Getting started on <future> by Howard Hinnant · 14 years ago
  8. d510977 Remove tabs by Howard Hinnant · 14 years ago
  9. 16e6e1d Fixing whitespace problems by Howard Hinnant · 14 years ago
  10. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  11. ad2a7ab continued regex development... by Howard Hinnant · 14 years ago
  12. 17615b0 A good start on ecma regex's. Maybe even feature complete, not sure yet. Also an unrelated fix to is_constructible thanks to Daniel Krugler. by Howard Hinnant · 14 years ago
  13. 8c2c18d Continuing to work through regex, and updated libcxx_by_chapter.pdf with weekly test results by Howard Hinnant · 14 years ago
  14. f409d2f Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <regex>. by Howard Hinnant · 14 years ago
  15. 3257c98 Just getting our toes wet on <regex> by Howard Hinnant · 14 years ago
  16. 21aefc3 [util.smartptr.hash] by Howard Hinnant · 14 years ago
  17. a6a062d [string.conversions] by Howard Hinnant · 14 years ago
  18. d23b464 [conversions.string] by Howard Hinnant · 14 years ago
  19. 87d1a8a [locale.stdcvt] by Howard Hinnant · 14 years ago
  20. ed2c291 [except.nested] by Howard Hinnant · 14 years ago
  21. c326721 Completed [alg.random.shuffle]. by Howard Hinnant · 14 years ago
  22. 0bfe880 For compiling on FreeBSD by Howard Hinnant · 14 years ago
  23. 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
  24. 76fdaa7 Add set_new_handler and nothrow implementations by Nick Kledzik · 14 years ago
  25. 804b6e7 add headers and implementation for <new>, <exception>, and <typeinfo> by Nick Kledzik · 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