aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs/FeatureTestMacroTable.rst
AgeCommit message (Expand)AuthorFilesLines
11 days[libc++] Set `__cpp_lib_smart_ptr_for_overwrite` (#114700)A. Jiang1-1/+1
2024-10-26[libc++] Bump `__cpp_lib_optional` and `__cpp_lib_variant` (#113650)A. Jiang1-0/+6
2024-10-09[libc++][type_traits] P2674R1: A trait for implicit lifetime types (#106870)Hristo Hristov1-0/+2
2024-08-28[libc++] P2747R2: `constexpr` placement new (library part) (#105768)A. Jiang1-1/+1
2024-08-28[libc++][ranges] P2609R3: Relaxing Ranges Just A Smidge (#101715)A. Jiang1-1/+3
2024-08-26[libc++] Implement P2985R0: std::is_virtual_base_of (#105847)Louis Dionne1-1/+1
2024-07-25[libc++][spaceship] Marks P1614 as complete. (#99375)Mark de Wever1-1/+1
2024-07-19[libc++][ranges] P1223R5: `find_last` (#99312)nicole mazzuca1-0/+2
2024-07-19[libc++][memory] P1132R8: `out_ptr` - a scalable output pointer abstraction (...Hristo Hristov1-2/+2
2024-07-18[libc++][strings] P2591R5: Concatenation of strings and string views (#88389)Hristo Hristov1-0/+2
2024-07-15[libc++] P2389R2: `dextents` Index Type Parameter (#97393)Xiaoyang Liu1-0/+2
2024-07-10[libc++][format] define __cpp_lib_format. (#98275)Mark de Wever1-1/+1
2024-07-09[libc++] Define the __cpp_lib_atomic_ref feature test macro (#98081)Louis Dionne1-1/+1
2024-07-08[libc++] Update status after the St. Louis meeting. (#97951)Mark de Wever1-0/+12
2024-06-12[libc++][modules] Mark as implemented. (#90091)Mark de Wever1-0/+2
2024-06-12[libc++] Adds __cpp_lib_three_way_comparison FTM. (#91515)Mark de Wever1-1/+1
2024-05-28[libc++] Mark P2845R8 `__cpp_lib_format_path` and P2587R3 `__cpp_lib_to_strin...Stephan T. Lavavej1-4/+4
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-0/+2
2024-04-09[libc++] Implement `bind_back` (#81055)Jakub Mazurkiewicz1-3/+1
2024-04-03[libc++] Update status page after the Tokyo meeting (#87395)Louis Dionne1-428/+442
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-11[NFC] Correct C++ standard names (#81421)Danny Mösch1-5/+5
2024-02-01[libc++][memory] P2652R2: Disallow Specialization of `allocator_traits` (#79978)Hristo Hristov1-1/+1
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-11-29[libc++][format] Fixes formatting code units as integers. (#73396)Mark de Wever1-1/+1
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-0/+34
2023-11-08Implement syncstream (p0053)Mark de Wever1-1/+1
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-1/+1
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-0/+2
2023-07-20[libc++][ranges] Implement `ranges::to`.varconst1-1/+1
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-1/+1
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-350/+382
2023-05-24[libc++] Adds C++26 support.Mark de Wever1-1/+3