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-07-13[libc++][ranges] implement `std::ranges::set_symmetric_difference`Hui Xie
2022-07-13[libc++] Implement ranges::find_end, ranges::search{, _n}Nikolas Klauser
2022-07-13[libc++][format] Improves parsing speed.Mark de Wever
2022-07-13[libc++][chrono] Adds operator<=> for day.Mark de Wever
2022-07-13Revert "[libc++] Implement ranges::find_end, ranges::search{, _n}"Nikolas Klauser
2022-07-13[libc++] Implement ranges::find_end, ranges::search{, _n}Nikolas Klauser
2022-07-13[lib++][ranges][NFC] Refactor `iterator_operations.h` to use tags.Konstantin Varlamov
2022-07-12[libc++][test] Adds spaceship support to macros.Mark de Wever
2022-07-12[libc++][NFC] Add MVS guard for locale_mgmt_zos.hDavid Tenty
2022-07-12[libc++] Fixes CI.Mark de Wever
2022-07-12[libc++][format] Adds integral formatter benchmarks.Mark de Wever
2022-07-12[libc++][chrono] Avoid tautological comparisions.Mark de Wever
2022-07-12[libc++][ranges][NFC] Implement the repetitive parts of the remaining range a...Konstantin Varlamov
2022-07-12[libc++][ranges][NFC] Consolidate some repetitive range algorithm tests:Konstantin Varlamov
2022-07-12[libc++] Undeprecate ATOMIC_FLAG_INIT (LWG3659)Raul Tambre
2022-07-11[libc++] Rename variables to use the snake case instead of camel caseHui Xie
2022-07-11[libc++] Implement ranges::{reverse, rotate}_copyNikolas Klauser
2022-07-11[libc++][ranges] implement `std::ranges::set_intersection`Hui Xie
2022-07-10[libc++][format] Use forwarding references.Mark de Wever
2022-07-10[libc++][NFC] Update #ifdef comments.Mark de Wever
2022-07-10[libc++] Don't call key_eq in unordered_map/set rehashing routineIvan Trofimov
2022-07-10[libcxx] Uglify __support/muslBrad Smith
2022-07-09[libcxx] Uglify __support/openbsdBrad Smith
2022-07-08[libc++] Always build c++experimental.aLouis Dionne
2022-07-08[libc++][ranges] Implement modifying heap algorithms:Konstantin Varlamov
2022-07-08[libc++][ranges] Implement `ranges::nth_element`.Konstantin Varlamov
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser
2022-07-08[libc++] Re-apply the use of ABI tags to provide per-TU insulationLouis Dionne
2022-07-08[libcxx][ranges] implement `std::ranges::set_difference`Hui Xie
2022-07-08[libcxx] Make LIBCXX_HERMETIC_STATIC_LIBRARY apply to libc++experimental tooMartin Storsjö
2022-07-08[libcxx][ranges] Create a test tool `ProxyIterator` that customises `iter_mov...Hui Xie
2022-07-08[libc++] Add test for algorithm result type alias declarationsNikolas Klauser
2022-07-07[libcxx] [ci] Don't disable libc++experimental in mingw buildsMartin Storsjö
2022-07-07[libc++][doc] Removes a colon in a title.Mark de Wever
2022-07-07Revert "[libc++] Use ABI tags instead of internal linkage to provide per-TU i...Jonas Devlieghere
2022-07-07[libc++][format] Implements 128-bit support.Mark de Wever
2022-07-07[libc++] Implements 128-bit support in to_chars.Mark de Wever
2022-07-07[libc++[format][NFC] Removes dead code.Mark de Wever
2022-07-07[libc++][format] Improve floating-point formatters.Mark de Wever
2022-07-07[libc++] Fix a few things in RangesAlgorithms.csvNikolas Klauser
2022-07-06[libc++] Use ABI tags instead of internal linkage to provide per-TU insulationLouis Dionne
2022-07-06[clang] Correct the macOS version that supports aligned allocationLouis Dionne
2022-07-06[libc++] Improves pragma system_header test.Mark de Wever
2022-07-06[libc++] Implement ranges::remove{, _if}Nikolas Klauser
2022-07-06[libc++] default-construct moved-from test-iteratorsNikolas Klauser
2022-07-06[libc++] Prefer __has_builtin for detecting compiler-provided type_traitsNikolas Klauser
2022-07-05[libc++] Fix __split_buffer::__construct_at_end definition to match declarationNikolas Klauser
2022-07-05[libc++] Use __is_exactly_{input, forward}_iteratorNikolas Klauser
2022-07-04[libc++] Implement `std::ranges::merge`Hui Xie
2022-07-04[libc++][NFC] Replace enable_if with __enable_if_t in a few placesNikolas Klauser