aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__ranges/concepts.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-22[libc++] Remove "clang-format off/on" comments. NFC.Arthur O'Dwyer1-4/+0
2021-11-21[libc++][NFC] Sort includes in __ranges/concepts.hJoe Loser1-1/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne1-5/+0
2021-07-26[libc++] Implement the output_iterator and output_range conceptsLouis Dionne1-0/+3
2021-07-26[libc++] Add range_size_tLouis Dionne1-0/+3
2021-07-26[libc++][NFC] Change a few instances of > > to >> in C++20 codeLouis Dionne1-9/+9
2021-07-15[libc++] Implement views::all_t and ranges::viewable_rangeLouis Dionne1-0/+7
2021-06-24[libcxx][ranges] Add contiguous_range.zoecarver1-0/+9
2021-06-15[libcxx][iwyu] ensures we IWYU as prep for modulesChristopher Di Bella1-0/+6
2021-06-10[libcxx][ranges] removes default_initializable from weakly_incrementable and ...Christopher Di Bella1-1/+0
2021-06-10[libcxx][ranges][nfc] moves view concepts into `__ranges/concepts.h`Christopher Di Bella1-0/+19
2021-05-20[libcxx][ranges] Implement `ranges::borrowed_range`.zoecarver1-0/+4
2021-05-19[libcxx][ranges] adds concept `sized_range` and cleans up `ranges::size`Christopher Di Bella1-6/+15
2021-05-04[libcxx][ranges] Add `random_access_{iterator,range}`.zoecarver1-0/+4
2021-05-03[libcxx][iterator][ranges] adds `bidirectional_iterator` and `bidirectional_r...Christopher Di Bella1-1/+3
2021-05-03[libcxx][iterator][ranges] adds `forward_iterator` and `forward_range`Christopher Di Bella1-0/+4
2021-04-30[libc++] s/begin.h/access.h/ in comments. NFCI.Arthur O'Dwyer1-1/+1
2021-04-30[libcxx][iterator][ranges] adds `input_iterator` and `input_range`Christopher Di Bella1-0/+3
2021-04-30[libcxx][ranges] adds `ranges::range`, `ranges::common_range`, and range aliasesChristopher Di Bella1-0/+66