1. 81872e9 [libc++] Use __int128_t to represent file_time_type. by Eric Fiselier · 6 years ago
  2. 7b7ac67 Fix Libc++ build with MinGW64 by Eric Fiselier · 7 years ago
  3. f7dbfec [Chrono][Darwin] Include header for gettimeofday by Bruno Cardoso Lopes · 8 years ago
  4. ac7fc6c [Chrono][Darwin] Make steady_clock use CLOCK_UPTIME_RAW by Bruno Cardoso Lopes · 8 years ago
  5. e34f9d5 clean up use of _WIN32 by Saleem Abdulrasool · 8 years ago
  6. b3f4bdf chrono: correct the units for the epoch bias by Saleem Abdulrasool · 8 years ago
  7. 864ad6d chrono: address post commit comments from Howard by Saleem Abdulrasool · 8 years ago
  8. 4ed4bca chrono: address post-commit comments from majnemer by Saleem Abdulrasool · 8 years ago
  9. 75748cd chrono: give Windows a steady_clock by Saleem Abdulrasool · 8 years ago
  10. 67372ee chrono: implement a Windows version of system_clock::now by Saleem Abdulrasool · 8 years ago
  11. 634ff01 [libc++] Remove unneeded visibility pragmas by Shoaib Meenai · 8 years ago
  12. 6b7a871 Remove workarounds for C++17 inline variable ABI break. It has been fixed in clang. by Eric Fiselier · 8 years ago
  13. 103f80d Remove accidental change committed in r274403. by Eric Fiselier · 8 years ago
  14. 1eb8739 Work around ABI break caused by C++17 inline variables. by Eric Fiselier · 8 years ago
  15. 8c42c8c When building libc++, we use '"' as a delimiter instead of '<' when including libc++ header files. This is so that the dylib gets built with our headers; rather than the system-installed ones. We do this in most places already, just fixing a couple of inconsistent uses. by Marshall Clow · 9 years ago
  16. 22a6d5a Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday(). by Ed Schouten · 9 years ago
  17. cb09395 Fix comment that was obsoleted by r216949 by Jonathan Roelofs · 10 years ago
  18. c578065 Partially address a FIXME in steady_clock::now() by Jonathan Roelofs · 10 years ago
  19. dece7fe Removed raw references to __APPLE__; now just check to see if it is defined. by Marshall Clow · 12 years ago
  20. 0a69fa1 Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm.org/bugs/show_bug.cgi?id=14585. by Howard Hinnant · 12 years ago
  21. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  22. 756a176 noexcept for <chrono>. by Howard Hinnant · 13 years ago
  23. f8f8521 N3191: C++ Timeout Specification by Howard Hinnant · 14 years ago
  24. b64f8b0 license change by Howard Hinnant · 14 years ago
  25. 04acaca Fix typos, noticed by Clang. by Daniel Dunbar · 14 years ago
  26. 16e6e1d Fixing whitespace problems by Howard Hinnant · 14 years ago
  27. 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
  28. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  29. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago