1. 4c6acb5 Switch to using C++ style casts. by Joerg Sonnenberger · 11 years ago
  2. f755506 G M: Provides the _LIBCPP_WARNING macro, to be used for MSVC only, since that compiler doesn't support #warning. by Howard Hinnant · 11 years ago
  3. 7f76450 Xing Xue: port to IBM XLC++/AIX. by Howard Hinnant · 11 years ago
  4. 725ae71 Windows support in thread::hardware_concurrency. by Howard Hinnant · 11 years ago
  5. 312926e Matthew Dempsky: POSIX defines that the _POSIX_C_SOURCE macros are to be set by user by Howard Hinnant · 11 years ago
  6. 6744403 Create a weak pthread_create reference on NetBSD to not force a by Joerg Sonnenberger · 11 years ago
  7. fc2f021 Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bug.cgi?id=15624. by Howard Hinnant · 11 years ago
  8. db4d478 Fix a few warnings/errors for compiling with -fno-exceptions. by Howard Hinnant · 11 years ago
  9. 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
  10. a22d2ad Removed raw references to _WIN32; now just check to see if it is defined. by Marshall Clow · 11 years ago
  11. b18165e Belt and suspenders when calling sysconf by Marshall Clow · 11 years ago
  12. d854ce6 Another libc++ warning suppression on Linux; no functionality change by Marshall Clow · 11 years ago
  13. 5f767b7 Saleem Abdulrasool: cleanup a few more compile warnings emitted by GCC. by Howard Hinnant · 12 years ago
  14. cf115d2 Change sleep_for, sleep_until, and the condition_variable timed wait by Howard Hinnant · 12 years ago
  15. 403f91a Andrew Morrow: The attached patch is an attempt to implement by Howard Hinnant · 12 years ago
  16. 6e1d851 noexcept applied to <thread>. by Howard Hinnant · 12 years ago
  17. 997e454 Solaris port. Currently sees around 200 test failures, mostly related to by David Chisnall · 12 years ago
  18. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  19. 6cd05ee Work on Windows port by Ruben Van Boxem by Howard Hinnant · 13 years ago
  20. 2d72b1e Effort to reduce the number of exported symbols by Howard Hinnant · 14 years ago
  21. b64f8b0 license change by Howard Hinnant · 14 years ago
  22. 5306d68 Convert __thread_local_data to the singleton pattern by Howard Hinnant · 14 years ago
  23. 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
  24. 47499b1 future continues ... by Howard Hinnant · 14 years ago
  25. 16e6e1d Fixing whitespace problems by Howard Hinnant · 14 years ago
  26. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  27. 0bfe880 For compiling on FreeBSD by Howard Hinnant · 14 years ago
  28. 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
  29. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  30. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago