1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. b8f31a1 Got the test backwards in r258279. Fixed that and de-tabbed by Marshall Clow · 9 years ago
  3. 85d4c2a Fix up the tests I added for string exceptions to be skipped when exceptions are disabled by Marshall Clow · 9 years ago
  4. df9db31 Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the strong exception safety guarantee'. This turned out to be a pervasive problem in <string>, which required a fair amount of rework. Add in an optimization for when iterators provide noexcept increment/comparison/assignment/dereference (which covers many of the iterators in libc++). Reviewed as http://reviews.llvm.org/D15862 by Marshall Clow · 9 years ago
  5. e52b632 Since Eric poisoned the comma operator on all our test iterators, we no longer need 'comma_iterator'. Remove it from the test suite. by Marshall Clow · 10 years ago
  6. 62a0e01 Fix use of operator comma in is_permutation and delete comma operator for test iterators. by Eric Fiselier · 10 years ago
  7. b991975 [libcxx] Fix use of operator comma where the types can be user defined by Eric Fiselier · 10 years ago
  8. 01c6bbd Add include of <cassert> for the operator comma by Marshall Clow · 10 years ago
  9. 270f8e0 Create a 'comma_iterator' class that overloads operator, and asserts when it's called. Add tests to mismatch to make sure it can't be blindsided by such an evil iterator. More tests for other algorithms forthcoming. Thanks to STL for pointing this out at CppCon and Yakov Galka for opening LWG issue #2133 by Marshall Clow · 10 years ago
  10. 98760c1 Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. by Marshall Clow · 11 years ago
  11. 171771a War on tabs. by Howard Hinnant · 11 years ago
  12. 304c31b Made test output iterators have value_type of 'void'; matches ones in library by Marshall Clow · 12 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[Renamed from test/iterators.h]
  14. 8226d0b ...and then there was one. Only one copy of 'iterators.h' in the test tree for libc++ by Marshall Clow · 12 years ago
  15. ba1920f Removed several more different 'iterators.h' files in libcxx/test by Marshall Clow · 12 years ago[Renamed (99%) from test/re/iterators.h]
  16. bbd8086 Fixing whitespace problems by Howard Hinnant · 14 years ago
  17. 27405f9 Everything under [re.results] by Howard Hinnant · 14 years ago
  18. aa69808 A good start on extended posix regex. Loops working. Alternation working. Also update by-chapter completeness summary. by Howard Hinnant · 14 years ago