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
/
basic.string
/
string.cons
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
1
-0
/
+1
*
Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com
Eric Fiselier
2016-07-25
1
-1
/
+2
*
Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...
Marshall Clow
2016-07-21
2
-0
/
+112
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
1
-2
/
+2
*
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
Eric Fiselier
2016-04-28
20
-87
/
+66
*
Recommit r263036 with additional inlining, so that it will continue to work w...
Marshall Clow
2016-04-07
1
-2
/
+25
*
Revert r263036, it's ABI-breaking.
Nico Weber
2016-03-11
1
-25
/
+2
*
Implement LWG#2583: There is no way to supply an allocator for basic_string(s...
Marshall Clow
2016-03-09
1
-2
/
+25
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
1
-0
/
+1
*
implement more of N4258 - Cleaning up noexcept in the standard library. Speci...
Marshall Clow
2015-08-18
1
-4
/
+52
*
While applying N4258, I forgot about LWG#2455, which modified the modificatio...
Marshall Clow
2015-06-04
1
-5
/
+0
*
More of N4258 implementation. Mark all of our test_allocators as noexcept con...
Marshall Clow
2015-06-03
4
-3
/
+56
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
20
-0
/
+1429