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
/
span
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++][P1872] span should have size_type, not index_type.
Louis Dionne
2019-11-14
1
-36
/
+36
*
[libc++] Declare std::tuple_element as struct instead of class
Louis Dionne
2019-04-01
1
-2
/
+1
*
[libc++] Rename span's as_writeable_bytes to as_writable_bytes
Louis Dionne
2019-03-28
1
-6
/
+6
*
Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple ...
Marshall Clow
2019-03-06
1
-41
/
+40
*
I changed a 'enable_if<...>::type to' 'enable_if_t<...>' but forgot to remove...
Marshall Clow
2019-02-27
1
-1
/
+1
*
Implment the last part of P1024: tuple-like interface to span. Reviewed as ht...
Marshall Clow
2019-02-27
1
-8
/
+40
*
First part of P1227R2 - change span over to use 'size_t' instead of 'ptrdiff_...
Marshall Clow
2019-02-27
1
-32
/
+28
*
LWG3101 - span's Container constructors need another constraint. Reviewed as ...
Marshall Clow
2019-02-25
1
-14
/
+0
*
Commit LWG3144 - span does not have a const_pointer typedef. Reviewed as D57039.
Marshall Clow
2019-02-25
1
-4
/
+6
*
First part of P1024: Usability Enhancements for std::span. Remove operator() ...
Marshall Clow
2019-02-25
1
-7
/
+21
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Implement P1085R2 - Should Span be Regular?. This consists entirely of deletions
Marshall Clow
2018-11-27
1
-44
/
+0
*
[libc++][NFC] Add error messages to a couple of static_asserts in span
Louis Dionne
2018-10-03
1
-3
/
+3
*
[NFC][libc++] Consistently use spaces to indent
Louis Dionne
2018-08-03
1
-25
/
+25
*
fix nesting of namespace and standard-version check. Also include <__config>
Marshall Clow
2018-07-24
1
-1
/
+3
*
Implement <span>. Reviewed as https://reviews.llvm.org/D49338
Marshall Clow
2018-07-24
1
-0
/
+606