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
/
std
/
re
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #31387 - not checking end iterator when parsing decimal escape. Thank...
Marshall Clow
2016-12-24
1
-0
/
+44
*
Fix -Wsign-compare warnings in re tests that only run on OS X
Eric Fiselier
2016-12-24
7
-224
/
+224
*
Fix sign-compare warnings on ARM platforms caused by wchar_t being unsigned
Eric Fiselier
2016-12-24
1
-7
/
+7
*
fix warnings only produced by apple-clang
Eric Fiselier
2016-12-24
2
-4
/
+0
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
2
-3
/
+6
*
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...
Stephan T. Lavavej
2016-12-08
1
-1
/
+1
*
[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
2
-2
/
+4
*
[libcxx] Make regex_match backtrack when search fails
Tim Shen
2016-10-27
1
-10
/
+52
*
[libcxx] Support std::regex_constants::match_not_null
Tim Shen
2016-10-21
1
-0
/
+46
*
[libcxx] Recover no-exceptions XFAILs - I
Asiri Rathnayake
2016-10-06
4
-4
/
+6
*
[libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor
Hubert Tong
2016-08-07
1
-0
/
+39
*
Revert r277966. Forgot patch attribution.
Hubert Tong
2016-08-07
1
-39
/
+0
*
[libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor
Hubert Tong
2016-08-07
1
-0
/
+39
*
[libcxx] basic_regex: add traits_type, string_type
Hubert Tong
2016-08-02
1
-0
/
+6
*
Avoid octal escape sequence warning with MSVC. Patch from STL@microsoft.com
Eric Fiselier
2016-06-14
2
-3
/
+3
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
12
-28
/
+28
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
1
-1
/
+1
*
Apparently XFAIL tests that are supposed to fail to compile can be problemati...
Marshall Clow
2016-04-26
7
-14
/
+28
*
#include <test_macros.h> in all the regex tests, and remove all mentions of _...
Marshall Clow
2016-04-26
140
-31
/
+149
*
Add some tests to ensure that the __regex_word does not conflict with any of ...
Marshall Clow
2016-02-11
1
-0
/
+13
*
re.results.form: Format out-of-range subexpression references as null
Duncan P. N. Exon Smith
2016-02-03
1
-0
/
+52
*
[libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders
2016-01-21
4
-0
/
+8
*
Mark slow ASAN/MSAN tests as XFAIL for now.
Eric Fiselier
2016-01-19
1
-0
/
+4
*
Fix PR#26175. Thanks to Josh Petrie for the report and the patch. Reviewed as...
Marshall Clow
2016-01-19
1
-0
/
+1
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
4
-0
/
+4
*
Remove task to get C++03 tests passing from TODO.txt
Eric Fiselier
2015-08-30
1
-1
/
+1
*
Finally get the test suite passing in C++03!!
Eric Fiselier
2015-08-28
1
-0
/
+4
*
Fix a crasher found by libFuzzer
Marshall Clow
2015-08-24
1
-0
/
+23
*
Detect and throw on a class of bad regexes that we mistakenly accepted before...
Marshall Clow
2015-07-23
2
-1
/
+43
*
Add code to honor the match_not_bol and match_not_eol regex flats. Fixes PR#2...
Marshall Clow
2015-03-19
2
-0
/
+100
*
Don't hardcode the Czech locale name.
Ed Schouten
2015-03-16
11
-30
/
+44
*
Fix for PR22061 by K-ballo
Marshall Clow
2015-01-28
1
-3
/
+6
*
Cleaning up the test suite; remove some includes of non-standard file <__config>
Marshall Clow
2015-01-18
7
-21
/
+7
*
Rename system_lib -> system_cxx_lib. NFC
Jonathan Roelofs
2015-01-14
1
-2
/
+2
*
Make regex::assign not clobber the regex in case of failure. Fixes PR#22213
Marshall Clow
2015-01-13
1
-0
/
+9
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
157
-0
/
+19053