aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2021-12-09Reapply #2 of [runtimes] Fix building initial libunwind+libcxxabi+libcxx with...Martin Storsjö2-0/+20
2021-12-09Revert "Reapply [runtimes] Fix building initial libunwind+libcxxabi+libcxx wi...Martin Storsjö2-20/+0
2021-12-08[libc++][NFC] Remove test/support/tracked_value.hJoe Loser1-59/+0
2021-12-08[libc++] [test] Refactor range.prim/empty.pass.cpp.Arthur O'Dwyer1-55/+42
2021-12-08[libc++] [test] Use sized_sentinel<int*> in range.prim/ssize.pass.cpp.Arthur O'Dwyer1-13/+6
2021-12-08[libc++] [test_iterators] Make all ADL base() functions into hidden friends. ...Arthur O'Dwyer1-51/+31
2021-12-08[libc++] `= delete` member functions with // = delete;Nikolas Klauser10-67/+42
2021-12-08Revert "[libc++][ci] Disable generating debug information."Mark de Wever1-4/+1
2021-12-08[libc++][release] Do not force building the runtimes with -fPICLouis Dionne5-7/+26
2021-12-08[libc++] Bump DockerfileLouis Dionne1-1/+1
2021-12-08[libc++] Extract __clamp_to_integral to its own headerLouis Dionne8-31/+81
2021-12-07Re-Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"Mircea Trofin153-22027/+2
2021-12-08Reapply [runtimes] Fix building initial libunwind+libcxxabi+libcxx with compi...Martin Storsjö2-0/+20
2021-12-07[libc++] Remove _LIBCPP_DEFAULTNikolas Klauser4-15/+9
2021-12-07[libc++] [test] Rationalize the nodiscard tests for range adaptors.Arthur O'Dwyer4-12/+7
2021-12-07[libc++] [ranges] SFINAE-friendly "write it three times" in views::counted.Arthur O'Dwyer4-197/+241
2021-12-07[libc++] Remove unneeded `std::` qualifications from <compare>. NFCI.Arthur O'Dwyer2-10/+10
2021-12-07[libc++] std::move should be _VSTD::move in one place. NFCI.Arthur O'Dwyer1-2/+2
2021-12-07[libc++] Bump DockerfileLouis Dionne1-1/+1
2021-12-07[libc++] Fix atomic test for _BitIntLouis Dionne1-4/+6
2021-12-07Revert "Microsoft's floating-point to_chars powered by Ryu and Ryu Printf"Petr Hosek48-73318/+18
2021-12-06[libc++] Fix the return value of max_size()Louis Dionne2-1/+12
2021-12-06[libc++][NFC] Fix release note indentationLouis Dionne1-6/+6
2021-12-06[libc++] Work around a Clang bug in transform_view, and regression-test.Arthur O'Dwyer2-18/+33
2021-12-06[libc++][NFC] Disable clang-tidy checksNikolas Klauser1-1/+1
2021-12-05[libc++] Remove space-alignment of trailing braces in module.modulemap. NFC.Arthur O'Dwyer1-121/+121
2021-12-05[libc++] Adjust space-alignment in module.modulemap. NFC.Arthur O'Dwyer1-6/+6
2021-12-05[libc++] Add missing `#pragma GCC system_header` in a few headers. NFCI.Arthur O'Dwyer6-5/+28
2021-12-05[libc++] Fix an include-guard comment. NFC.Arthur O'Dwyer1-1/+1
2021-12-05[libc++][doc] Update format implementation status.Mark de Wever2-8/+8
2021-12-05Remove duplicate commentNilay Vaish1-3/+0
2021-12-05Microsoft's floating-point to_chars powered by Ryu and Ryu PrintfMark de Wever48-18/+73318
2021-12-05[libc++][ci] Disable generating debug information.Mark de Wever1-1/+4
2021-12-02[libc++][ranges] Implement [special.mem.concepts].Konstantin Varlamov11-15/+247
2021-12-02libcxx pretty printers: remove non-lazy_string fallbackDavid Blaikie1-3/+1
2021-12-02[libc++][NFC] Update namespace comments in include/Nikolas Klauser23-33/+34
2021-12-02Simplify the libcxx std::string_view gdb pretty printerDavid Blaikie2-21/+10
2021-12-01[libc++] Implement P1989R2: range constructor for string_viewJoe Loser6-14/+304
2021-12-02[libcxx][test][NFC] Various tests for std::vectorKonstantin Boyarinov7-81/+315
2021-12-01[libc++] Make __wrap_iter constexprNikolas Klauser2-43/+49
2021-12-01[libcxx][modularisation] modularises <numeric> headerChristopher Di Bella29-475/+1019
2021-12-01[libc++] [test] Refactor string_view comparison tests for comprehensiveness.Arthur O'Dwyer24-1141/+696
2021-12-01[libc++] [test] C++14/17-friendly `TEST_IS_CONSTANT_EVALUATED` macro.Arthur O'Dwyer1-2/+4
2021-12-01[libc++] [test] C++03-friendly MAKE_STRING macro.Arthur O'Dwyer1-44/+67
2021-12-01[libcxx][NFC] Make sequence containers slightly more SFINAE-friendly during C...Konstantin Varlamov25-110/+124
2021-12-01[runtimes] Move WARNING to FATAL_ERROR for folks using FOO_BUILD_32_BITSLouis Dionne1-1/+1
2021-12-01[runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne88-294/+13
2021-12-01[libc++][format][1/6] Reduce binary size.Mark de Wever14-184/+141
2021-12-01[libc++] Fix `uniform_int_distribution` for 128-bit result typeFabian Wolff3-10/+122
2021-12-01[libcxx][test][NFC] Extend get_allocator() testing for containersKonstantin Boyarinov13-0/+458