1. fc2f021 Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bug.cgi?id=15624. by Howard Hinnant · 11 years ago
  2. db4d478 Fix a few warnings/errors for compiling with -fno-exceptions. by Howard Hinnant · 11 years ago
  3. 53e2763 Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now just check to see if they are defined. by Marshall Clow · 11 years ago
  4. a22d2ad Removed raw references to _WIN32; now just check to see if it is defined. by Marshall Clow · 11 years ago
  5. b18165e Belt and suspenders when calling sysconf by Marshall Clow · 11 years ago
  6. d854ce6 Another libc++ warning suppression on Linux; no functionality change by Marshall Clow · 11 years ago
  7. 5f767b7 Saleem Abdulrasool: cleanup a few more compile warnings emitted by GCC. by Howard Hinnant · 12 years ago
  8. cf115d2 Change sleep_for, sleep_until, and the condition_variable timed wait by Howard Hinnant · 12 years ago
  9. 403f91a Andrew Morrow: The attached patch is an attempt to implement by Howard Hinnant · 12 years ago
  10. 6e1d851 noexcept applied to <thread>. by Howard Hinnant · 12 years ago
  11. 997e454 Solaris port. Currently sees around 200 test failures, mostly related to by David Chisnall · 12 years ago
  12. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  13. 6cd05ee Work on Windows port by Ruben Van Boxem by Howard Hinnant · 13 years ago
  14. 2d72b1e Effort to reduce the number of exported symbols by Howard Hinnant · 14 years ago
  15. b64f8b0 license change by Howard Hinnant · 14 years ago
  16. 5306d68 Convert __thread_local_data to the singleton pattern by Howard Hinnant · 14 years ago
  17. 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
  18. 47499b1 future continues ... by Howard Hinnant · 14 years ago
  19. 16e6e1d Fixing whitespace problems by Howard Hinnant · 14 years ago
  20. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  21. 0bfe880 For compiling on FreeBSD by Howard Hinnant · 14 years ago
  22. 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
  23. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  24. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago