aboutsummaryrefslogtreecommitdiff
path: root/libcxx/utils/generate_feature_test_macro_components.py
AgeCommit message (Expand)AuthorFilesLines
2 days[libc++] Implement comparison operators for `tuple` added in C++23 (#148799)A. Jiang1-2/+0
2025-07-16Minor formatting fix in 'generate_feature_test_macro_components' (#148889)Steve O'Brien1-1/+0
2025-07-06[libc++] P2655R3 common_reference_t of reference_wrapper Should Be a Referenc...Hui1-0/+10
2025-06-21[libc++] Implement `views::join_with` (#65536)Jakub Mazurkiewicz1-1/+0
2025-06-20[libc++] Update the value of __cpp_lib_constrained_equality after P3379R0 (#1...Hristo Hristov1-2/+5
2025-06-18[libc++] Make list constexpr as part of P3372R3 (#129799)Peng Liu1-0/+5
2025-06-11[libc++] Make forward_list constexpr as part of P3372R3 (#129435)Peng Liu1-0/+5
2025-06-04[libc++] constexpr priority_queue (#140634)Peng Liu1-0/+5
2025-05-18[libc++] Implements the new FTM header test generator. (#134542)Mark de Wever1-6/+265
2025-04-14[libc++] Implement P2897R7 aligned_accessor: An mdspan accessor expressing po...Damien L-G1-0/+10
2025-04-12[NFC][libc++][test] Minor updates to generated header version test. (#134543)Mark de Wever1-38/+37
2025-04-11[libc++] Adds is_implemented function for new ftm generator. (#134538)Mark de Wever1-2/+15
2025-04-11[libc++] A quick-fix for the Apple CI. (#135202)Mark de Wever1-0/+1
2025-04-06[libc++] Implement `std::flat_multiset` (#128363)Hui1-1/+0
2025-04-05[libc++] Implement ranges::iota (#68494)James E T Smith1-1/+0
2025-03-21[libc++][test] Guard uses of `_LIBCPP_HAS_THREADS` in FTM tests (#132258)S. B. Tam1-2/+2
2025-03-21[libc++] Bump `__cpp_lib_constexpr_algorithms` for P2562R1 in C++26 (#132075)A. Jiang1-1/+1
2025-02-19[libc++] Set feature-test macro `__cpp_lib_atomic_float` (#127559)A. Jiang1-1/+0
2025-02-14[libc++][format] Disables the FTM on older MacOS versions. (#126547)Mark de Wever1-0/+10
2025-02-11[libc++] Fixes building with Python 3.8.Mark de Wever1-1/+1
2025-02-10[libc++] Improves type-safety in generator script. (#101880)Mark de Wever1-48/+59
2025-01-25[libc++] implement `std::flat_multimap` (#113835)Hui1-0/+11
2025-01-24[libc++] Switch experimental library macros to 0/1 macros (#124030)Nikolas Klauser1-2/+2
2025-01-10[libc++] Implement std::not_fn<NTTP> (#86133)Jakub Mazurkiewicz1-1/+1
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser1-4/+9
2024-12-11[libc++] Fix test FTM header guardLouis Dionne1-3/+3
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser1-20/+20
2024-11-05[libc++] Set `__cpp_lib_smart_ptr_for_overwrite` (#114700)A. Jiang1-1/+0
2024-10-26[libc++] Bump `__cpp_lib_optional` and `__cpp_lib_variant` (#113650)A. Jiang1-3/+7
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/+7
2024-09-17[libc++] Fix the declarative generation of FTMs (#108843)Louis Dionne1-6/+6
2024-09-12[libc++] Make std::jthread supported in non-experimental mode (#107900)Louis Dionne1-2/+2
2024-08-28[libc++] P2747R2: `constexpr` placement new (library part) (#105768)A. Jiang1-1/+2
2024-08-28[libc++][ranges] P2609R3: Relaxing Ranges Just A Smidge (#101715)A. Jiang1-3/+2
2024-08-26[libc++] Implement P2985R0: std::is_virtual_base_of (#105847)Louis Dionne1-1/+2
2024-08-03[libc++] Implements the new version header generator. (#97847)Mark de Wever1-0/+143
2024-07-25[libc++][spaceship] Marks P1614 as complete. (#99375)Mark de Wever1-2/+1
2024-07-19[libc++][ranges] P1223R5: `find_last` (#99312)nicole mazzuca1-0/+5
2024-07-19[libc++][memory] P1132R8: `out_ptr` - a scalable output pointer abstraction (...Hristo Hristov1-1/+0
2024-07-18[libc++][iterator][ranges] P2997R1: Removing the common reference requirement...Hristo Hristov1-1/+2
2024-07-18[libc++][strings] P2591R5: Concatenation of strings and string views (#88389)Hristo Hristov1-1/+1
2024-07-15[libc++] P2389R2: `dextents` Index Type Parameter (#97393)Xiaoyang Liu1-1/+1
2024-07-10[libc++][format] define __cpp_lib_format. (#98275)Mark de Wever1-5/+1
2024-07-09[libc++] Define the __cpp_lib_atomic_ref feature test macro (#98081)Louis Dionne1-1/+0
2024-07-08[libc++] Update status after the St. Louis meeting. (#97951)Mark de Wever1-2/+50
2024-07-05[libc++] Adds a new feature-test macro generator class. (#90889)Mark de Wever1-0/+194
2024-06-12[libc++][modules] Mark as implemented. (#90091)Mark de Wever1-0/+5
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-2/+2