aboutsummaryrefslogtreecommitdiff
path: root/libcxx/modules
AgeCommit message (Expand)AuthorFilesLines
2025-08-18[libc++] Implement P3168R2: Give optional range support (#149441)William Tran-Viet1-1/+10
2025-07-20[libc++][ranges] implement `std::ranges::zip_transform_view` (#79605)Hui1-2/+2
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-2/+5
2025-06-10[libc++] Don't skip localization-related headers in header tests (#134877)Louis Dionne2-45/+15
2025-04-14[libc++] Implement P2897R7 aligned_accessor: An mdspan accessor expressing po...Damien L-G2-0/+8
2025-04-06[libc++] Implement `std::flat_multiset` (#128363)Hui1-3/+1
2025-04-05[libc++] Implement ranges::iota (#68494)James E T Smith2-3/+9
2025-03-23[libc++] implement std::flat_set (#125241)Hui3-7/+4
2025-03-08[libc++][type_traits] Implements "A type trait to detect reference binding to...Hristo Hristov1-4/+16
2025-02-21[libc++][chrono] implements GPS clock. (#125921)Mark de Wever1-2/+0
2025-02-06[libc++][chrono] implements TAI clock. (#125550)Mark de Wever1-1/+1
2025-01-25[libc++] implement `std::flat_multimap` (#113835)Hui1-3/+1
2025-01-24[libc++][chrono] implements UTC clock. (#90393)Mark de Wever1-2/+9
2025-01-24[libc++] Switch experimental library macros to 0/1 macros (#124030)Nikolas Klauser2-5/+5
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser45-144/+140
2024-10-26[libc++] Implement P0429R9 `std::flat_map` (#98643)Hui3-11/+8
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser8-10/+10
2024-10-09[libc++][type_traits] P2674R1: A trait for implicit lifetime types (#106870)Hristo Hristov1-2/+6
2024-09-16[libc++][modules] Don't error when including <wchar.h> or <wctype.h> without ...Louis Dionne2-12/+4
2024-09-12[libc++] Make std::jthread supported in non-experimental mode (#107900)Louis Dionne2-5/+1
2024-09-11[libc++] Remove obsolete header restrictions for _LIBCPP_HAS_NO_THREADS (#107...Louis Dionne1-21/+7
2024-09-03[libc++] Add missing `std::is_virtual_base_of` to `type_traits.inc` (#107009)Hristo Hristov1-0/+6
2024-08-30[libc++][NFC] Run clang-format on libcxx/includeLouis Dionne1-1/+1
2024-08-28[libc++] Run the Lit test suite against an installed version of the library (...Louis Dionne1-1/+0
2024-08-27[libc++] Deprecate and remove std::uncaught_exception (#101830)A. Jiang1-0/+2
2024-08-10[libc++] re-enable clang-tidy in the CI and fix any issues (#102658)Nikolas Klauser2-2/+9
2024-07-30[libc++][format] Implements P3107R5 in <format>. (#86713)Mark de Wever1-0/+2
2024-07-20[libc++][math] Mathematical Special Functions: Hermite Polynomial (#89982)PaulXiCao1-0/+2
2024-07-19[libc++][ranges] P1223R5: `find_last` (#99312)nicole mazzuca1-2/+3
2024-07-19[libc++][memory] P1132R8: `out_ptr` - a scalable output pointer abstraction (...Hristo Hristov1-4/+6
2024-07-16[libc++][chrono] Adds year_month_day_last&::operator<=>. (#98169)Mark de Wever1-1/+0
2024-07-10[libc++][TZDB] Implements zoned_seconds typedef. (#95141)Mark de Wever1-2/+0
2024-07-09[libc++][TZDB] Adds basics of zoned_time class. (#94999)Mark de Wever1-1/+1
2024-07-08[libc++] Update status after the St. Louis meeting. (#97951)Mark de Wever2-0/+6
2024-06-25[libc++] change the visibility of libc++ header to public in libcxx module (#...RichardLuo1-1/+1
2024-06-10[libc++][TZDB] Implements zoned_traits. (#91059)Mark de Wever1-2/+1
2024-06-10[libc++][TZDB] Implements time_zone::to_sys. (#90901)Mark de Wever1-3/+0
2024-06-10[libc++][TZDB] Implements time_zone::to_sys. (#90394)Mark de Wever1-4/+3
2024-06-07[libc++] Undeprecate shared_ptr atomic access APIs (#92920)Nico Weber1-6/+0
2024-05-28[runtimes][CMake] Simplify the propagation of test dependencies (#93558)Louis Dionne1-0/+1
2024-05-21[libc++] Implement C++20 atomic_ref (#76647)Damien L-G1-1/+1
2024-05-08[libc++][CI] Reenables clang-tidy. (#90077)Mark de Wever2-9/+16
2024-05-03[libc++][modules] Uses _LIBCPP_USING_IF_EXISTS. (#90409)Mark de Wever33-1023/+1023
2024-04-26[libc++][ranges] Exports operator|. (#90071)Mark de Wever1-0/+11
2024-04-24[libcxx] [modules] Add _LIBCPP_USING_IF_EXISTS on aligned_alloc (#89827)Martin Storsjö1-1/+1
2024-04-23[libc++][ranges] export `std::ranges::range_adaptor_closure` (#89793)Xiaoyang Liu1-1/+3
2024-04-18[libc++][TZDB] Adds local_info formatter. (#86256)Mark de Wever1-0/+1
2024-04-14[libc++] Deprecated `shared_ptr` Atomic Access APIs as per P0718R2 & Implemen...Hristo Hristov1-0/+6
2024-04-10[libc++][chrono] Adds the sys_info class. (#85619)Mark de Wever1-0/+2