aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/version
AgeCommit message (Expand)Author
2022-08-05[libc++][format] Enables feature-test macro.Mark de Wever
2022-07-20[libc++] Implement P1423R3 (char8_t backward compatibility remediation)Nikolas Klauser
2022-06-23[libc++] Implement P0154R1 (Hardware inference size)Nikolas Klauser
2022-06-17[libc++] Implement std::boyer_moore{, _horspool}_searcherNikolas Klauser
2022-05-31[libc++] Removes __cpp_lib_monadic_optional.Mark de Wever
2022-05-06[libc++][P0943] Add stdatomic.h header.Louis Dionne
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-04-11[libc++] Implement P1007R3: std::assume_alignedLouis Dionne
2022-04-09[libc++] Implement P0401R6 (allocate_at_least)Nikolas Klauser
2022-04-06[libc++] Support arrays in make_shared and allocate_shared (P0674R1)Louis Dionne
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-02-15[libc++] Revert <stdatomic.h> changesLouis Dionne
2022-02-14[libc++] [C++2b] [P0943] Add stdatomic.h header.Marek Kurdej
2022-02-14[libc++] Implement P0627R6 (Function to mark unreachable code)Nikolas Klauser
2022-02-09[libc++] Add papers from February 2022 plenary meetingNikolas Klauser
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-23[libc++] Fix LWG3437 "__cpp_lib_polymorphic_allocator is in the wrong header"Arthur O'Dwyer
2022-01-07[libc++] Implement P1072R10 (std::basic_string::resize_and_overwrite)Nikolas Klauser
2022-01-06[libc++] Implement P1425R4 (Iterator pair constructors for std::stack and std...Nikolas Klauser
2022-01-04[libc++] [P0887] Add newest feature-test macros; mark `type_identity` as impl...Arthur O'Dwyer
2021-12-15[libc++] Implement P0798R8 (Monadic operations for std::optional)Nikolas Klauser
2021-12-01[libc++][format][1/6] Reduce binary size.Mark de Wever
2021-11-22[libc++] Implement P1272R4 (std::byteswap)Nikolas Klauser
2021-11-19[libc++] Fix feature test macro for __cpp_lib_to_charsLouis Dionne
2021-11-17[libc++] Enable <atomic> when threads are disabledLouis Dionne
2021-11-16[libcxx] [Coroutine] Conform Coroutine ImplementationChuanqi Xu
2021-10-04[libc++][NFC] Remove header name from <version>Louis Dionne
2021-10-01[libc++] Revert the part of my b82683b that affected <version>.Arthur O'Dwyer
2021-10-01[libc++] [test] Remove "// -*- C++ -*-" comments from generated .cpp files.Arthur O'Dwyer
2021-09-09[libc++] Implement C++20's P0476R2: std::bit_castLouis Dionne
2021-08-11[libc++] Remove workarounds for missing __builtin_addressofLouis Dionne
2021-08-11[libc++] Remove _LIBCPP_HAS_UNIQUE_OBJECT_REPRESENTATIONSLouis Dionne
2021-08-11[libc++] Remove _LIBCPP_HAS_NO_IS_AGGREGATELouis Dionne
2021-08-10[libcxx] Remove _LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATEDMark de Wever
2021-06-20[libcxx] Implement P0883R2 ("Fixing Atomic Initialization")Raul Tambre
2021-05-26[libc++][format] Adds availability macros for std::format.Mark de Wever
2021-04-21[libc++] s/_LIBCPP_NO_HAS_CHAR8_T/_LIBCPP_HAS_NO_CHAR8_T/gArthur O'Dwyer
2021-04-20[libc++] [C++20] [P0586] Implement safe integral comparisonsKamlesh Kumar
2021-04-07[libcxx] adds __cpp_lib_concepts feature-test macroChristopher Di Bella
2021-03-25[libc++] [C++2b] [P2162] Allow inheritance from std::variant.Marek Kurdej
2021-03-25[libc++] [P1032] Misc constexpr bits in <iterator>, <string_view>, <tuple>, <...Arthur O'Dwyer
2021-03-18[libcxx] updates the feature-test macro generatorChristopher Di Bella
2021-03-05[libc++] [C++2b] [P1682] Add to_underlying.Marek Kurdej
2021-03-02[libc++] Add bind_front function (P0356R5).zoecarver
2021-02-26[libcxx] cleans up __cpp_concepts messChristopher Di Bella
2021-02-19[libc++] Turn off clang-format for auto-generated version header. NFC.Marek Kurdej
2021-02-15[libc++] Mark __cpp_lib_constexpr_memory as being implementedLouis Dionne
2021-02-04[libc++] Make feature-test macros consistent with availability macrosLouis Dionne
2021-02-03[libc++] [P0879] constexpr std::sortArthur O'Dwyer