summaryrefslogtreecommitdiffstats
path: root/libcxx/test/re/re.alg/re.alg.search
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2010-6564/+0
* [libcxx] Remove use of uniform initialization from regex tests so that they c...Eric Fiselier2014-10-272-12/+12
* [libcxx] XFAIL all currently failing libc++ tests for linux.Eric Fiselier2014-10-234-0/+12
* Add locales to available_features for tests.Dan Albert2014-08-044-0/+8
* Implement LWG Issues #2329 and #2332 - disallow iterators into temporary rege...Marshall Clow2014-02-191-0/+38
* Bill Fisher: This patch fixes a less likely case where '\b' can back up into ...Howard Hinnant2013-07-111-0/+63
* Bill Fisher: This patch fixes a bug where regex_iterator doesn't indicate whe...Howard Hinnant2013-07-091-0/+38
* William Fisher: A bug in __lookahead::exec causes /(?=^)b/ to match ab. When...Howard Hinnant2013-06-281-0/+28
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-056-6/+6
* Removed several more different 'iterators.h' files in libcxx/testMarshall Clow2013-01-036-6/+6
* license changeHoward Hinnant2010-11-166-12/+12
* Fixing whitespace problemsHoward Hinnant2010-08-221-1/+0
* Everything under [re.regex]Howard Hinnant2010-08-133-6/+0
* Fixed some bugs in the ecma bracket epression regarding escaped characters, a...Howard Hinnant2010-07-282-0/+1598
* lookahead for ecmaHoward Hinnant2010-07-271-0/+62
* grep and egrep grammarsHoward Hinnant2010-07-272-0/+152
* continued regex development...Howard Hinnant2010-07-273-104/+156
* A good start on ecma regex's. Maybe even feature complete, not sure yet. Al...Howard Hinnant2010-07-271-0/+1505
* I believe posix extended expr is feature complete. Getting started on ecma e...Howard Hinnant2010-07-221-0/+1025
* A few more tests for posix extended alternationHoward Hinnant2010-07-221-7/+42
* A good start on extended posix regex. Loops working. Alternation working. ...Howard Hinnant2010-07-161-0/+445
* Tests for basic posix regex templated on wchar_tHoward Hinnant2010-07-151-0/+743
* Fixed to work with generalized iterators.Howard Hinnant2010-07-141-0/+23
* Minor optimizations. Minor bug fixes. More tests.Howard Hinnant2010-07-141-0/+142
* Bracket expressions are working (lightly tested).Howard Hinnant2010-07-131-0/+101
* regex_constants icase and collate for matching a single char and for matching...Howard Hinnant2010-07-121-0/+26
* back references for BREHoward Hinnant2010-07-121-0/+162
* Redesign number 3. The previous design was not handling matching of empty st...Howard Hinnant2010-07-121-0/+81
* weekly update to by-chapter-summary, plus left and right anchor support in ba...Howard Hinnant2010-07-091-0/+72
* Marked subexpressions in a loop in basic posix working (only lightly tested s...Howard Hinnant2010-07-081-22/+40
* First loop test passed. The data structure and search algorithm is still cru...Howard Hinnant2010-07-071-16/+31
* First test for marked subexpressionsHoward Hinnant2010-06-301-0/+44
* First, very primitive, search results on one engineHoward Hinnant2010-06-301-0/+83
OpenPOWER on IntegriCloud