summaryrefslogtreecommitdiff
path: root/libcxx/include/__ranges/data.h
AgeCommit message (Expand)Author
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne
2024-03-20[libc++][ranges] remove `__workaround_52970` (#85683)Xiaoyang Liu
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
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-11-25[libc++][NFC] Consistently use newline between license and include guardLouis Dionne
2022-05-23[libc++] Always enable the ranges conceptsNikolas 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-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-12[libc++] [ranges] Implement ranges::cdata.Arthur O'Dwyer
2022-01-12[libc++] [ranges] Finish ADL-proofing ranges::data.Arthur O'Dwyer
2022-01-12[libc++] [ranges] Fix a missing auto(x) cast in ranges::data.Arthur O'Dwyer
2021-12-23[libc++] [ranges] Whitespace and namespace-style adjustments. NFC.Arthur O'Dwyer
2021-12-22[libc++] Remove "clang-format off/on" comments. NFC.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-09-07[libc++] Remove a stray `const` on ranges::data and ranges::ssize. NFCI.Arthur O'Dwyer
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-07-19[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI in <ranges>Louis Dionne
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella
2021-06-15[libcxx][iwyu] ensures we IWYU as prep for modulesChristopher Di Bella
2021-05-21[libcxx][gardening] Re-order includes across libcxx.zoecarver
2021-05-21[libcxx][ranges] Add ranges::data CPO.zoecarver