aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2022-10-11[libc++][NFC] Change _VSTD to std as a prereq for D122780Louis Dionne1-17/+17
2022-10-11Reenable gdb pretty printers, and update them.Sterling Augustine2-13/+36
2022-10-11[runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne2-3/+3
2022-10-11[NFC][libc++][format] Improves tests.Mark de Wever15-3693/+3718
2022-10-11[libc++] static_assert that rebinding the allocator works as expectedNikolas Klauser14-59/+90
2022-10-11[libc++] Add the C++17 <memory_resource> header (mono-patch)Arthur O'Dwyer131-341/+7447
2022-10-09[libc++][ranges]implement `std::views::take_while`Hui Xie22-4/+1443
2022-10-08[libc++] Make charconv require C++17 or later.Mark de Wever13-36/+26
2022-10-06implement `std::views::istream`Hui Xie22-5/+885
2022-10-06[libc++] Implement P0591R4 (Utility functions to implement uses-allocator con...Nikolas Klauser25-22/+948
2022-10-06[libc++] Fix wrong implementation of CityHashoToToT2-1/+37
2022-10-05[libc++][format] Implements formattable concept.Mark de Wever8-405/+24
2022-10-05[libc++][chrono] Implements formatter month.Mark de Wever10-4/+416
2022-10-05[libc++] Get rid of _LIBCPP_HAS_OPEN_WITH_WCHAR in the test suiteLouis Dionne9-48/+68
2022-10-05[libc++][chrono] Implements formatter year.Mark de Wever12-5/+517
2022-10-04[libc++][format] Updates to Unicode 15.Mark de Wever5-54/+109
2022-10-04[llvm] Remove libcxx, libcxxabi and libunwind from supported LLVM_ENABLE_PROJ...Louis Dionne3-34/+2
2022-10-03[SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.Zibi Sarbinowski8-4/+186
2022-10-03[libc++] Simplify transitive includes test and fix a bugLouis Dionne7-222/+234
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne73-73/+765
2022-10-03[libc++] Avoid relying on non-portable behaviour in std::alignAlex Richardson1-1/+1
2022-10-03[libc++] Remove a part of reverted D131898 or D130695Vitaly Buka1-0/+1
2022-10-03Revert "[libc++] Updates generated transitve includes."Vitaly Buka6-114/+16
2022-10-02Revert "[libc++] Implement P0591R4 (Utility functions to implement uses-alloc...Vitaly Buka24-947/+22
2022-10-02Revert "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`"Vitaly Buka30-758/+459
2022-10-02[libc++] Updates generated transitve includes.Mark de Wever6-16/+114
2022-10-01[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`Konstantin Varlamov31-460/+758
2022-10-01[libc++] Enable libc++-specific tests for constexpr stringNikolas Klauser6-44/+62
2022-10-01[libc++][NFC] Prefer type aliases over structsNikolas Klauser60-214/+135
2022-10-01[libc++] Implement P0591R4 (Utility functions to implement uses-allocator con...Nikolas Klauser24-22/+947
2022-09-30[libc++] Fix ADL for `make_error_{code,condition}`Jonathan Wakely6-5/+190
2022-09-30[runtimes] Remove all traces of the legacy testing configuration systemLouis Dionne11-1408/+5
2022-09-30[libc++] Remove unique usage of the en_US locale in a testLouis Dionne2-5/+6
2022-09-29[libc++] Include skipped headers in the --trace-includes outputLouis Dionne10-129/+2056
2022-09-29[NFC][libc++][test] Enables variant test.Mark de Wever1-9/+5
2022-09-29[libc++] Add missing return 0;'s to main() functions in testsLouis Dionne4-0/+4
2022-09-28[libc++] Remove MSVC tests checked into the libc++ test suiteLouis Dionne5-265/+120
2022-09-28[libc++] implement "pair" section of P2321R2 `zip`Hui Xie27-174/+962
2022-09-27[libc++][NFC] Fix some standard-mandated includes commentsNikolas Klauser19-2/+44
2022-09-27[libcxx] Make stdatomic.h work when included from a C source fileGergely Nagy3-12/+13
2022-09-27[libcxx] Support LIBCXX_STATICALLY_LINK_ABI_IN_STATIC_LIBRARY + LIBCXX_ENABLE...Nikita Popov1-18/+10
2022-09-26[libc++] Use XXYYZZ instead of XXYZZ for _LIBCPP_VERSIONLouis Dionne2-3/+9
2022-09-26[libc++] Add release note about unary_function and binary_function being remo...Louis Dionne1-0/+3
2022-09-25fix errors on passing input iterator to `std::views::take`Hui Xie2-0/+14
2022-09-25[libc++] Rewrites graph_header_deps.py.Mark de Wever9-235/+34
2022-09-25[libc++][test] Improves transitive includes.Mark de Wever723-15820/+3782
2022-09-21Revert "[llvm] Remove libcxx, libcxxabi and libunwind from supported LLVM_ENA...Louis Dionne3-2/+32
2022-09-21[libc++] Use Clang-16 for c++17.Mark de Wever1-5/+2
2022-09-20[libc++] Applies P0602R4 retro-actively.Mark de Wever9-118/+29
2022-09-20[NFC][libc++][format] Uses ranges algorithm.Mark de Wever2-8/+4