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
/
include
/
regex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....
Howard Hinnant
2012-12-12
1
-0
/
+21
*
Don't neglect to "return *this".
Argyrios Kyrtzidis
2012-10-13
1
-0
/
+1
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
1
-2
/
+2
*
noexcept and constexpr applied to <regex>.
Howard Hinnant
2012-07-21
1
-29
/
+28
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-7
/
+4
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-36
/
+36
*
Add protection from min/max macros
Howard Hinnant
2011-11-29
1
-0
/
+2
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
Fix <rdar://problem/10255403> match_results::begin() is off by one
Howard Hinnant
2011-10-08
1
-2
/
+2
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
1
-0
/
+14
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-101
/
+101
*
Provide names for template and function parameters in forward declarations. ...
Howard Hinnant
2011-06-14
1
-1
/
+1
*
Jonathan Sauer found a bug in the way ^ was handled
Howard Hinnant
2011-03-26
1
-28
/
+69
*
Chris Jefferson noted many places where function calls needed to be qualified...
Howard Hinnant
2011-02-14
1
-21
/
+21
*
N3158 Missing preconditions for default-constructed match_result objects
Howard Hinnant
2010-12-08
1
-3
/
+21
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
visibility-decoration.
Howard Hinnant
2010-09-23
1
-168
/
+128
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
1
-2
/
+0
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-52
/
+51
*
[re.alg.replace]. This finishes all of <regex>. That being said, <regex> is...
Howard Hinnant
2010-08-18
1
-0
/
+107
*
[re.tokiter]
Howard Hinnant
2010-08-17
1
-12
/
+213
*
[re.regiter]
Howard Hinnant
2010-08-16
1
-10
/
+177
*
Everything under [re.results]
Howard Hinnant
2010-08-14
1
-12
/
+147
*
Everything under [re.regex]
Howard Hinnant
2010-08-13
1
-17
/
+82
*
now works with -fno-exceptions and -fno-rtti
Howard Hinnant
2010-08-11
1
-7
/
+119
*
bug fix concerning search not at beginning of string and word boundaries
Howard Hinnant
2010-07-29
1
-2
/
+4
*
fix bug incrementing past end in search
Howard Hinnant
2010-07-29
1
-2
/
+2
*
fix parse bug in ecma non-greedy loop
Howard Hinnant
2010-07-29
1
-6
/
+7
*
Fixed some bugs in the ecma bracket epression regarding escaped characters, a...
Howard Hinnant
2010-07-28
1
-24
/
+247
*
lookahead for ecma
Howard Hinnant
2010-07-27
1
-77
/
+101
*
grep and egrep grammars
Howard Hinnant
2010-07-27
1
-0
/
+70
*
continued regex development...
Howard Hinnant
2010-07-27
1
-40
/
+42
*
A good start on ecma regex's. Maybe even feature complete, not sure yet. Al...
Howard Hinnant
2010-07-27
1
-31
/
+573
*
I believe posix extended expr is feature complete. Getting started on ecma e...
Howard Hinnant
2010-07-22
1
-0
/
+168
*
A few more tests for posix extended alternation
Howard Hinnant
2010-07-22
1
-3
/
+3
*
A good start on extended posix regex. Loops working. Alternation working. ...
Howard Hinnant
2010-07-16
1
-22
/
+91
*
Fixed to work with generalized iterators.
Howard Hinnant
2010-07-14
1
-39
/
+129
*
Minor optimizations. Minor bug fixes. More tests.
Howard Hinnant
2010-07-14
1
-66
/
+69
*
Bracket expressions are working (lightly tested).
Howard Hinnant
2010-07-13
1
-50
/
+324
*
regex_constants icase and collate for matching a single char and for matching...
Howard Hinnant
2010-07-12
1
-2
/
+232
*
back references for BRE
Howard Hinnant
2010-07-12
1
-11
/
+68
*
Redesign number 3. The previous design was not handling matching of empty st...
Howard Hinnant
2010-07-12
1
-372
/
+332
*
weekly update to by-chapter-summary, plus left and right anchor support in ba...
Howard Hinnant
2010-07-09
1
-36
/
+51
*
Marked subexpressions in a loop in basic posix working (only lightly tested s...
Howard Hinnant
2010-07-08
1
-56
/
+202
*
First loop test passed. The data structure and search algorithm is still cru...
Howard Hinnant
2010-07-07
1
-256
/
+693
*
First test for marked subexpressions
Howard Hinnant
2010-06-30
1
-16
/
+161
*
First, very primitive, search results on one engine
Howard Hinnant
2010-06-30
1
-7
/
+120
*
two steps forward, one step back...
Howard Hinnant
2010-06-30
1
-0
/
+251
*
[re.submatch]
Howard Hinnant
2010-06-29
1
-13
/
+828
*
regex: learning to crawl
Howard Hinnant
2010-06-25
1
-10
/
+251
[next]