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
/
strings
/
string.view
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.
Marshall Clow
2018-07-12
1
-0
/
+2
*
Same reversed ifdef happened twice. Test fix only, NFC to the library.
Marshall Clow
2018-07-11
1
-1
/
+1
*
Fix a test #ifdef that was reversed. NFC to the library.
Marshall Clow
2018-07-11
1
-1
/
+1
*
[libcxx] [test] Fix whitespace, NFC.
Stephan T. Lavavej
2018-04-12
1
-13
/
+13
*
Implement LWG3034: P0767R1 breaks previously-standard-layout types
Marshall Clow
2018-03-21
1
-0
/
+53
*
[libcxx] [test] Strip trailing whitespace, NFC.
Stephan T. Lavavej
2018-02-12
1
-1
/
+1
*
Add tests to make sure that <string_view> provides std::size/data/empty in C+...
Marshall Clow
2018-01-30
2
-0
/
+9
*
Fix the definitions of 'reference' and 'pointer' in string_view that no one u...
Marshall Clow
2017-12-20
1
-0
/
+77
*
Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
Marshall Clow
2017-12-04
6
-0
/
+510
*
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...
Marshall Clow
2017-11-15
2
-0
/
+32
*
Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...
Billy Robert O'Neal III
2017-11-15
1
-1
/
+1
*
Mark string_view's constructor from (ptr,len) as noexcept (an extension). Upd...
Marshall Clow
2017-10-24
4
-3
/
+15
*
Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K fo...
Marshall Clow
2017-10-24
1
-0
/
+6
*
[libcxx] [test] Make files consistently end with newlines, NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
Remove non-standard basic_string_view::clear() member.
Eric Fiselier
2017-05-12
1
-67
/
+0
*
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...
Marshall Clow
2017-03-23
1
-0
/
+3
*
Implement LWG#2761: 'basic_string should require that charT match traits::cha...
Marshall Clow
2017-03-15
1
-1
/
+7
*
Remove XFAIL in implicit_deduction_guides tests
Steven Wu
2017-02-27
1
-4
/
+0
*
Remove dead code in test
Eric Fiselier
2017-02-17
1
-2
/
+0
*
add implicit deduction guide tests for string_view
Eric Fiselier
2017-02-17
1
-0
/
+71
*
A couple more tests for constexpr stuff in string_view. No changes other than...
Marshall Clow
2017-01-24
2
-0
/
+38
*
Implement LWG#2778: basic_string_view is missing constexpr.
Marshall Clow
2017-01-23
1
-0
/
+50
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
2
-9
/
+49
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
2
-2
/
+2
*
Added XFAIL for the apple versions of clang as well
Marshall Clow
2017-01-09
6
-0
/
+6
*
Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang ...
Marshall Clow
2017-01-09
6
-0
/
+170
*
[libcxx] [test] Fix string_view tests.
Stephan T. Lavavej
2016-12-09
2
-5
/
+7
*
[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
-6
/
+8
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
47
-54
/
+93
*
Add missing include in string_view tests. Patch from Billy ONeil @ microsoft
Eric Fiselier
2016-10-24
1
-0
/
+1
*
Again, w/o the tabs
Marshall Clow
2016-07-21
1
-5
/
+5
*
Another fix to appease the no-exception bots.
Marshall Clow
2016-07-21
1
-7
/
+11
*
Fix some string_view tests that were failing when exceptions were disabled. A...
Marshall Clow
2016-07-21
5
-6
/
+31
*
Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...
Marshall Clow
2016-07-21
76
-0
/
+15985