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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
157
-19053
/
+0
*
Re-commit the test for regex that I busted last night - now passes under ASAN
Marshall Clow
2014-12-16
1
-2
/
+2
*
Comment out the breaking tests until I figure out what's going on here.
Marshall Clow
2014-12-16
1
-2
/
+2
*
Fix the literal string that I said would be six elements long to actually be ...
Marshall Clow
2014-12-16
1
-2
/
+2
*
Implement LWG 2217 - operator==(sub_match, string) slices on embedded '\0's
Marshall Clow
2014-12-15
1
-13
/
+17
*
Add more REQUIRES: LOCALE.* to tests.
Dan Albert
2014-11-21
1
-0
/
+2
*
[libcxx] Remove use of uniform initialization from regex tests so that they c...
Eric Fiselier
2014-10-27
5
-38
/
+38
*
[libcxx] XFAIL all currently failing libc++ tests for linux.
Eric Fiselier
2014-10-23
9
-0
/
+27
*
Add locales to available_features for tests.
Dan Albert
2014-08-04
10
-0
/
+20
*
Base regex code on char_class_type.
Dan Albert
2014-07-29
1
-1
/
+3
*
Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*'
Marshall Clow
2014-05-21
1
-0
/
+12
*
LWG Issue #2271: regex_traits::lookup_classname specification unclear. libc++...
Marshall Clow
2014-03-04
1
-6
/
+6
*
Implement LWG issue 2306: match_results::reference should be value_type&, not...
Marshall Clow
2014-02-26
1
-1
/
+1
*
Implement LWG Issues #2329 and #2332 - disallow iterators into temporary rege...
Marshall Clow
2014-02-19
7
-0
/
+272
*
Fix PR18404 - 'Bug in regex_token_iterator::operator++(int) implementation'. ...
Marshall Clow
2014-01-09
2
-9
/
+127
*
Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...
Marshall Clow
2013-12-03
5
-121
/
+4
*
Ok, 3 major changes for debug mode in one commit:
Howard Hinnant
2013-08-02
1
-8
/
+8
*
Bill Fisher: This patch fixes a bug where std::regex in ECMAScript mode was i...
Howard Hinnant
2013-07-23
1
-0
/
+98
*
Bill Fisher: This patch fixes an ill-formed comparison when parsing control e...
Howard Hinnant
2013-07-15
1
-12
/
+20
*
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
*
Bill Fisher: This patch fixes a bug where the regex parser doesn't advance th...
Howard Hinnant
2013-07-02
1
-0
/
+28
*
Provide missing '{' in parsing extended quoted characters. This fixes http:/...
Howard Hinnant
2013-06-28
1
-0
/
+72
*
William Fisher: A bug in __lookahead::exec causes /(?=^)b/ to match ab. When...
Howard Hinnant
2013-06-28
1
-0
/
+28
*
Bill Fisher: Fix for failing to throw an exception in regex when parsing an ...
Howard Hinnant
2013-06-28
1
-0
/
+37
*
Mark some tests with XFAIL for Lion and Mountain Lion.
Howard Hinnant
2013-05-07
1
-0
/
+3
*
Add explicit casts to unsigned char before calling ctype functions.
Joerg Sonnenberger
2013-05-02
1
-1
/
+1
*
This is a start at making the libc++ test suite friendlier to the -fnoexcepti...
Howard Hinnant
2013-03-23
1
-1
/
+6
*
Move common header files into a 'support' directory; make 'testit' include -I...
Marshall Clow
2013-01-05
28
-28
/
+28
*
Removed several more different 'iterators.h' files in libcxx/test
Marshall Clow
2013-01-03
25
-551
/
+23
*
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....
Howard Hinnant
2012-12-12
1
-0
/
+13
*
Fix <rdar://problem/10255403> match_results::begin() is off by one
Howard Hinnant
2011-10-08
2
-4
/
+4
*
Windows porting work by Ruben Van Boxem
Howard Hinnant
2011-10-03
5
-13
/
+23
*
Fix test bugs found by David Chisnall
Howard Hinnant
2011-09-21
7
-15
/
+15
*
Fix locales used in re tests.
David Chisnall
2011-09-21
5
-13
/
+13
*
Fix failure found by David Chisnall
Howard Hinnant
2011-09-21
1
-129
/
+129
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
4
-10
/
+10
*
N3158 Missing preconditions for default-constructed match_result objects
Howard Hinnant
2010-12-08
2
-0
/
+76
*
license change
Howard Hinnant
2010-11-16
141
-282
/
+282
*
fixing whitespace
Howard Hinnant
2010-09-28
22
-22
/
+22
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
5
-12
/
+12
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
21
-67
/
+65
*
[re.alg.replace]. This finishes all of <regex>. That being said, <regex> is...
Howard Hinnant
2010-08-18
15
-9
/
+514
*
[re.tokiter]
Howard Hinnant
2010-08-17
9
-0
/
+588
*
[re.regiter]
Howard Hinnant
2010-08-16
6
-0
/
+224
*
[re.alg.match]
Howard Hinnant
2010-08-14
8
-0
/
+5593
*
Everything under [re.results]
Howard Hinnant
2010-08-14
22
-0
/
+1106
*
Everything under [re.regex]
Howard Hinnant
2010-08-13
25
-18
/
+429
*
Filling out regex tests...
Howard Hinnant
2010-08-12
26
-1
/
+761
*
Fixed some bugs in the ecma bracket epression regarding escaped characters, a...
Howard Hinnant
2010-07-28
2
-0
/
+1598
[next]