1. 6f56ab7 Adds a basic test wrapper for Android by Dan Albert · 10 years ago
  2. b90686c Implement LWG #2344: quoted()'s interaction with padding is unclear. I think that anyone using quoted with padding is really confused, but it should work the way the rest of iostreams works. by Marshall Clow · 10 years ago
  3. 16c76a2 Fix a test that I broke over the weekend by Marshall Clow · 11 years ago
  4. 0c6a583 Fixed bug in quoted strings implementation. Added test to be sure. Thanks to Peter Sommerlad for the report (and suggested fix) by Marshall Clow · 11 years ago
  5. 76a8670 LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istream::seekg behave consistently; update tests to make sure by Marshall Clow · 11 years ago
  6. 62f34be N3545: Quoted strings by Marshall Clow · 11 years ago
  7. 641d3d8 XFAIL a few tests on darwin12 by Howard Hinnant · 11 years ago
  8. f7777e8 Add pointer format test for Windows. by Howard Hinnant · 11 years ago
  9. 171771a War on tabs. by Howard Hinnant · 11 years ago
  10. eaffd0a XFAIL this test on 10.7 and 10.8 by Howard Hinnant · 11 years ago
  11. 11b8718 In istream::ignore, check the delimeter as an int_type, not as a char_type, so as to correctly handle EOF. This fixes http://llvm.org/bugs/show_bug.cgi?id=16427 by Howard Hinnant · 11 years ago
  12. aac8dd8 [tests] Mark some istream.unformatted expected failures (with system libc++). by Daniel Dunbar · 11 years ago
  13. 83e2c4d Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files by Marshall Clow · 12 years ago
  14. 3793a7d Test case for http://llvm.org/bugs/show_bug.cgi?id=14670. by Howard Hinnant · 12 years ago
  15. 6d39f9f Andrew Morrow: This patch fixes by Howard Hinnant · 12 years ago
  16. c0d0cba Windows porting work by Ruben Van Boxem by Howard Hinnant · 13 years ago
  17. db2e99f More fixes to the tests. Add UTF-8 encoding to all locales that don't specify one. Undefine some stdio.h macros that break the tests. by David Chisnall · 13 years ago
  18. 92a836c Reimplemented much of <istream> such that single character extractions do not check to see if this is the last character in the stream and thus never set eofbit. This fixes http://llvm.org/bugs/show_bug.cgi?id=10817 . This fix requires a recompiled libc++.dylib to be fully implemented. The recompiled libc++.dylib is ABI compatible with that shipped on Lion. by Howard Hinnant · 13 years ago
  19. d515df2 Fix test bug. by Howard Hinnant · 13 years ago
  20. b64f8b0 license change by Howard Hinnant · 14 years ago
  21. 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
  22. 256813f Fixing whitespace problems by Howard Hinnant · 14 years ago
  23. 72215c2 more :: to _ by Howard Hinnant · 14 years ago
  24. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  25. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago