Age | Commit message (Expand) | Author | Files | Lines |
2022-07-20 | [libc++] Implement P1423R3 (char8_t backward compatibility remediation) | Nikolas Klauser | 1 | -1/+1 |
2022-06-23 | [libc++] Implement P0154R1 (Hardware inference size) | Nikolas Klauser | 1 | -1/+1 |
2022-06-17 | [libc++] Implement std::boyer_moore{, _horspool}_searcher | Nikolas Klauser | 1 | -1/+1 |
2022-05-31 | [libc++] Removes __cpp_lib_monadic_optional. | Mark de Wever | 1 | -2/+2 |
2022-05-06 | [libc++][P0943] Add stdatomic.h header. | Louis Dionne | 1 | -1/+1 |
2022-04-27 | [libc++] Implement P0980R1 (constexpr std::string) | Nikolas Klauser | 1 | -1/+1 |
2022-04-11 | [libc++] Implement P1007R3: std::assume_aligned | Louis Dionne | 1 | -1/+1 |
2022-04-09 | [libc++] Implement P0401R6 (allocate_at_least) | Nikolas Klauser | 1 | -1/+1 |
2022-04-06 | [libc++] Support arrays in make_shared and allocate_shared (P0674R1) | Louis Dionne | 1 | -0/+2 |
2022-02-15 | [libc++] Revert <stdatomic.h> changes | Louis Dionne | 1 | -1/+1 |
2022-02-14 | [libc++] [C++2b] [P0943] Add stdatomic.h header. | Marek Kurdej | 1 | -1/+1 |
2022-02-14 | [libc++] Implement P0627R6 (Function to mark unreachable code) | Nikolas Klauser | 1 | -1/+1 |
2022-02-09 | [libc++] Add papers from February 2022 plenary meeting | Nikolas Klauser | 1 | -0/+20 |
2022-01-07 | [libc++] Implement P1072R10 (std::basic_string::resize_and_overwrite) | Nikolas Klauser | 1 | -0/+2 |
2022-01-06 | [libc++] Implement P1425R4 (Iterator pair constructors for std::stack and std... | Nikolas Klauser | 1 | -0/+2 |
2022-01-04 | [libc++] [P0887] Add newest feature-test macros; mark `type_identity` as impl... | Arthur O'Dwyer | 1 | -0/+20 |
2021-12-15 | [libc++] Implement P0798R8 (Monadic operations for std::optional) | Nikolas Klauser | 1 | -0/+2 |
2021-11-22 | [libc++] Implement P1272R4 (std::byteswap) | Nikolas Klauser | 1 | -0/+2 |
2021-11-16 | [libcxx] [Coroutine] Conform Coroutine Implementation | Chuanqi Xu | 1 | -1/+1 |
2021-10-22 | [libc++][doc] Fixes FeatureTestMacroTable.html. | Mark de Wever | 1 | -2/+2 |
2021-09-09 | [libc++] Implement C++20's P0476R2: std::bit_cast | Louis Dionne | 1 | -1/+1 |
2021-06-20 | [libcxx] Implement P0883R2 ("Fixing Atomic Initialization") | Raul Tambre | 1 | -1/+1 |
2021-04-20 | [libc++] [C++20] [P0586] Implement safe integral comparisons | Kamlesh Kumar | 1 | -1/+1 |
2021-04-07 | [libcxx] adds __cpp_lib_concepts feature-test macro | Christopher Di Bella | 1 | -1/+1 |
2021-03-25 | [libc++] [C++2b] [P2162] Allow inheritance from std::variant. | Marek Kurdej | 1 | -1/+1 |
2021-03-25 | [libc++] [P1032] Misc constexpr bits in <iterator>, <string_view>, <tuple>, <... | Arthur O'Dwyer | 1 | -4/+4 |
2021-03-05 | [libc++] [C++2b] [P1682] Add to_underlying. | Marek Kurdej | 1 | -0/+2 |
2021-03-02 | [libc++] Add bind_front function (P0356R5). | zoecarver | 1 | -1/+1 |
2021-02-15 | [libc++] Mark __cpp_lib_constexpr_memory as being implemented | Louis Dionne | 1 | -1/+1 |
2021-02-03 | [libc++] [P0879] constexpr std::sort | Arthur O'Dwyer | 1 | -1/+1 |
2021-01-28 | [libc++] Implement format_error. | Mark de Wever | 1 | -0/+2 |
2021-01-25 | [libc++] Implement [P0769] "Add shift to algorithm" (shift_left, shift_right) | Arthur O'Dwyer | 1 | -1/+1 |
2021-01-19 | [libc++][P1679] add string contains | Wim Leflere | 1 | -1/+1 |
2021-01-12 | [libc++] [C++2b] [P1048] Add is_scoped_enum and is_scoped_enum_v. | Marek Kurdej | 1 | -1/+1 |
2021-01-08 | Re-enable __cpp_lib_constexpr_functional. | Arthur O'Dwyer | 1 | -1/+1 |
2021-01-08 | [libc++] Add basic support for -std=c++2b. | Marek Kurdej | 1 | -0/+10 |
2021-01-08 | [libc++] Update generate_feature_test_macro_components.py to match SD-6. | Arthur O'Dwyer | 1 | -2/+64 |
2021-01-07 | [libc++] Use c++20 instead of c++2a consistently. | Marek Kurdej | 1 | -1/+1 |
2020-12-28 | [libc++] [P1065] Constexpr invoke, reference_wrapper, mem_fn, not_fn, default... | Arthur O'Dwyer | 1 | -1/+1 |
2020-12-08 | [libc++] Implement missing feature-test macro __cpp_lib_shared_ptr_arrays | Louis Dionne | 1 | -1/+1 |
2020-11-28 | [libc++] P1645 constexpr for <numeric> | Mark de Wever | 1 | -0/+2 |
2020-11-25 | Revert "[libc++] P1645 constexpr for <numeric>" | Mark de Wever | 1 | -2/+0 |
2020-11-25 | [libc++] P1645 constexpr for <numeric> | Mark de Wever | 1 | -0/+2 |
2020-11-24 | [libcxx] Implement P1956 rename low-level bit functions | Mark de Wever | 1 | -0/+2 |
2020-11-11 | [libc++] Implement P0919R3: heterogenous lookup for unordered containers | Ruslan Arutyunyan | 1 | -1/+1 |
2020-09-22 | [libc++] Implement C++20's P0784 (More constexpr containers) | Louis Dionne | 1 | -0/+2 |
2020-09-22 | [libc++] NFC: Remove trailing whitespace from the feature test macro table | Louis Dionne | 1 | -101/+100 |
2020-09-09 | Update atomic feature macros, synopsis, signatures to match C++20. Improve te... | Olivier Giroux | 1 | -0/+12 |
2020-09-02 | [libcxx] Fix whitespace error | Michael Schellenberger Costa | 1 | -1/+1 |
2020-09-02 | Add constexpr to pair | Michael Schellenberger Costa | 1 | -0/+2 |