aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__fwd
AgeCommit message (Expand)AuthorFilesLines
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne2-2/+0
2024-04-16[NFC][libc++] Moves ios_base's forward declaration. (#88027)Mark de Wever1-0/+2
2024-04-02[libc++][NFC] Remove a few unused <__availablity> includes (#86126)Nikolas Klauser1-1/+0
2024-03-29[libc++] Remove <queue> and <stack> includes from <format> (#85520)Nikolas Klauser7-3/+136
2024-03-09[libc++] Remove <array> include from <span> (#83742)Nikolas Klauser1-0/+6
2024-03-08[libc++][NFC] Move __format/format_fwd.h to __fwd/format.h (#84336)Nikolas Klauser1-0/+39
2024-03-03[libc++] Rename __fwd/hash.h to __fwd/functional.h and add reference_wrapper ...Nikolas Klauser1-3/+6
2024-02-19[libc++][complex] P2819R2: Add `tuple` protocol to `complex` (#79744)Hristo Hristov1-0/+42
2024-02-12[libc++] Move the contents of `__fwd/get.h` into the forward declaration head...Nikolas Klauser5-101/+70
2023-12-18[libc++] Format the code base (#74334)Louis Dionne4-38/+23
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-12/+12
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-1/+1
2023-10-20[libc++] mdspan - implement layout_stride (#69650)Christian Trott1-5/+2
2023-08-19[libc++] Make everything in namespace std have default type visibility and hi...Nikolas Klauser1-1/+1
2023-08-01[libc++] Optimize ranges::find for vector<bool>Nikolas Klauser1-0/+25
2023-07-24[libc++] Fix template parameter naming and enforce it through readability-ide...Nikolas Klauser1-2/+2
2023-06-29[libc++][mdspan] Implement layout_leftChristian Trott1-5/+2
2023-06-29[libc++][mdspan] Implement layout_rightChristian Trott1-0/+63
2023-06-20[libc++] Add incomplete availability markup for std::pmrLouis Dionne2-8/+9
2023-05-07[libc++] Modernizes the forwarded ios headers.Mark de Wever6-28/+28
2023-05-03[libc++] Formats the forwarded ios headers.Mark de Wever6-62/+61
2023-04-27[libc++] Adds more forward declaration headers.Mark de Wever6-0/+265
2023-04-12[libc++] Rename __tuple_dir back to __tupleNikolas Klauser1-1/+1
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-1/+1
2023-01-15[libc++][ranges] implement `std::views::elements_view`Hui Xie2-0/+58
2022-12-21[libc++] Rename __tuple to __tuple_dir to avoid file collisionMichał Górny1-1/+1
2022-11-01[libc++] Move preferred_name declarations into the forward declaring headers ...Nikolas Klauser3-0/+150
2022-09-05[libc++] Granularize __tupleNikolas Klauser3-0/+150
2022-08-14[libc++] Granularize the rest of type_traitsNikolas Klauser4-6/+56
2022-05-06[libc++][ranges] Implement `views::take`.Konstantin Varlamov2-0/+74