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
/
include
/
__string
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[libc++] Explicitly enumerate std::string external instantiations."
Oliver Stannard
2020-01-13
1
-54
/
+0
*
[libc++] Explicitly enumerate std::string external instantiations.
Eric Fiselier
2020-01-09
1
-0
/
+54
*
[libc++][P0980] Marked member functions move/copy/assign of char_traits const...
Michael Park
2019-11-11
1
-41
/
+117
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-11
/
+11
*
Add debug check for null pointers passed to <string_view>
Eric Fiselier
2019-09-14
1
-0
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
Marshall Clow
2018-12-11
1
-0
/
+97
*
Fix misleading indentation; replace a couple of NULLs with nullptr. Resolves ...
Marshall Clow
2018-02-06
1
-5
/
+5
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-2
/
+6
*
Use the new __has_feature(cxx_constexpr_string_builtins) for detection of the...
Marshall Clow
2017-01-26
1
-5
/
+7
*
disable use of __builtin_memcmp temporarily to get the tests passing again
Marshall Clow
2017-01-12
1
-3
/
+24
*
Implement P0426: Constexpr for std::char_traits
Marshall Clow
2017-01-12
1
-51
/
+135
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-5
/
+5
*
improve performance of string::find
Sebastian Pop
2016-12-30
1
-6
/
+46
*
[libc++] Fix and document visibility attributes for Clang, GCC and Windows.
Eric Fiselier
2016-09-15
1
-1
/
+2
*
Add a bunch of noexcepts to char_traits and string_view.
Marshall Clow
2016-07-28
1
-36
/
+36
*
Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...
Marshall Clow
2016-07-21
1
-0
/
+725