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
/
www
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] [P0920] [P1661] Update status page.
Marek Kurdej
2019-11-15
1
-2
/
+2
*
[libc++][P1872] span should have size_type, not index_type.
Louis Dionne
2019-11-14
1
-1
/
+1
*
[libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.
Louis Dionne
2019-11-14
1
-1
/
+1
*
libc++ status page: Fix HTML.
Marek Kurdej
2019-11-13
1
-1
/
+1
*
libc++ status page: New papers and issues adopted in Belfast
marshall
2019-11-11
1
-1
/
+62
*
Add all the issues to be voted upon in Belfast
marshall
2019-10-26
1
-41
/
+56
*
[www] Change URLs to HTTPS.
Stephan T. Lavavej
2019-10-24
1
-1
/
+1
*
[libc++] Take 2: Implement LWG 3158
Louis Dionne
2019-09-27
2
-3
/
+2
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
1
-1
/
+1
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
3
-3
/
+4
*
[libc++] Implement LWG 3158
Louis Dionne
2019-09-24
2
-3
/
+2
*
[libc++] Implement LWG 2510
Louis Dionne
2019-09-24
1
-1
/
+1
*
[libc++] Mark issue 2587 resolved by issue 2567
Zoe Carver
2019-09-12
1
-1
/
+1
*
[libc++] Implement LWG 3199
Louis Dionne
2019-08-20
1
-2
/
+1
*
[libc++] std::abs should not return double
Zoe Carver
2019-08-20
1
-1
/
+1
*
Update c++2a status page with post-Cologne information
Marshall Clow
2019-07-22
1
-1
/
+57
*
Add contains method to associative containers. This patch implements P0458R2,...
Zoe Carver
2019-07-16
1
-1
/
+1
*
[libc++] Implement P0433: deduction guides for <unordered_map>
Louis Dionne
2019-07-15
1
-1
/
+1
*
Add tests for regex_match ambiguity (aka LWG2273). NFC. Reviewed as https://r...
Marshall Clow
2019-07-03
1
-2
/
+2
*
Update status of papers for upcoming WG21 meeting. NFC
Marshall Clow
2019-07-02
1
-3
/
+3
*
Update status for bit operations
Marshall Clow
2019-07-01
1
-2
/
+2
*
Implement LWG2221: 'Formatted output for nullptr_t' Reviewed as: https://revi...
Marshall Clow
2019-07-01
1
-1
/
+1
*
[libc++] Recommit r363692 to implement P0608R3
Zhihao Yuan
2019-06-20
1
-1
/
+1
*
Mark papers P1458, P1459, P1462 and P1464 as complete. No changed needed to e...
Marshall Clow
2019-06-19
1
-4
/
+4
*
[libc++] Revert r363692 which implements P0608R3
Zhihao Yuan
2019-06-19
1
-1
/
+1
*
[libc++] Implement P0608R3 - A sane variant converting constructor
Zhihao Yuan
2019-06-18
1
-1
/
+1
*
[NFC] Assign a couple of LWG issues to myself
Louis Dionne
2019-06-17
1
-3
/
+3
*
Update status of issue 3209
Marshall Clow
2019-06-17
1
-2
/
+2
*
Add tests for LWG 3206. NFC
Marshall Clow
2019-06-17
1
-2
/
+2
*
Update the meeting page with papers/issues that are ready for Cologne
Marshall Clow
2019-06-17
1
-39
/
+45
*
[libcxx] Slightly improved policy for handling experimental features
Louis Dionne
2019-06-11
2
-138
/
+1
*
Update issue statuses. Reviewed as https://reviews.llvm.org/D62932
Marshall Clow
2019-06-05
2
-4
/
+4
*
Update C++2a status for destroying delete
Eric Fiselier
2019-05-24
1
-1
/
+1
*
Add a test for LWG#3204 and mark it as complete. Reviewed as https://reviews....
Marshall Clow
2019-05-13
1
-1
/
+1
*
Implement LWG 2960: nonesuch is insufficiently useless
Marshall Clow
2019-04-30
1
-1
/
+1
*
Mark LWG#2977 as 'Nothing to do'. NFC
Marshall Clow
2019-04-30
1
-2
/
+2
*
Add tests specifically for LWG2164. We already did this; but now we have test...
Marshall Clow
2019-04-29
1
-1
/
+1
*
Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete.
Marshall Clow
2019-04-25
1
-1
/
+1
*
Add std::is_constant_evaluated.
Eric Fiselier
2019-04-24
1
-1
/
+1
*
Fix implementation of ::abs and std::abs LWG 2192.
Eric Fiselier
2019-04-23
1
-1
/
+1
*
[libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807
Louis Dionne
2019-04-03
1
-1
/
+1
*
[libcxx] Make sure reference_wrapper works with incomplete types
Louis Dionne
2019-04-01
1
-1
/
+1
*
[libc++][CMake] Clean up some of the libc++ re-exporting logic
Louis Dionne
2019-03-20
1
-5
/
+0
*
LWG 2843 "Unclear behavior of std::pmr::memory_resource::do_allocate()"
Eric Fiselier
2019-03-09
1
-1
/
+1
*
Reinstate libc++ patches now that the lldb formatter has been updated.
Davide Italiano
2019-03-05
1
-1
/
+1
*
[libcxx] Revert set of atomic patches that broke lldb.
Davide Italiano
2019-03-05
1
-1
/
+1
*
[libc++] Change memory_order to an enum class
Louis Dionne
2019-03-05
1
-1
/
+1
*
[libc++] Add is_nothrow_convertible from P0758R1
Louis Dionne
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
-3
/
+3
*
Remove P1272R1, it was not moved in Kona
Marshall Clow
2019-02-26
1
-1
/
+0
[next]