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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[libcxx] [test] Strip trailing whitespace, NFC.
Stephan T. Lavavej
2018-02-12
1
-1
/
+1
*
The apple versions of clang don't support deduction guides yet.
Marshall Clow
2018-02-08
2
-0
/
+2
*
Once more, with feeling. Spell 'clang-4.0' correctly this time
Marshall Clow
2018-02-08
2
-2
/
+2
*
Clean up string's deduction guides tests. Mark old versions of clang as unsup...
Marshall Clow
2018-02-08
3
-58
/
+83
*
Temporarily comment out deduction guide tests while I figure out what to do w...
Marshall Clow
2018-02-08
2
-0
/
+3
*
Implement deduction guide for basic_string as described in P0433
Marshall Clow
2018-02-08
2
-0
/
+110
*
Fix PR#31454 - 'basic_string<T>::push_back() crashes if sizeof(T)>sizeof(long...
Marshall Clow
2018-02-07
1
-2
/
+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
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-12-07
3
-3
/
+3
*
Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commen...
Marshall Clow
2017-12-04
1
-0
/
+2
*
Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
Marshall Clow
2017-12-04
13
-0
/
+861
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
7
-10
/
+10
*
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...
Marshall Clow
2017-11-15
4
-1
/
+63
*
Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...
Billy Robert O'Neal III
2017-11-15
8
-11
/
+11
*
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] Fix unused local typedef warnings.
Stephan T. Lavavej
2017-09-26
1
-2
/
+2
*
[libcxx] [test] Strip trailing whitespace.
Stephan T. Lavavej
2017-09-26
1
-1
/
+1
*
Add even more string_view tests. These found some bugs in the default paramet...
Marshall Clow
2017-09-07
8
-0
/
+1416
*
Another missing string_view test
Marshall Clow
2017-09-07
1
-0
/
+74
*
Add more string_view tests
Marshall Clow
2017-09-07
3
-0
/
+909
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[libcxx] [test] Make files consistently end with newlines, NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
18
-234
/
+234
*
Add asserts that the nullptr is maintained in string erase operations.
Billy Robert O'Neal III
2017-05-25
4
-0
/
+6
*
Remove non-standard basic_string_view::clear() member.
Eric Fiselier
2017-05-12
1
-67
/
+0
*
Fix possible loss of data warnings on amd64
Billy Robert O'Neal III
2017-05-08
1
-8
/
+10
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
6
-10
/
+21
*
Resolve unused local typedef warning in test.
Billy Robert O'Neal III
2017-04-21
1
-1
/
+0
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.
Eric Fiselier
2017-04-19
9
-243
/
+236
*
Fix PR32642 - string::insert and string::append don't work with move_iterator.
Eric Fiselier
2017-04-15
2
-4
/
+45
*
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...
Marshall Clow
2017-03-23
2
-0
/
+7
*
Implement LWG#2761: 'basic_string should require that charT match traits::cha...
Marshall Clow
2017-03-15
2
-1
/
+25
*
Add deployment knobs to tests (for Apple platforms)
Mehdi Amini
2017-03-15
5
-10
/
+10
*
Work around test failure on 32 bit OS X
Eric Fiselier
2017-03-02
1
-6
/
+13
*
Remove XFAIL in implicit_deduction_guides tests
Steven Wu
2017-02-27
2
-8
/
+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
*
Work around Clang assertion when testing C++17 deduction guides with '-g'.
Eric Fiselier
2017-02-17
1
-0
/
+4
*
[libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...
Eric Fiselier
2017-02-17
1
-0
/
+300
*
[libcxx] [test] Strip trailing whitespace.
Stephan T. Lavavej
2017-02-05
1
-3
/
+3
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3.
Stephan T. Lavavej
2017-02-05
1
-4
/
+5
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
Stephan T. Lavavej
2017-02-05
5
-13
/
+0
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Stephan T. Lavavej
2017-02-05
2
-2
/
+6
*
Fix up some no-exception compile failures
Marshall Clow
2017-01-31
1
-11
/
+11
*
Workaround new -Wshadow warning introduced by r293599
Alex Lorenz
2017-01-31
1
-1
/
+1
*
Fix PR#31779: basic_string::operator= isn't exception safe.
Marshall Clow
2017-01-31
1
-0
/
+81
*
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
[prev]
[next]