summaryrefslogtreecommitdiff
path: root/libcxx/utils/generate_feature_test_macro_components.py
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Implement P2505R5(Monadic operations for std::expected).yronglin2023-05-181-1/+1
* Revert "[libc++] Implement P2505R5(Monadic operations for std::expected)."yronglin2023-05-181-1/+1
* [libc++] Implement P2505R5(Monadic operations for std::expected).yronglin2023-05-171-1/+1
* [libcxx] Add mdspan/extentsChristian Trott2023-05-161-0/+5
* [libc++][format] Mark range formaters as complete.Mark de Wever2023-04-111-2/+8
* [libc++][format] Implements formatter thread::id.Mark de Wever2023-04-081-0/+7
* [libc++] Systematically define a macro to check whether a feature is unavailableLouis Dionne2023-03-301-19/+17
* [libc++] Don't try to provide source_location on AppleClang 1403Louis Dionne2023-03-281-2/+2
* [libc++] implement move_iterator<T*> should be a random access iterator \n Di...Shivam kunwar2023-03-011-0/+4
* [libc++] Add FTM for views::as_rvalueNikolas Klauser2023-02-251-0/+4
* [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser2023-02-151-5/+3
* [libc++] Implement P2136R3 std::invoke_rLouis Dionne2023-02-131-1/+0
* [libc++] Implement P1328R1 constexpr std::type_info::operator==Louis Dionne2023-02-071-1/+0
* [libc++][ranges] Mark completed Ranges papers and issues as done, bump versio...Konstantin Varlamov2023-01-171-1/+1
* [Libcxx] Add <source_location> header.James Y Knight2023-01-111-1/+2
* [libc++] [C++20] [P0415] Constexpr for std::complex.Marek Kurdej2023-01-081-1/+0
* [libc++] Adds __cpp_lib_constexpr_algorithms to utility.Mark de Wever2022-12-211-1/+1
* [libc++] Implement `std::expected` P0323R12Hui Xie2022-12-141-0/+4
* [libc++] Implement P0339R6 (polymorphic_allocator<> as a vocabulary type)Nikolas Klauser2022-12-071-1/+0
* [libc++] Add FTM for constexpr vectorNikolas Klauser2022-11-091-1/+0
* [libc++] Implements constexpr <charconv>.Mark de Wever2022-10-121-0/+4
* [libc++] Add the C++17 <memory_resource> header (mono-patch)Arthur O'Dwyer2022-10-111-1/+0
* [libc++][format] Updates feature-test macros.Mark de Wever2022-09-071-6/+8
* [libc++] Implement P2273R3 (`constexpr` `unique_ptr`)Igor Zhukov2022-09-031-1/+1
* [libc++] Implement P2445R1 (`std::forward_like`)Igor Zhukov2022-09-031-0/+4
* [libc++] Improves feature-test macro diagnostics.Mark de Wever2022-08-301-1/+1
* [libc++] Make <ranges> non-experimentalLouis Dionne2022-08-181-3/+0
* [libc++] Implement P2417R2 (A more constexpr bitset)Nikolas Klauser2022-08-141-0/+4
* [libc++][ranges] Sets ranges feature-test macro.Mark de Wever2022-08-091-1/+2
* [libc++][format] Exposes basic-format-stringMark de Wever2022-08-021-0/+5
* [libc++][format] Enables feature-test macro.Mark de Wever2022-08-021-3/+2
* [libc++] Implement P1423R3 (char8_t backward compatibility remediation)Nikolas Klauser2022-07-201-1/+1
* [libc++] Implement P0154R1 (Hardware inference size)Nikolas Klauser2022-06-231-1/+2
* [libc++] Implement std::boyer_moore{, _horspool}_searcherNikolas Klauser2022-06-171-1/+0
* [libc++] Removes __cpp_lib_monadic_optional.Mark de Wever2022-05-311-5/+1
* [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne2022-05-271-15/+15
* [libc++][P0943] Add stdatomic.h header.Louis Dionne2022-05-061-2/+2
* [libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser2022-04-271-1/+1
* [libc++] Implement P1007R3: std::assume_alignedLouis Dionne2022-04-111-1/+0
* [libc++] Make .version.pass.cpp tests be compile-only testsLouis Dionne2022-04-111-3/+2
* [libc++] Implement P0401R6 (allocate_at_least)Nikolas Klauser2022-04-091-1/+0
* [libc++] Support arrays in make_shared and allocate_shared (P0674R1)Louis Dionne2022-04-061-1/+1
* [libc++] Ensure that all public C++ headers include <__assert>Louis Dionne2022-03-301-0/+1
* [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser2022-03-131-4/+0
* [libc++] Revert <stdatomic.h> changesLouis Dionne2022-02-151-2/+2
* [libc++] [C++2b] [P0943] Add stdatomic.h header.Marek Kurdej2022-02-141-2/+2
* [libc++] Implement P0627R6 (Function to mark unreachable code)Nikolas Klauser2022-02-141-1/+0
* [libc++] Add papers from February 2022 plenary meetingNikolas Klauser2022-02-091-0/+50
* [libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer2022-02-041-1/+1
* [libc++] Fix LWG3437 "__cpp_lib_polymorphic_allocator is in the wrong header"Arthur O'Dwyer2022-01-231-1/+1