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-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
2022-09-18[libc++] Avoid including <tuple> in compressed_pair.hNikolas Klauser
2022-09-17[libc++][NFC] Inline the string constructorsNikolas Klauser
2022-09-17[libc++] Add test to ensure that type trait aliases in dependent return types...Nikolas Klauser
2022-09-16[libc++][lit][AIX] Enable test case last_write_time.pass.cpp for AIXXing Xue
2022-09-16[SystemZ][z/OS] define REMOVE_ALL_USE_DIRECTORY_ITERATOR (libc++)Muiez Ahmed
2022-09-16[libc++] Shows the detailed compiler version info.Mark de Wever
2022-09-16[NFC][libc++][test] Uses public functions.Mark de Wever
2022-09-16NFC: remove accidental inclusion of libcxx test changesMatheus Izvekov
2022-09-16[clang] template / auto deduction deduces common sugarMatheus Izvekov
2022-09-16[libcxx] Use interface library for libcxx-abi-sharedNikita Popov
2022-09-16Fix std::fpos pretty printer on muslColin Cross
2022-09-15[libc++] Clean up `_LIBCPP_HAS_NO_PLATFORM_WAIT` macroJoe Loser
2022-09-12[libc++] Add LLDB data formatters dependencies to the CI imageLouis Dionne
2022-09-11[libc++] Workaround the absence of the __GLIBC_USE macro in glibc versions pr...Tom Honermann
2022-09-11[libc++][random] Removes transitive includes.Mark de Wever
2022-09-11[libc++][doc] Updates format status page.Mark de Wever
2022-09-11[libc++][cuchar] Declare std::c8rtomb and std::mbrtoc8 in <cuchar> if available.Tom Honermann
2022-09-10[libc++] Bump _LIBCPP_STD_VER to the next expected C++ versionNikolas Klauser
2022-09-09[libc++] Fix compilation error on platforms that don't implement std::tmLouis Dionne
2022-09-08[libc++] Removes Clang 13 support.Mark de Wever
2022-09-07[libc++] Fixes CI.Mark de Wever
2022-09-07[libc++][locale] Removes an transitive include.Mark de Wever
2022-09-07[libc++][chrono] Implements formatter day.Mark de Wever
2022-09-07[libc++][format] Updates feature-test macros.Mark de Wever
2022-09-06[test][libcxx] Mark ubsan test as UNSUPPORTEDVitaly Buka
2022-09-06[clang] Implement setting crash_diagnostics_dir through env variableMatheus Izvekov