index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
test
/
re
/
re.alg
/
re.alg.search
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
10
-6564
/
+0
*
[libcxx] Remove use of uniform initialization from regex tests so that they c...
Eric Fiselier
2014-10-27
2
-12
/
+12
*
[libcxx] XFAIL all currently failing libc++ tests for linux.
Eric Fiselier
2014-10-23
4
-0
/
+12
*
Add locales to available_features for tests.
Dan Albert
2014-08-04
4
-0
/
+8
*
Implement LWG Issues #2329 and #2332 - disallow iterators into temporary rege...
Marshall Clow
2014-02-19
1
-0
/
+38
*
Bill Fisher: This patch fixes a less likely case where '\b' can back up into ...
Howard Hinnant
2013-07-11
1
-0
/
+63
*
Bill Fisher: This patch fixes a bug where regex_iterator doesn't indicate whe...
Howard Hinnant
2013-07-09
1
-0
/
+38
*
William Fisher: A bug in __lookahead::exec causes /(?=^)b/ to match ab. When...
Howard Hinnant
2013-06-28
1
-0
/
+28
*
Move common header files into a 'support' directory; make 'testit' include -I...
Marshall Clow
2013-01-05
6
-6
/
+6
*
Removed several more different 'iterators.h' files in libcxx/test
Marshall Clow
2013-01-03
6
-6
/
+6
*
license change
Howard Hinnant
2010-11-16
6
-12
/
+12
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-1
/
+0
*
Everything under [re.regex]
Howard Hinnant
2010-08-13
3
-6
/
+0
*
Fixed some bugs in the ecma bracket epression regarding escaped characters, a...
Howard Hinnant
2010-07-28
2
-0
/
+1598
*
lookahead for ecma
Howard Hinnant
2010-07-27
1
-0
/
+62
*
grep and egrep grammars
Howard Hinnant
2010-07-27
2
-0
/
+152
*
continued regex development...
Howard Hinnant
2010-07-27
3
-104
/
+156
*
A good start on ecma regex's. Maybe even feature complete, not sure yet. Al...
Howard Hinnant
2010-07-27
1
-0
/
+1505
*
I believe posix extended expr is feature complete. Getting started on ecma e...
Howard Hinnant
2010-07-22
1
-0
/
+1025
*
A few more tests for posix extended alternation
Howard Hinnant
2010-07-22
1
-7
/
+42
*
A good start on extended posix regex. Loops working. Alternation working. ...
Howard Hinnant
2010-07-16
1
-0
/
+445
*
Tests for basic posix regex templated on wchar_t
Howard Hinnant
2010-07-15
1
-0
/
+743
*
Fixed to work with generalized iterators.
Howard Hinnant
2010-07-14
1
-0
/
+23
*
Minor optimizations. Minor bug fixes. More tests.
Howard Hinnant
2010-07-14
1
-0
/
+142
*
Bracket expressions are working (lightly tested).
Howard Hinnant
2010-07-13
1
-0
/
+101
*
regex_constants icase and collate for matching a single char and for matching...
Howard Hinnant
2010-07-12
1
-0
/
+26
*
back references for BRE
Howard Hinnant
2010-07-12
1
-0
/
+162
*
Redesign number 3. The previous design was not handling matching of empty st...
Howard Hinnant
2010-07-12
1
-0
/
+81
*
weekly update to by-chapter-summary, plus left and right anchor support in ba...
Howard Hinnant
2010-07-09
1
-0
/
+72
*
Marked subexpressions in a loop in basic posix working (only lightly tested s...
Howard Hinnant
2010-07-08
1
-22
/
+40
*
First loop test passed. The data structure and search algorithm is still cru...
Howard Hinnant
2010-07-07
1
-16
/
+31
*
First test for marked subexpressions
Howard Hinnant
2010-06-30
1
-0
/
+44
*
First, very primitive, search results on one engine
Howard Hinnant
2010-06-30
1
-0
/
+83