summaryrefslogtreecommitdiff
path: root/libcxx/include/__ranges/view_interface.h
AgeCommit message (Expand)Author
2024-03-20[libc++][ranges] LWG3715: `view_interface::empty` is overconstrained (#85004)Xiaoyang Liu
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-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser
2022-12-16Implement LWG-3646 std::ranges::view_interface::size returns a signed typeIgor Zhukov
2022-11-25[libc++][NFC] Consistently use newline between license and include guardLouis Dionne
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne
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++] Remove conditional noexcepts from view_interface.Arthur O'Dwyer
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-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-02-01[libc++][NFC] Add namespace comments in rangesNikolas Klauser
2022-01-31[libc++] Merge _LIBCPP_HAS_NO_RANGES into _LIBCPP_HAS_NO_CONCEPTS. NFC.Arthur O'Dwyer
2022-01-22[libc++] Implement LWG3549: view_interface need not inherit from view_baseJoe Loser
2021-10-29[libc++] Ensure valid view for view_interface template parameterJoe Loser
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-08-06[libc++] IWYU to fix Modules complaints about _LIBCPP_ASSERT. NFCI.Arthur O'Dwyer
2021-07-19[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI in <ranges>Louis Dionne
2021-06-15[libcxx][iwyu] ensures we IWYU as prep for modulesChristopher Di Bella
2021-06-10[libcxx][ranges][nfc] moves view concepts into `__ranges/concepts.h`Christopher Di Bella
2021-06-01[libcxx] Implement view.interface.zoecarver