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
/
experimental
/
string_view
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] Slightly improved policy for handling experimental features
Louis Dionne
2019-06-11
1
-20
/
+0
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix PR39749 - Headers containing just #error harm __has_include.
Eric Fiselier
2019-01-06
1
-3
/
+13
*
Remove <experimental/string_view>; use <string_view> instead. See https://lib...
Marshall Clow
2018-02-05
1
-808
/
+1
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-0
/
+5
*
Revert "Rework fix for PR19460 - Use explicit bool as an extension instead."
Eric Fiselier
2017-01-13
1
-6
/
+1
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-2
/
+2
*
Rework fix for PR19460 - Use explicit bool as an extension instead.
Eric Fiselier
2017-01-02
1
-1
/
+6
*
Followon to r279744. Find the other exception types and make __throw_XXX rout...
Marshall Clow
2016-08-25
1
-2
/
+2
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
1
-2
/
+2
*
Make string_view work with -fno-exceptions and get tests passing.
Eric Fiselier
2016-05-30
1
-3
/
+4
*
Fixed some spelling errors in assert messages. No functional change. Thanks t...
Marshall Clow
2016-05-04
1
-19
/
+19
*
Change string_view::at to make it work with gcc and VC++. Thanks to K-ballo f...
Marshall Clow
2015-02-23
1
-4
/
+1
*
Enable testing with _LIBCPP_DEBUG and fix bad assertions in string_view.
Eric Fiselier
2015-02-18
1
-2
/
+2
*
Move the test for zero-length into the char_traits (from string_view). Add te...
Marshall Clow
2015-02-12
1
-1
/
+1
*
Fixed a problem that UBSAN found, where we were calling memcmp(null, p, 0) - ...
Marshall Clow
2015-02-12
1
-1
/
+1
*
Replaced checking in string_view::remove_suffix/remove_prefix by _LIBCPP_ASSE...
Marshall Clow
2014-11-11
1
-4
/
+2
*
Mark string_view::to_string as const. Fixes PR21428
Marshall Clow
2014-11-02
1
-1
/
+2
*
NFC. Move definition of _LIBCPP_ASSERT into __debug header and remove externa...
Eric Fiselier
2014-08-10
1
-0
/
+2
*
NFC. Remove trailing whitespace and tabs.
Eric Fiselier
2014-08-10
1
-43
/
+43
*
string_view enhancements. Move to the correct namespace. Better constexpr sup...
Marshall Clow
2014-07-08
1
-11
/
+12
*
Minor cleanup for string_view; mostly from suggestions by Richard Smith. Also...
Marshall Clow
2014-07-02
1
-18
/
+19
*
Formatting improvements in the <string_view> synopsis suggested by RSmith. No...
Marshall Clow
2014-06-18
1
-112
/
+111
*
Implement string_view from the library fundamentals TS (n4023). Also works in...
Marshall Clow
2014-06-11
1
-0
/
+813