aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/module.modulemap.in
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[Clang] Add __builtin_common_reference (#121199)Nikolas Klauser1-0/+1
2025-11-25[libc++] Introduce __specialized_algorithms (#167295)Nikolas Klauser1-0/+1
2025-11-24[libc++][NFC] Move __memory/aligned_alloc.h into src/ (#166172)Nikolas Klauser1-1/+0
2025-11-24[libc++] Optimize num_get integral functions (#121795)Nikolas Klauser1-1/+0
2025-11-13[libc++] Merge is_{,un}bounded_array.h into is_array.h (#167479)Nikolas Klauser1-8/+0
2025-11-13[libc++] Add an initial modulemap for the test support headers (#162800)Nikolas Klauser1-1/+4
2025-11-11[libc++] Remove <stdbool.h> (#164595)Nikolas Klauser1-4/+0
2025-11-11[libc++] Remove __is_replaceable emulation (#167355)Louis Dionne1-4/+0
2025-11-10[libc++] Split macros related to hardening into their own header (#167069)Louis Dionne1-0/+2
2025-11-10[libc++] Replace the last uses of __tuple_types with __type_list (#167214)Nikolas Klauser1-1/+0
2025-11-06[libcxx] Implement C++20 std::chrono::is_clock, std::chrono::is_clock_v (#160...Yuxuan Chen1-0/+4
2025-11-02[libc++] P2641R4: Checking if a `union` alternative is active (`std::is_withi...Nikolas Klauser1-0/+1
2025-10-29[libc++] Fix locale-related compilation errors on NetBSD (#143055)Alex Rønne Petersen1-0/+1
2025-10-20[libc++] Simplify tuple_cat further (#163741)Nikolas Klauser1-1/+0
2025-10-02Reapply "[libc++] Avoid constructing additional objects when using map::at" (...Nikolas Klauser1-0/+2
2025-09-29[libc++] Vectorize std::find (#156431)Nikolas Klauser1-0/+2
2025-09-28[libc++] Remove a bunch of unused includes from <flat_*> (#160658)Nikolas Klauser1-1/+4
2025-09-25Revert "[libc++] Avoid constructing additional objects when using map::at" (#...Andrew Lazarev1-2/+0
2025-09-25[libc++] Avoid constructing additional objects when using map::at (#157866)Nikolas Klauser1-0/+2
2025-09-24[libc++][NFC] Refactor __is_allocator to be a variable template (#159584)Nikolas Klauser1-4/+1
2025-09-23[libc++][atomic_ref] Use __atomic_fetch_{add,sub} builtins on floating-points...Damien L-G1-0/+1
2025-09-08[libc++] Optimize most of the __tree search algorithms (#155245)Nikolas Klauser1-26/+28
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser1-5/+5
2025-09-02[libc++] Simplify <tuple> further (#156351)Nikolas Klauser1-1/+0
2025-08-29[libc++] Disable cv-qualified arithmetic hash specializations (#155786)Nikolas Klauser1-0/+1
2025-08-27Reapply "[libc++] Refactor key extraction for __hash_table and __tree (#15451...Nikolas Klauser1-1/+1
2025-08-26Revert "[libc++] Refactor key extraction for __hash_table and __tree (#154512)"Aiden Grossman1-1/+1
2025-08-26[libc++] Refactor key extraction for __hash_table and __tree (#154512)Nikolas Klauser1-1/+1
2025-08-07[libc++] Remove unnecessary friend declarations from <__tree> (#152133)Nikolas Klauser1-2/+0
2025-08-05[libc++] Remove SFINAE on __tuple_impl constructors (#151654)Nikolas Klauser1-1/+4
2025-07-29[libc++][format][NFC] Granularize `__fmt_pair_like` (#150583)A. Jiang1-0/+1
2025-07-24[libc++][hardening] Add an experimental function to log hardening errors (#14...Konstantin Varlamov1-0/+3
2025-07-20[libc++] Refactor internal index_sequence API to match the public one (#149475)Nikolas Klauser1-1/+0
2025-07-20[libc++][ranges] implement `std::ranges::zip_transform_view` (#79605)Hui1-0/+3
2025-07-17[libc++] Granularize `range_format` and `format_kind` declarations (#148876)William Tran-Viet1-0/+1
2025-07-16Remove workarounds for NDK versions before 2017's r16. (#148879)enh-google1-1/+0
2025-07-15Revert "[libc++][hardening] Introduce a dylib function to log hardening error...Nikolas Klauser1-3/+0
2025-07-14[libc++][hardening] Introduce a dylib function to log hardening errors. (#148...Konstantin Varlamov1-0/+3
2025-07-14[libc++] Introduce the _LIBCPP_VERBOSE_TRAP macro (#148262)Konstantin Varlamov1-0/+3
2025-07-06[libc++] LWG 3987 provide iterator.range access from flat_{map,set} (#137524)Hui1-0/+15
2025-07-05[libc++] constexpr `flat_set` (#140360)Hui1-0/+3
2025-07-05[libc++] Granularize <locale> (#146650)Nikolas Klauser1-1/+10
2025-07-05[libc++][NFC] Merge add_{r,l}value_reference.h (#147022)Nikolas Klauser1-2/+1
2025-06-30[libc++] Fix <charconv> not exporting std::errc (#146268)Nikolas Klauser1-1/+4
2025-06-28[libc++] Introduce `__product_iterator_traits` and optimise `flat_map::insert...Hui1-0/+1
2025-06-21[libc++] constexpr flat_map (#137453)Hui1-0/+3
2025-06-21[libc++] Implement `views::join_with` (#65536)Jakub Mazurkiewicz1-0/+1
2025-06-11[libc++] Refactor signed/unsigned integer traits (#142750)Nikolas Klauser1-8/+1
2025-05-21[libc++] Optimize std::for_each_n for segmented iterators (#135468)Peng Liu1-0/+1
2025-05-08[libc++] Add the __is_replaceable type trait (#132408)Louis Dionne1-0/+4