summaryrefslogtreecommitdiff
path: root/libcxx/include/__ranges/transform_view.h
AgeCommit message (Expand)Author
2025-10-30[libc++] Fix LLVM 22 TODOs (#153367)Nikolas Klauser
2025-03-29[libc++] Unify __can_reference and __is_referenceable_v (#133278)Louis Dionne
2025-03-23[libc++] Add [[gnu::nodebug]] on type traits (#128502)Nikolas Klauser
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-10-03[libc++] Rename __range_adaptor_closure_t (#110886)Louis Dionne
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-08-12[libc++][ranges] LWG3564: `transform_view::iterator<true>::value_type` and `i...Xiaoyang Liu
2024-07-22[libc++][ranges] LWG3618: Unnecessary `iter_move` for `transform_view::iterat...Xiaoyang Liu
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
2024-01-18[libc++] Renames ABI tag. (#78342)Mark de Wever
2024-01-02[libc++][ranges][abi-break] Fix `movable_box` overwriting memory of data that...Hui
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-06-29[libc++][Modules] Make module exports consistent with header includesIan Anderson
2023-06-25[libc++][ranges] Implement P2494R2 (Relaxing range adaptors to allow for move...yronglin
2023-05-07[libc++][Modules] Add missing includes and exportsIan Anderson
2023-03-23[libc++][ranges] P2711R1 Making multi-param constructors of views explicitHristo Hristov
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-02-11[libc++][ranges] move all range iterators back in classHui
2023-01-31[libc++] Partly addresses LWG3798.Mark de Wever
2023-01-11[libc++] Rename transform_view::{__iterator, __sentinel} to __transform_view_...Nikolas Klauser
2022-11-25[libc++][NFC] Consistently use newline between license and include guardLouis Dionne
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne
2022-08-14[libc++] Granularize the rest of type_traitsNikolas Klauser
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-15[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.Arthur O'Dwyer
2022-02-15[libc++] Replace _VSTD with std in __ranges/Nikolas Klauser
2022-02-11[libcxx] Wrap [[no_unique_address]] in a macro, for clang-clMartin Storsjö
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-02-02[libc++] [NFC] s/__referenceable/__can_reference/Arthur O'Dwyer
2022-02-01[libc++][NFC] Add namespace comments in rangesNikolas Klauser
2022-01-31[libc++] [NFC] Audit LWG issues for "Nothing To Do" and "Complete".Arthur O'Dwyer
2022-01-31[libc++] Merge _LIBCPP_HAS_NO_RANGES into _LIBCPP_HAS_NO_CONCEPTS. NFC.Arthur O'Dwyer
2022-01-26[libc++] Fix LWG3533 "Make `base() const&` consistent..."Arthur O'Dwyer
2021-12-06[libc++] Work around a Clang bug in transform_view, and regression-test.Arthur O'Dwyer
2021-11-17[libc++] Remove _LIBCPP_HAS_NO_SPACESHIP_OPERATORLouis Dionne
2021-10-02[libc++] [ranges] Uncomment operator<=> in transform and iota iterators.Arthur O'Dwyer
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-08-26[libc++] Implement the underlying mechanism for range adaptorsLouis Dionne
2021-08-05[libc++] IWYU to fix complaints when compiling with Modules. NFCI.Arthur O'Dwyer
2021-07-27[libc++] Fix a few warnings in system headers with GCCLouis Dionne
2021-07-19[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI in <ranges>Louis Dionne
2021-07-16[libcxx][modularisation] adds several headers to the module mapChristopher Di Bella
2021-07-15[libc++] Implement views::all_t and ranges::viewable_rangeLouis Dionne
2021-07-09[libcxx][ranges] Add `ranges::transform_view`.zoecarver