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
-2
/
+2
*
[libc++] Explicitly enumerate std::string external instantiations.
Eric Fiselier
2020-01-09
1
-2
/
+2
*
[libc++] Add __default_init_tag to basic_string constructors
Eric Fiselier
2019-12-16
1
-14
/
+20
*
[libc++] Rework compressed pair constructors.
Eric Fiselier
2019-12-16
1
-13
/
+13
*
Optimize and fix basic_string move assignment operator. Reviewed as https://r...
marshall
2019-11-27
1
-4
/
+14
*
Rename __is_foo_iterator traits to reflect their Cpp17 nature.
Eric Fiselier
2019-11-18
1
-21
/
+21
*
[libc++] Rename __to_raw_pointer to __to_address.
Eric Fiselier
2019-11-16
1
-40
/
+40
*
Optimize operator=(const basic_string&) for tail call.
Eric Fiselier
2019-10-09
1
-1
/
+1
*
[libc++] Fix link error with _LIBCPP_HIDE_FROM_ABI_PER_TU and std::string
Louis Dionne
2019-07-19
1
-10
/
+0
*
[NFC][libcxx] Remove trailing whitespace
Louis Dionne
2019-05-29
1
-8
/
+8
*
Ensure that hash<basic_string> uses char_traits. Fixes PR#41876. Reviewed as ...
Marshall Clow
2019-05-20
1
-13
/
+9
*
Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...
Marshall Clow
2019-03-19
1
-8
/
+8
*
Remove exception throwing debug mode handler support.
Eric Fiselier
2019-03-18
1
-4
/
+4
*
Properly constrain basic_string(Iter, Iter, Alloc = A())
Eric Fiselier
2019-03-14
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
1
-0
/
+17
*
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
Marshall Clow
2018-12-11
1
-2
/
+12
*
Implement P0966 - string::reserve should not shrink
Marshall Clow
2018-11-28
1
-1
/
+3
*
Remove duplicate _LIBCPP_INLINE_VISIBILITY attributes.
Eric Fiselier
2018-11-26
1
-60
/
+60
*
Add basic_string::__resize_default_init (from P1072)
Eric Fiselier
2018-11-26
1
-0
/
+34
*
[libcxx] Make sure operator+ is declared with the right visibility attribute
Louis Dionne
2018-11-21
1
-0
/
+1
*
[libcxx] Mark stray symbols as hidden to try and fix the build
Louis Dionne
2018-11-21
1
-1
/
+1
*
[libcxx] Make sure we can build with -fvisibility=hidden on Linux
Louis Dionne
2018-11-21
1
-0
/
+1
*
Partial fix for PR38964. (<string> can't be built with gcc -std=c++03) Review...
Marshall Clow
2018-10-16
1
-0
/
+10
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
Address "always inline function is not always inlinable" warning with GCC.
Eric Fiselier
2018-07-17
1
-13
/
+8
*
Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616
Marshall Clow
2018-07-02
1
-101
/
+294
*
Mark __clear_and_shrink() as noexcept. This prevents the generation of a catc...
Marshall Clow
2018-05-29
1
-2
/
+2
*
Implement LWG3034: P0767R1 breaks previously-standard-layout types
Marshall Clow
2018-03-21
1
-3
/
+5
*
Low-hanging fruit optimization in string::__move_assign().
Vedant Kumar
2018-03-08
1
-6
/
+21
*
Implement deduction guide for basic_string as described in P0433
Marshall Clow
2018-02-08
1
-0
/
+19
*
Fix PR#31454 - 'basic_string<T>::push_back() crashes if sizeof(T)>sizeof(long...
Marshall Clow
2018-02-07
1
-3
/
+7
*
Change a static_assert to check for is_trivial instead of is_pod, as is manda...
Marshall Clow
2018-01-22
1
-1
/
+1
*
Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
Marshall Clow
2017-12-04
1
-0
/
+33
*
Fix std::string::data() symbol during library build.
Eric Fiselier
2017-11-20
1
-1
/
+1
*
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...
Marshall Clow
2017-11-15
1
-10
/
+11
*
Refactor _LIBCPP_<LITTLE|BIG>_ENDIAN
Eric Fiselier
2017-10-17
1
-7
/
+7
*
Add even more string_view tests. These found some bugs in the default paramet...
Marshall Clow
2017-09-07
1
-6
/
+6
*
[libc++] Hoist extern template above first use
Shoaib Meenai
2017-07-29
1
-1
/
+2
*
[libc++] Clean up cl warning 4231 disabling
Shoaib Meenai
2017-07-14
1
-7
/
+0
*
[libc++] Mark string operator+ _LIBCPP_FUNC_VIS
Shoaib Meenai
2017-07-13
1
-1
/
+1
*
Fix unrepresentable enum for clang-cl unstable ABI
Ben Craig
2017-07-12
1
-8
/
+8
*
[libc++] Hoist explicit instantiation above implicit. NFC
Shoaib Meenai
2017-06-29
1
-4
/
+4
*
Fix more unreserved names
Eric Fiselier
2017-06-01
1
-4
/
+4
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-2
/
+6
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.
Eric Fiselier
2017-04-19
1
-30
/
+28
*
Fix PR32642 - string::insert and string::append don't work with move_iterator.
Eric Fiselier
2017-04-15
1
-2
/
+6
*
[libcxx] Fix __compressed_pair so it doesn't copy the argument multiple times...
Eric Fiselier
2017-04-12
1
-14
/
+14
*
string: Remove always_inline from basic_string::__init
Duncan P. N. Exon Smith
2017-04-01
1
-5
/
+5
*
Implement LWG#2761: 'basic_string should require that charT match traits::cha...
Marshall Clow
2017-03-15
1
-2
/
+2
[next]