Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2022-10-07implement `std::views::istream`Hui Xie
2022-10-06[libc++] Implement P0591R4 (Utility functions to implement uses-allocator con...Nikolas Klauser
2022-10-05[libc++] Fix wrong implementation of CityHashoToToT
2022-10-05[libc++][format] Implements formattable concept.Mark de Wever
2022-10-05[libc++][chrono] Implements formatter month.Mark de Wever
2022-10-05[libc++] Get rid of _LIBCPP_HAS_OPEN_WITH_WCHAR in the test suiteLouis Dionne
2022-10-05[libc++][chrono] Implements formatter year.Mark de Wever
2022-10-04[libc++][format] Updates to Unicode 15.Mark de Wever
2022-10-04[llvm] Remove libcxx, libcxxabi and libunwind from supported LLVM_ENABLE_PROJ...Louis Dionne
2022-10-04[SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.Zibi Sarbinowski
2022-10-03[libc++] Simplify transitive includes test and fix a bugLouis Dionne
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne
2022-10-03[libc++] Avoid relying on non-portable behaviour in std::alignAlex Richardson
2022-10-03[libc++] Remove a part of reverted D131898 or D130695Vitaly Buka
2022-10-03Revert "[libc++] Updates generated transitve includes."Vitaly Buka
2022-10-03Revert "[libc++] Implement P0591R4 (Utility functions to implement uses-alloc...Vitaly Buka
2022-10-03Revert "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`"Vitaly Buka
2022-10-02[libc++] Updates generated transitve includes.Mark de Wever
2022-10-02[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`Konstantin Varlamov
2022-10-01[libc++] Enable libc++-specific tests for constexpr stringNikolas Klauser
2022-10-01[libc++][NFC] Prefer type aliases over structsNikolas Klauser
2022-10-01[libc++] Implement P0591R4 (Utility functions to implement uses-allocator con...Nikolas Klauser
2022-10-01[libc++] Fix ADL for `make_error_{code,condition}`Jonathan Wakely
2022-09-30[runtimes] Remove all traces of the legacy testing configuration systemLouis Dionne
2022-09-30[libc++] Remove unique usage of the en_US locale in a testLouis Dionne
2022-09-29[libc++] Include skipped headers in the --trace-includes outputLouis Dionne
2022-09-29[NFC][libc++][test] Enables variant test.Mark de Wever
2022-09-29[libc++] Add missing return 0;'s to main() functions in testsLouis Dionne
2022-09-28[libc++] Remove MSVC tests checked into the libc++ test suiteLouis Dionne
2022-09-28[libc++] implement "pair" section of P2321R2 `zip`Hui Xie
2022-09-27[libc++][NFC] Fix some standard-mandated includes commentsNikolas Klauser
2022-09-27[libcxx] Make stdatomic.h work when included from a C source fileGergely Nagy
2022-09-27[libcxx] Support LIBCXX_STATICALLY_LINK_ABI_IN_STATIC_LIBRARY + LIBCXX_ENABLE...Nikita Popov
2022-09-26[libc++] Use XXYYZZ instead of XXYZZ for _LIBCPP_VERSIONLouis Dionne
2022-09-26[libc++] Add release note about unary_function and binary_function being remo...Louis Dionne
2022-09-25fix errors on passing input iterator to `std::views::take`Hui Xie
2022-09-25[libc++] Rewrites graph_header_deps.py.Mark de Wever
2022-09-25[libc++][test] Improves transitive includes.Mark de Wever
2022-09-21Revert "[llvm] Remove libcxx, libcxxabi and libunwind from supported LLVM_ENA...Louis Dionne
2022-09-21[libc++] Use Clang-16 for c++17.Mark de Wever
2022-09-20[libc++] Applies P0602R4 retro-actively.Mark de Wever
2022-09-20[NFC][libc++][format] Uses ranges algorithm.Mark de Wever
2022-09-20[libc++][test] Adds format string helper.Mark de Wever
2022-09-20[libc++][chrono] Removes format include.Mark de Wever
2022-09-20[libc++][format] Granularizes the format header.Mark de Wever
2022-09-20[llvm] Remove libcxx, libcxxabi and libunwind from supported LLVM_ENABLE_PROJ...Louis Dionne
2022-09-20[libc++] Remove MSVC codeNikolas Klauser
2022-09-20[libc++][NFC] Refactor enable_ifs in vectorNikolas Klauser
2022-09-19[libc++] Document the format of _LIBCPP_VERSIONLouis Dionne
2022-09-19[libc++] Always query the compiler to find whether a type is always lockfreeLouis Dionne