[libcxx-commits] [PATCH] D157193: [libc++][ranges] P2116R9: Implements `views::enumerate`
Hristo Hristov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 21 06:02:54 PDT 2023
H-G-Hristov created this revision.
Herald added subscribers: arphaman, arichardson.
Herald added a project: All.
H-G-Hristov updated this revision to Diff 547489.
H-G-Hristov added a comment.
H-G-Hristov updated this revision to Diff 547520.
H-G-Hristov updated this revision to Diff 547521.
H-G-Hristov updated this revision to Diff 547524.
H-G-Hristov updated this revision to Diff 547533.
H-G-Hristov updated this revision to Diff 547590.
H-G-Hristov edited the summary of this revision.
H-G-Hristov updated this revision to Diff 547594.
H-G-Hristov updated this revision to Diff 547601.
H-G-Hristov updated this revision to Diff 547604.
H-G-Hristov updated this revision to Diff 547609.
H-G-Hristov updated this revision to Diff 547645.
H-G-Hristov updated this revision to Diff 547653.
H-G-Hristov updated this revision to Diff 547665.
H-G-Hristov updated this revision to Diff 547720.
H-G-Hristov updated this revision to Diff 547721.
H-G-Hristov updated this revision to Diff 547773.
H-G-Hristov updated this revision to Diff 547908.
H-G-Hristov updated this revision to Diff 549258.
H-G-Hristov updated this revision to Diff 549441.
H-G-Hristov updated this revision to Diff 551906.
H-G-Hristov updated this revision to Diff 551923.
H-G-Hristov published this revision for review.
Herald added subscribers: libcxx-commits, aheejin.
Herald added a project: libc++.
Herald added a reviewer: libc++.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Try to fix CI
H-G-Hristov added a comment.
Rebased to fix CI
H-G-Hristov added a comment.
Rebased + added iterator base test
H-G-Hristov added a comment.
Added three way compare test
H-G-Hristov added a comment.
Rebased + cleanup compare.three_way test
H-G-Hristov added a comment.
Rebased + cleanup
Implements P2116R9 `views::enumerate`
https://wg21.link/P2164R9
https://wg21.link/range.enumerate / https://eel.is/c++draft/range.enumerate
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157193
Files:
libcxx/docs/FeatureTestMacroTable.rst
libcxx/docs/Status/Cxx23Papers.csv
libcxx/docs/Status/Cxx2cIssues.csv
libcxx/docs/Status/RangesViews.csv
libcxx/include/CMakeLists.txt
libcxx/include/__ranges/concepts.h
libcxx/include/__ranges/enumerate_view.h
libcxx/include/module.modulemap.in
libcxx/include/ranges
libcxx/include/version
libcxx/modules/std/ranges.inc
libcxx/test/std/language.support/support.limits/support.limits.general/ranges.version.compile.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/adaptor.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/base.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/begin.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/ctad.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/ctor.base.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/ctor.default.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/enable_borrowed_range.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/end.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/iterator/arithmetic.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/iterator/base.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/iterator/compare.three_way.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/iterator/ctor.convert.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/iterator/ctor.default.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/iterator/deref.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/iterator/equal.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/iterator/index.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/iterator/iter_move.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/iterator/subscript.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/sentinel/base.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/sentinel/ctor.convert.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/sentinel/ctor.default.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/sentinel/equal.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/sentinel/minus.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/size.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.enumerate/types.h
libcxx/utils/generate_feature_test_macro_components.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157193.551923.patch
Type: text/x-patch
Size: 94408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230821/563c4b00/attachment-0001.bin>
More information about the libcxx-commits
mailing list