aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/version
AgeCommit message (Expand)AuthorFilesLines
2026-01-19[libc++] Update `__cpp_lib_flat_set` to `202511L` according to P3567R2 (#176297)A. Jiang1-2/+2
2026-01-19[libc++] define FTM __cpp_lib_ranges_zip (#176569)Hui1-1/+1
2026-01-09[libc++] Make optional::iterator experimental (#173470)Nikolas Klauser1-1/+3
2026-01-06[libc++][NFC] Assume that __GCC_{CON,DE}STRUCTIVE_SIZE are available (#171625)Nikolas Klauser1-3/+1
2025-12-26[libc++] Implement P1789R3: Library Support for Expansion Statements (#167184)Matthias Wippich1-1/+4
2025-12-20[libc++] Implement P3567R2 flat_meow fixes (#162022)Hui1-2/+2
2025-12-19[libc++][concepts] P2404R3: Move-only types for equality_comparable_with, tot...Janet Cobb1-2/+2
2025-11-12[libc++] Implement P2988R12: `std::optional<T&>` (#155202)William Tran-Viet1-1/+4
2025-11-02[libc++] P2641R4: Checking if a `union` alternative is active (`std::is_withi...Nikolas Klauser1-1/+3
2025-11-01[libc++] constexpr flat_multiset (#161016)Hui1-0/+4
2025-10-13[libc++][atomic] P2835R7: Expose `std::atomic_ref`'s object address (#162236)Hristo Hristov1-1/+4
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)Nikolas Klauser1-8/+6
2025-10-06[libc++][ranges] P3060R3: Add `std::views::indices(n)` (#146823)Hristo Hristov1-0/+2
2025-09-25[libc++][string] P3044R2: sub-`string_view` from `string` (#147095)Hristo Hristov1-0/+2
2025-08-18[libc++] Implement P3168R2: Give optional range support (#149441)William Tran-Viet1-1/+1
2025-08-01[libc++] Implement comparison operators for `tuple` added in C++23 (#148799)A. Jiang1-1/+1
2025-07-06[libc++] P2655R3 common_reference_t of reference_wrapper Should Be a Referenc...Hui1-0/+4
2025-06-21[libc++] Implement `views::join_with` (#65536)Jakub Mazurkiewicz1-1/+1
2025-06-20[libc++] Update the value of __cpp_lib_constrained_equality after P3379R0 (#1...Hristo Hristov1-3/+3
2025-06-18[libc++] Make list constexpr as part of P3372R3 (#129799)Peng Liu1-0/+2
2025-06-11[libc++] Make forward_list constexpr as part of P3372R3 (#129435)Peng Liu1-0/+2
2025-06-04[libc++] constexpr priority_queue (#140634)Peng Liu1-0/+2
2025-04-14[libc++] Implement P2897R7 aligned_accessor: An mdspan accessor expressing po...Damien L-G1-0/+4
2025-04-06[libc++] Implement `std::flat_multiset` (#128363)Hui1-1/+1
2025-04-05[libc++] Implement ranges::iota (#68494)James E T Smith1-1/+1
2025-03-21[libc++] Bump `__cpp_lib_constexpr_algorithms` for P2562R1 in C++26 (#132075)A. Jiang1-1/+4
2025-02-19[libc++] Set feature-test macro `__cpp_lib_atomic_float` (#127559)A. Jiang1-1/+1
2025-02-14[libc++][format] Disables the FTM on older MacOS versions. (#126547)Mark de Wever1-2/+6
2025-01-25[libc++] implement `std::flat_multimap` (#113835)Hui1-0/+4
2025-01-24[libc++] Switch experimental library macros to 0/1 macros (#124030)Nikolas Klauser1-1/+1
2025-01-10[libc++] Implement std::not_fn<NTTP> (#86133)Jakub Mazurkiewicz1-1/+4
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser1-4/+9
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser1-10/+10
2024-11-05[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-1/+10
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser1-1/+1
2024-10-09[libc++][type_traits] P2674R1: A trait for implicit lifetime types (#106870)Hristo Hristov1-0/+4
2024-09-12[libc++] Make std::jthread supported in non-experimental mode (#107900)Louis Dionne1-1/+1
2024-08-28[libc++] P2747R2: `constexpr` placement new (library part) (#105768)A. Jiang1-1/+3
2024-08-28[libc++][ranges] P2609R3: Relaxing Ranges Just A Smidge (#101715)A. Jiang1-2/+5
2024-08-26[libc++] Implement P2985R0: std::is_virtual_base_of (#105847)Louis Dionne1-1/+3
2024-07-25[libc++][spaceship] Marks P1614 as complete. (#99375)Mark de Wever1-2/+2
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-1/+4
2024-07-15[libc++] P2389R2: `dextents` Index Type Parameter (#97393)Xiaoyang Liu1-1/+4
2024-07-10[libc++][format] define __cpp_lib_format. (#98275)Mark de Wever1-2/+2
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/+1