summaryrefslogtreecommitdiff
path: root/libcxx/include/__ranges/subrange.h
AgeCommit message (Expand)Author
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
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-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-09-05[libc++][modules] Modularize <cstddef> (#107254)Louis Dionne
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne
2024-04-01[libc++] Refactor __tuple_like and __pair_like (#85206)Nikolas Klauser
2024-02-12[libc++] Move the contents of `__fwd/get.h` into the forward declaration head...Nikolas Klauser
2023-12-20[libc++][hardening] Categorize more 'valid-element-access' checks. (#71620)Konstantin Varlamov
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-04-12[libc++] Rename __tuple_dir back to __tupleNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-01-15[libc++][ranges] implement `std::views::elements_view`Hui Xie
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser
2022-12-21[libc++] Rename __tuple to __tuple_dir to avoid file collisionMichał Górny
2022-11-25[libc++][NFC] Consistently use newline between license and include guardLouis Dionne
2022-09-05[libc++] Granularize __tupleNikolas Klauser
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne
2022-05-10[libc++][ranges] Implement `views::drop`.Konstantin Varlamov
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-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne
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-01[libc++] Fix LWG3589 "The const lvalue reference overload of get for subrange...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++] [ranges] Fix LWG3470 "convertible-to-non-slicing seems to reject val...Arthur O'Dwyer
2021-12-07[libc++] std::move should be _VSTD::move in one place. NFCI.Arthur O'Dwyer
2021-09-28[libc++] Simplify std::ranges::subrangeLouis Dionne
2021-09-03[libc++] Add an assertion in the subrange constructors with a size hintLouis Dionne
2021-08-18[libc++] Implement structured binding for std::ranges::subrange.Arthur O'Dwyer
2021-08-05[libc++] IWYU to fix complaints when compiling with Modules. NFCI.Arthur O'Dwyer
2021-07-21[libcxx][ranges] implements dangling, borrowed_iterator_t, borrowed_subrange_tChristopher Di Bella
2021-07-19[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI in <ranges>Louis Dionne
2021-07-17[libcxx][ranges] makes `ranges::subrange` a borrowed rangeChristopher Di Bella
2021-06-30[libc++] graph_header_deps.py: Detect files that include themselves.Arthur O'Dwyer
2021-06-17[libcxx][iwyu] 🎨 adds more headers to IWYUChristopher Di Bella
2021-06-11[libcxx][ranges] Add range.subrange.zoecarver