llvm-project
[libc++][memory] P1132R8: `out_ptr` - a scalable output pointer abstraction
#73618
Merged

[libc++][memory] P1132R8: `out_ptr` - a scalable output pointer abstraction #73618

H-G-Hristov
H-G-Hristov H-G-Hristov requested a review 2 years ago
llvmbot llvmbot added libc++
llvmbot
ldionne
ldionne requested changes on 2023-11-28
Zingam [libc++][memory] P1132R8: out_ptr - a scalable output pointer abstrac…
84770c82
Zingam [out_ptr] Address review comments + new tests
4bc779ef
Zingam [out_ptr] Added tests
b23e91a1
Zingam Removed tests files
cb71ea2e
H-G-Hristov H-G-Hristov force pushed to cb71ea2e 2 years ago
H-G-Hristov Merge branch 'llvm:main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-o…
c78d2ecf
ldionne
ldionne requested changes on 2023-12-14
ldionne ldionne assigned ldionne ldionne 2 years ago
Zingam Addressed comments: Renamed test files
d9e04a74
Zingam Addressed comments: Renamed ctr args
3405ee5a
Zingam Addressed comments: Refactored tests
2b2aaec9
Zingam Renamed directories
af88c857
H-G-Hristov Merge branch 'llvm:main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-o…
ad38d72d
Zingam Addressed comments: Added `MoveOnlyDeleter` test
d7c04396
github-actions
Zingam Tweaked convert.pass tests
54c2a41e
Zingam Try to fix CI
1a4e2e86
Zingam Try to fix CI
378b3743
Zingam Refactored if constexpr else case
1515a3da
H-G-Hristov Merge branch 'llvm:main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-o…
a7fa18cd
Zingam Refactored verify.cpp
da7d5e53
Zingam WIP
df87f89e
Zingam Cleanup
49fa86fa
H-G-Hristov Merge branch 'llvm:main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-o…
e4215e7c
Zingam Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
da177206
Zingam Fixed test
73c36a15
H-G-Hristov H-G-Hristov changed the title [libc++][memory] P1132R8: out_ptr - a scalable output pointer abstraction [libc++][memory] P1132R8: `out_ptr` - a scalable output pointer abstraction 2 years ago
Zingam Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
3b0a0c03
H-G-Hristov H-G-Hristov requested a review from ldionne ldionne 2 years ago
Zingam Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
3073b704
Zingam Run generator script
ae04dfbd
Zingam Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
202889fa
ldionne ldionne added this to the LLVM 19.X Release milestone 2 years ago
H-G-Hristov Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
8dad9010
H-G-Hristov Updated release notes
c0541c6e
H-G-Hristov Try to fix CI: added `#include <__utility/move.h>`
2902fe50
H-G-Hristov Try to fix CI: added `#include <__utility/forward.h>`
398914a5
H-G-Hristov Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
a68df297
H-G-Hristov Added `__LIBCPP_PUSH_MACROS` and `__LIBCPP_POP_MACROS`
fbc5a818
H-G-Hristov Added `__LIBCPP_PUSH_MACROS` and `__LIBCPP_POP_MACROS`
cfd8356d
H-G-Hristov Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
2b300c9a
H-G-Hristov Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
2f859d4e
H-G-Hristov Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
8d19f94a
H-G-Hristov Update: run generator scripts
7d59cf6e
H-G-Hristov
H-G-Hristov commented on 2024-07-10
H-G-Hristov Update libcxx/docs/Status/Cxx23Issues.csv
8fcbddc7
H-G-Hristov Fixed formatting
34387e27
H-G-Hristov Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
d321e86f
H-G-Hristov Fixed *.verify.cpp tests
39696594
H-G-Hristov Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
f914c63d
H-G-Hristov Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
1f496d5c
H-G-Hristov Try to fix CI
d4eed773
H-G-Hristov Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
198d222e
ldionne
ldionne commented on 2024-07-15
H-G-Hristov Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
0fa9266a
H-G-Hristov Addressed some feedback
d46ef500
H-G-Hristov Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
a2a453b7
H-G-Hristov Try to fix CI
b0d04139
H-G-Hristov Added comments to tests in plain English
4d9dc5e7
H-G-Hristov Added error messages
409f66a3
Zingam Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
8d31e720
H-G-Hristov Added minimal runtime tests
ebe9e9d8
H-G-Hristov Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
2c4042e4
ldionne
ldionne approved these changes on 2024-07-17
H-G-Hristov Addressed the final comment
5abf091f
H-G-Hristov Fix
9866adc1
H-G-Hristov
H-G-Hristov Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
d89e6eb0
H-G-Hristov Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
38640f13
Zingam Merge branch 'main' into hgh/libcxx/P1132R8-out_ptr-a-scalable-output…
a42fe5fa
Zingam Zingam merged e475bb7a into main 1 year ago
llvm-ci
H-G-Hristov H-G-Hristov deleted the hgh/libcxx/P1132R8-out_ptr-a-scalable-output-pointer-abstraction branch 1 year ago
davidben
davidben commented on 2025-03-28

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
Labels
Milestone