Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
6afe8b0a23365e692c68273198f81110cf315d8d
/
libcxx
/
include
/
regex
6afe8b0
continued regex development...
by Howard Hinnant
· 15 years ago
5c67986
A good start on ecma regex's. Maybe even feature complete, not sure yet. Also an unrelated fix to is_constructible thanks to Daniel Krugler.
by Howard Hinnant
· 15 years ago
f710943
I believe posix extended expr is feature complete. Getting started on ecma exprs.
by Howard Hinnant
· 15 years ago
b762bea
A few more tests for posix extended alternation
by Howard Hinnant
· 15 years ago
c1198c3
A good start on extended posix regex. Loops working. Alternation working. Also update by-chapter completeness summary.
by Howard Hinnant
· 15 years ago
5d695f0
Fixed to work with generalized iterators.
by Howard Hinnant
· 15 years ago
5699358
Minor optimizations. Minor bug fixes. More tests.
by Howard Hinnant
· 15 years ago
8ab959c
Bracket expressions are working (lightly tested).
by Howard Hinnant
· 15 years ago
fdec08bd
regex_constants icase and collate for matching a single char and for matching back references
by Howard Hinnant
· 15 years ago
aea2afe
back references for BRE
by Howard Hinnant
· 15 years ago
0cbed7e
Redesign number 3. The previous design was not handling matching of empty strings inside of loops.
by Howard Hinnant
· 15 years ago
87ec03a
weekly update to by-chapter-summary, plus left and right anchor support in basic posix.
by Howard Hinnant
· 15 years ago
8c459a1
Marked subexpressions in a loop in basic posix working (only lightly tested so far)
by Howard Hinnant
· 15 years ago
189b212
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
· 15 years ago
928658c
First test for marked subexpressions
by Howard Hinnant
· 15 years ago
237ee6f
First, very primitive, search results on one engine
by Howard Hinnant
· 15 years ago
cdefdee
two steps forward, one step back...
by Howard Hinnant
· 15 years ago
e5561b0
[re.submatch]
by Howard Hinnant
· 15 years ago
853aff8
regex: learning to crawl
by Howard Hinnant
· 15 years ago
24e9848
Continuing to work through regex, and updated libcxx_by_chapter.pdf with weekly test results
by Howard Hinnant
· 15 years ago
24757ff
Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <regex>.
by Howard Hinnant
· 15 years ago
7050530
Just getting our toes wet on <regex>
by Howard Hinnant
· 15 years ago