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_view
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add forward declaration of operator<< in <string_view> as required.
Eric Fiselier
2019-09-25
1
-0
/
+7
*
Add debug check for null pointers passed to <string_view>
Eric Fiselier
2019-09-14
1
-1
/
+1
*
Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."
Eric Fiselier
2019-08-04
1
-1
/
+0
*
Suppress -Wctad-maybe-unsupported on types w/o deduction guides.
Eric Fiselier
2019-08-03
1
-0
/
+1
*
Provide hashers for string_view only if they are using the default char_trait...
Marshall Clow
2019-06-27
1
-4
/
+4
*
We had a _LIBCPP_ASSERT commented out because gcc 4.9 didn't like it. We (LLV...
Marshall Clow
2019-06-04
1
-3
/
+3
*
[NFC][libcxx] Remove trailing whitespace
Louis Dionne
2019-05-29
1
-8
/
+8
*
Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...
Marshall Clow
2019-03-19
1
-2
/
+2
*
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
/
+11
*
[libcxx] Apply _LIBCPP_INLINE_VISIBILITY for std::hash for string_view
Louis Dionne
2018-11-28
1
-9
/
+4
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
Implement LWG3034: P0767R1 breaks previously-standard-layout types
Marshall Clow
2018-03-21
1
-1
/
+3
*
Change a static_assert to check for is_trivial instead of is_pod, as is manda...
Marshall Clow
2018-01-22
1
-1
/
+1
*
Fix the definitions of 'reference' and 'pointer' in string_view that no one u...
Marshall Clow
2017-12-20
1
-2
/
+2
*
Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
Marshall Clow
2017-12-04
1
-0
/
+33
*
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...
Marshall Clow
2017-11-15
1
-409
/
+409
*
Mark string_view's constructor from (ptr,len) as noexcept (an extension). Upd...
Marshall Clow
2017-10-24
1
-1
/
+1
*
Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K fo...
Marshall Clow
2017-10-24
1
-8
/
+8
*
Fix more unreserved names
Eric Fiselier
2017-06-01
1
-2
/
+2
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-1
/
+6
*
Remove non-standard basic_string_view::clear() member.
Eric Fiselier
2017-05-12
1
-8
/
+0
*
Implement LWG#2761: 'basic_string should require that charT match traits::cha...
Marshall Clow
2017-03-15
1
-0
/
+4
*
Implement LWG#2778: basic_string_view is missing constexpr.
Marshall Clow
2017-01-23
1
-5
/
+5
*
Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang ...
Marshall Clow
2017-01-09
1
-0
/
+37
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-2
/
+2
*
Add module definitions for string_view
Eric Fiselier
2016-12-05
1
-0
/
+3
*
Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...
Marshall Clow
2016-11-14
1
-3
/
+2
*
Move 'quoted' for string_view from <string_view> to <iomanip> (where the othe...
Marshall Clow
2016-10-27
1
-12
/
+0
*
Followon to r279744. Find the other exception types and make __throw_XXX rout...
Marshall Clow
2016-08-25
1
-3
/
+3
*
Add a bunch of noexcepts to char_traits and string_view.
Marshall Clow
2016-07-28
1
-1
/
+1
*
Fix some string_view tests that were failing when exceptions were disabled. A...
Marshall Clow
2016-07-21
1
-3
/
+3
*
Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...
Marshall Clow
2016-07-21
1
-0
/
+764