1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. 6dfff1c #include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change by Marshall Clow · 8 years ago
  3. eda3fca Don't hardcode the Czech locale name. by Ed Schouten · 9 years ago
  4. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago[Renamed from test/re/re.alg/re.alg.search/basic.pass.cpp]
  5. 79578cd [libcxx] XFAIL all currently failing libc++ tests for linux. by Eric Fiselier · 10 years ago
  6. b4ed5ca Add locales to available_features for tests. by Dan Albert · 10 years ago
  7. 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
  8. ba1920f Removed several more different 'iterators.h' files in libcxx/test by Marshall Clow · 12 years ago
  9. b64f8b0 license change by Howard Hinnant · 14 years ago
  10. bbd8086 Fixing whitespace problems by Howard Hinnant · 14 years ago
  11. ad2a7ab continued regex development... by Howard Hinnant · 14 years ago
  12. 639a668 Tests for basic posix regex templated on wchar_t by Howard Hinnant · 14 years ago
  13. 22ce0b4 Fixed to work with generalized iterators. by Howard Hinnant · 14 years ago
  14. 68025ed Minor optimizations. Minor bug fixes. More tests. by Howard Hinnant · 14 years ago
  15. 173968a Bracket expressions are working (lightly tested). by Howard Hinnant · 14 years ago
  16. e34f17d regex_constants icase and collate for matching a single char and for matching back references by Howard Hinnant · 14 years ago
  17. cba352d back references for BRE by Howard Hinnant · 14 years ago
  18. ac30386 Redesign number 3. The previous design was not handling matching of empty strings inside of loops. by Howard Hinnant · 14 years ago
  19. 37f9f9c weekly update to by-chapter-summary, plus left and right anchor support in basic posix. by Howard Hinnant · 14 years ago
  20. e77aa5e Marked subexpressions in a loop in basic posix working (only lightly tested so far) by Howard Hinnant · 14 years ago
  21. f8ce459 First loop test passed. The data structure and search algorithm is still crude and in-flux. But this milestone needed to be locked in. Right now every loop is implemented in terms of a structure that will handle the most complicated {min, max} loop. Though only *-loops are tested at the moment. In a future iteration *-loops will likely be optimized a little more. The only tests are for basic posix so far, but I have prototype code running for extended posix and ecma. The prototype code lacks the complicating properties of the real <regex> requirements though. by Howard Hinnant · 14 years ago
  22. 0dca5fc First test for marked subexpressions by Howard Hinnant · 14 years ago
  23. 9b80f2b First, very primitive, search results on one engine by Howard Hinnant · 14 years ago