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-03-03[libc++] Preliminary cleanups to ranges::iter_move. NFC.Arthur O'Dwyer
2022-03-03[libcxx] [test] Fix en_US money locale formatting tests on WindowsMartin Storsjö
2022-03-02[libc++] Check clang-tidy versionNikolas Klauser
2022-03-02[libc++] Add missing std:: qualification to __synth_three_way.Arthur O'Dwyer
2022-03-02[libc++] Explicitly reject URNG types with signed result_types.Arthur O'Dwyer
2022-03-02[libcxx] [test] Make filesystem tests not rely on libc++ internalsMartin Storsjö
2022-03-02[libcxx] [test] Place output from newconfig tests under a 'test' subdirMartin Storsjö
2022-03-01[libc++][AIX] Use C++ overloads from libc++'s math.hDavid Tenty
2022-03-01[libcxx] Make test case fmt specifiers more portableBrian Cain
2022-03-01[libc++] Add `explicit` to a bunch of internal detail ctors.Arthur O'Dwyer
2022-03-01[libcxx] [test] Fix the put_double, put_long_double tests for clang-clMartin Storsjö
2022-03-01[libcxx] [test] Add a 'win32-' prefix to the 'broken-utf8-wchar-ctype' featureMartin Storsjö
2022-03-01[libc++] Remove _LIBCPP_HAS_NO_STRONG_ENUMS.Mark de Wever
2022-03-01[libc++] Remove extraneous space in module.modulemap. NFC.Arthur O'Dwyer
2022-03-01[libc++] [test] Improve the tests for std::{begin,end}(valarray).Arthur O'Dwyer
2022-03-01[libcxx] Add an explicit option to build against system-libcxxabiMichał Górny
2022-03-01[libc++] Re generate header testsLouis Dionne
2022-03-01[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-03-01Revert "[lit] Read command stdout/stderr as text on Windows"Martin Storsjö
2022-03-01[lit] Read command stdout/stderr as text on WindowsMartin Storsjö
2022-03-01[libc++] [ranges] Use "inline constexpr bool" not "constexpr bool" for helpers.Arthur O'Dwyer
2022-03-01[libc++abi] Install the libc++abi headers from libc++abiLouis Dionne
2022-03-01[libc++][NFC] Fix typo in commentLouis Dionne
2022-03-01[libc++][NFC] Remove unused Lit feature in the test suiteLouis Dionne
2022-03-01[libcxx] [test] Fix the monetary locale curr_symbol test on Windows, Apple an...Martin Storsjö
2022-02-28[libc++] Explicitly reject `uniform_int_distribution<bool>` and `<char>`.Arthur O'Dwyer
2022-02-28[libc++] [ranges] Permit std::mergeable and std::sortable with HAS_NO_INCOMPL...Arthur O'Dwyer
2022-02-28[libc++] Fix double file closing in `std::filesystem::remove_all()`.Konstantin Varlamov
2022-02-27[libcxx] [test] Fix one failing part of dsl.sh.py on Windows.Martin Storsjö
2022-02-27[libcxx] [test] Fix the monetary locale pos/neg_format test for Windows and m...Martin Storsjö
2022-02-27[libc++] [test] Check the presence of "pragma include_instead" in newly added...Arthur O'Dwyer
2022-02-26[libc++] [test] Re-remove C++ comments from generated files.Arthur O'Dwyer
2022-02-26[libcxx] [test] Remove an incorrect XFAIL, fix CI on mainMartin Storsjö
2022-02-26[libc++] Remove recursion in basic_string::insert(const_iterator, ForwardIter...Nikolas Klauser
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-26[libcxx] Fix the error checking for wctob_l, fixing locale narrow function on...Martin Storsjö
2022-02-26[libcxx] [test] Fix the monetary locale negative_sign test for en_US.UTF-8 on...Martin Storsjö
2022-02-25[libcxx] String format class marked as packedStefan Pintilie
2022-02-25[libcxx] Fix the type in __estimate_column_widthStefan Pintilie
2022-02-25[libc++] Make sure calls to std::move are always qualifiedCorentin Jabot
2022-02-24[libc++] Remove <chrono> include from <future>Nikolas Klauser
2022-02-24[libcxx] [test] Fix the get/put long_double_ru_RU tests on Apple platformsMartin Storsjö
2022-02-24[libc++] Add empty line in ReleaseNotes.rstNikolas Klauser
2022-02-24[libc++] Granularize chrono includesNikolas Klauser
2022-02-23[libcxx] [test] Fix time.get.byname get_one for Glibc and WindowsMartin Storsjö
2022-02-23[libc++][AIX] Fix trivial_abi return tests for unique_ptr/weak_ptrJinsong Ji
2022-02-23Set std::numeric_limits<>::tinyness_before to true for floating point types o...Owen Anderson
2022-02-22[libc++][AIX] Add AIX error message as expected outputZarko Todorovski
2022-02-22[libcxx][ci] Switch to CMAKE_CXX_COMPILER_TARGET for Arm botsDavid Spickett