1. 3a04854 Remove workarounds for C++17 inline variable ABI break. It has been fixed in clang. by Eric Fiselier · 9 years ago
  2. d3ac6ae Remove accidental change committed in r274403. by Eric Fiselier · 9 years ago
  3. d3a1ed8 Work around ABI break caused by C++17 inline variables. by Eric Fiselier · 9 years ago
  4. 4daa9f1 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 · 10 years ago
  5. 4f0f708 Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday(). by Ed Schouten · 10 years ago
  6. ffa0895 Fix comment that was obsoleted by r216949 by Jonathan Roelofs · 11 years ago
  7. c59e585 Partially address a FIXME in steady_clock::now() by Jonathan Roelofs · 11 years ago
  8. b56e858 Removed raw references to __APPLE__; now just check to see if it is defined. by Marshall Clow · 13 years ago
  9. 16694b5 Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm.org/bugs/show_bug.cgi?id=14585. by Howard Hinnant · 13 years ago
  10. c206366 Quash a whole bunch of warnings by Howard Hinnant · 14 years ago
  11. d53d815 noexcept for <chrono>. by Howard Hinnant · 14 years ago
  12. 3dc6455 N3191: C++ Timeout Specification by Howard Hinnant · 15 years ago
  13. 412dbeb license change by Howard Hinnant · 15 years ago
  14. 0a779b9 Fix typos, noticed by Clang. by Daniel Dunbar · 15 years ago
  15. 940e211 Fixing whitespace problems by Howard Hinnant · 15 years ago
  16. 128ba71 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 · 15 years ago
  17. 5b08a8a Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  18. 3e51952 libcxx initial import by Howard Hinnant · 15 years ago