aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/version
AgeCommit message (Expand)AuthorFilesLines
2024-06-12[libc++][modules] Mark as implemented. (#90091)Mark de Wever1-0/+1
2024-06-12[libc++] Adds __cpp_lib_three_way_comparison FTM. (#91515)Mark de Wever1-2/+2
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne1-1/+0
2024-05-28[libc++] Mark P2845R8 `__cpp_lib_format_path` and P2587R3 `__cpp_lib_to_strin...Stephan T. Lavavej1-2/+2
2024-05-16[libc++][test] `__cpp_lib_within_lifetime` -> `__cpp_lib_is_within_lifetime` ...Mital Ashok1-2/+2
2024-05-09[libc++][functional] P2944R3 (partial): Comparisons for `reference_wrapper` (...Hristo Hristov1-1/+1
2024-05-04[libc++] Fix P1206R7 feature test macros (#90914)krzysdz1-4/+6
2024-04-09[libc++] Implement `bind_back` (#81055)Jakub Mazurkiewicz1-5/+2
2024-04-03[libc++] Update status page after the Tokyo meeting (#87395)Louis Dionne1-0/+17
2024-03-05[libc++][sstream] P2495R3: Interfacing `stringstream`s with `string_view` (#8...Hristo Hristov1-1/+1
2024-02-29[libc++] Set feature test macros __cpp_lib_ranges_contains and__cpp_lib_range...ZijunZhaoCCK1-1/+3
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2024-02-05[libc++] Add missing conditionals for feature-test macros (#80168)Louis Dionne1-4/+10
2024-02-01[libc++][memory] P2652R2: Disallow Specialization of `allocator_traits` (#79978)Hristo Hristov1-2/+2
2024-01-22[libc++][numeric] P0543R3: Saturation arithmetic (#77967)Hristo Hristov1-1/+1
2024-01-20[libc++][span] P2447R4: `std::span` over an initializer list (#78157)Hristo Hristov1-1/+1
2024-01-07Reapply "[libc++][streams] P1759R6: Native handles and file streams" (#77190)Hristo Hristov1-1/+1
2024-01-05Revert "[libc++][streams] P1759R6: Native handles and file streams (#76632)"Haowei Wu1-1/+1
2024-01-05[libc++][streams] P1759R6: Native handles and file streams (#76632)Hristo Hristov1-1/+1
2024-01-05[libc++][span] P2821R5: `span.at()` (#74994)Hristo Hristov1-0/+2
2023-12-19[libc++][print] Adds ostream overloads. (#73262)Mark de Wever1-1/+1
2023-12-18[libc++] Adds headers to FTM. (#75699)Mark de Wever1-2/+2
2023-12-06[libc++] Update <source_location> and msvc_stdlib_force_include.h (#74266)Stephan T. Lavavej1-3/+1
2023-11-29[libc++][format] Fixes formatting code units as integers. (#73396)Mark de Wever1-1/+1
2023-11-24[libc++][NFC] Refactor _LIBCPP_AVAILABILITY_HAS_* macros to always be defined...philnik7771-8/+9
2023-11-17[libc++] Implement P2467R1: Support exclusive mode for fstreamsPragmaTwice1-0/+2
2023-11-16[libc++] Update status after the Kona meeting. (#72421)Mark de Wever1-1/+38
2023-11-08Implement syncstream (p0053)Mark de Wever1-1/+3
2023-11-01[libc++] Remove availability annotations which can never be triggered (#69226)philnik7771-2/+2
2023-10-20[libc++] mdspan - implement layout_stride (#69650)Christian Trott1-1/+1
2023-09-29[libc++] Implement `std::condition_variable_any::wait[_for/until]` overloads ...Hui1-2/+2
2023-09-05[libc++][ranges] Implement P2443R1: `views::chunk_by`Jakub Mazurkiewicz1-1/+1
2023-08-25[libc++] Adds string_view constructor overloadMark de Wever1-1/+1
2023-08-23[libc++][charconv] Adds operator bool.Mark de Wever1-1/+4
2023-07-20[libc++][ranges] Implement `ranges::to`.varconst1-2/+2
2023-07-20[libc++][ranges] Implement P2474R2(`views::repeat`).yrong1-0/+2
2023-07-18[libc++][print] Adds FILE functions.Mark de Wever1-0/+2
2023-06-25[libc++][ranges] Implement P2494R2 (Relaxing range adaptors to allow for move...yronglin1-2/+2
2023-06-20[libc++] Add incomplete availability markup for std::pmrLouis Dionne1-2/+6
2023-06-19[libc++] "Implements" new SI prefixis.Mark de Wever1-1/+1
2023-06-19[libc++] Marks __cpp_lib_bitops as implemented.Mark de Wever1-1/+1
2023-06-19[libc++] Update status after Varna meeting.Mark de Wever1-3/+37
2023-06-07[libc++] Rename availability macros for <filesystem>Louis Dionne1-1/+1
2023-05-24[libc++][format] Removes the experimental status.Mark de Wever1-9/+3
2023-05-24[libc++] Adds C++26 support.Mark de Wever1-0/+4
2023-05-18[libc++] Implement P2505R5(Monadic operations for std::expected).yronglin1-2/+2
2023-05-18Revert "[libc++] Implement P2505R5(Monadic operations for std::expected)."yronglin1-2/+2
2023-05-17[libc++] Implement P2505R5(Monadic operations for std::expected).yronglin1-2/+2
2023-05-16[libcxx] Add mdspan/extentsChristian Trott1-0/+2
2023-04-11[libc++][format] Mark range formaters as complete.Mark de Wever1-1/+5