aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs/FeatureTestMacroTable.rst
AgeCommit message (Expand)AuthorFilesLines
2022-07-20[libc++] Implement P1423R3 (char8_t backward compatibility remediation)Nikolas Klauser1-1/+1
2022-06-23[libc++] Implement P0154R1 (Hardware inference size)Nikolas Klauser1-1/+1
2022-06-17[libc++] Implement std::boyer_moore{, _horspool}_searcherNikolas Klauser1-1/+1
2022-05-31[libc++] Removes __cpp_lib_monadic_optional.Mark de Wever1-2/+2
2022-05-06[libc++][P0943] Add stdatomic.h header.Louis Dionne1-1/+1
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser1-1/+1
2022-04-11[libc++] Implement P1007R3: std::assume_alignedLouis Dionne1-1/+1
2022-04-09[libc++] Implement P0401R6 (allocate_at_least)Nikolas Klauser1-1/+1
2022-04-06[libc++] Support arrays in make_shared and allocate_shared (P0674R1)Louis Dionne1-0/+2
2022-02-15[libc++] Revert <stdatomic.h> changesLouis Dionne1-1/+1
2022-02-14[libc++] [C++2b] [P0943] Add stdatomic.h header.Marek Kurdej1-1/+1
2022-02-14[libc++] Implement P0627R6 (Function to mark unreachable code)Nikolas Klauser1-1/+1
2022-02-09[libc++] Add papers from February 2022 plenary meetingNikolas Klauser1-0/+20
2022-01-07[libc++] Implement P1072R10 (std::basic_string::resize_and_overwrite)Nikolas Klauser1-0/+2
2022-01-06[libc++] Implement P1425R4 (Iterator pair constructors for std::stack and std...Nikolas Klauser1-0/+2
2022-01-04[libc++] [P0887] Add newest feature-test macros; mark `type_identity` as impl...Arthur O'Dwyer1-0/+20
2021-12-15[libc++] Implement P0798R8 (Monadic operations for std::optional)Nikolas Klauser1-0/+2
2021-11-22[libc++] Implement P1272R4 (std::byteswap)Nikolas Klauser1-0/+2
2021-11-16[libcxx] [Coroutine] Conform Coroutine ImplementationChuanqi Xu1-1/+1
2021-10-22[libc++][doc] Fixes FeatureTestMacroTable.html.Mark de Wever1-2/+2
2021-09-09[libc++] Implement C++20's P0476R2: std::bit_castLouis Dionne1-1/+1
2021-06-20[libcxx] Implement P0883R2 ("Fixing Atomic Initialization")Raul Tambre1-1/+1
2021-04-20[libc++] [C++20] [P0586] Implement safe integral comparisonsKamlesh Kumar1-1/+1
2021-04-07[libcxx] adds __cpp_lib_concepts feature-test macroChristopher Di Bella1-1/+1
2021-03-25[libc++] [C++2b] [P2162] Allow inheritance from std::variant.Marek Kurdej1-1/+1
2021-03-25[libc++] [P1032] Misc constexpr bits in <iterator>, <string_view>, <tuple>, <...Arthur O'Dwyer1-4/+4
2021-03-05[libc++] [C++2b] [P1682] Add to_underlying.Marek Kurdej1-0/+2
2021-03-02[libc++] Add bind_front function (P0356R5).zoecarver1-1/+1
2021-02-15[libc++] Mark __cpp_lib_constexpr_memory as being implementedLouis Dionne1-1/+1
2021-02-03[libc++] [P0879] constexpr std::sortArthur O'Dwyer1-1/+1
2021-01-28[libc++] Implement format_error.Mark de Wever1-0/+2
2021-01-25[libc++] Implement [P0769] "Add shift to algorithm" (shift_left, shift_right)Arthur O'Dwyer1-1/+1
2021-01-19[libc++][P1679] add string containsWim Leflere1-1/+1
2021-01-12[libc++] [C++2b] [P1048] Add is_scoped_enum and is_scoped_enum_v.Marek Kurdej1-1/+1
2021-01-08Re-enable __cpp_lib_constexpr_functional.Arthur O'Dwyer1-1/+1
2021-01-08[libc++] Add basic support for -std=c++2b.Marek Kurdej1-0/+10
2021-01-08[libc++] Update generate_feature_test_macro_components.py to match SD-6.Arthur O'Dwyer1-2/+64
2021-01-07[libc++] Use c++20 instead of c++2a consistently.Marek Kurdej1-1/+1
2020-12-28[libc++] [P1065] Constexpr invoke, reference_wrapper, mem_fn, not_fn, default...Arthur O'Dwyer1-1/+1
2020-12-08[libc++] Implement missing feature-test macro __cpp_lib_shared_ptr_arraysLouis Dionne1-1/+1
2020-11-28[libc++] P1645 constexpr for <numeric>Mark de Wever1-0/+2
2020-11-25Revert "[libc++] P1645 constexpr for <numeric>"Mark de Wever1-2/+0
2020-11-25[libc++] P1645 constexpr for <numeric>Mark de Wever1-0/+2
2020-11-24[libcxx] Implement P1956 rename low-level bit functionsMark de Wever1-0/+2
2020-11-11[libc++] Implement P0919R3: heterogenous lookup for unordered containersRuslan Arutyunyan1-1/+1
2020-09-22[libc++] Implement C++20's P0784 (More constexpr containers)Louis Dionne1-0/+2
2020-09-22[libc++] NFC: Remove trailing whitespace from the feature test macro tableLouis Dionne1-101/+100
2020-09-09Update atomic feature macros, synopsis, signatures to match C++20. Improve te...Olivier Giroux1-0/+12
2020-09-02[libcxx] Fix whitespace errorMichael Schellenberger Costa1-1/+1
2020-09-02Add constexpr to pairMichael Schellenberger Costa1-0/+2