summaryrefslogtreecommitdiff
path: root/libcxx/include/module.modulemap.in
AgeCommit message (Expand)Author
2025-11-13[libc++] Merge is_{,un}bounded_array.h into is_array.h (#167479)Nikolas Klauser
2025-11-13[libc++] Add an initial modulemap for the test support headers (#162800)Nikolas Klauser
2025-11-11[libc++] Remove <stdbool.h> (#164595)Nikolas Klauser
2025-11-11[libc++] Remove __is_replaceable emulation (#167355)Louis Dionne
2025-11-10[libc++] Split macros related to hardening into their own header (#167069)Louis Dionne
2025-11-10[libc++] Replace the last uses of __tuple_types with __type_list (#167214)Nikolas Klauser
2025-11-06[libcxx] Implement C++20 std::chrono::is_clock, std::chrono::is_clock_v (#160...Yuxuan Chen
2025-11-02[libc++] P2641R4: Checking if a `union` alternative is active (`std::is_withi...Nikolas Klauser
2025-10-29[libc++] Fix locale-related compilation errors on NetBSD (#143055)Alex Rønne Petersen
2025-10-20[libc++] Simplify tuple_cat further (#163741)Nikolas Klauser
2025-10-02Reapply "[libc++] Avoid constructing additional objects when using map::at" (...Nikolas Klauser
2025-09-29[libc++] Vectorize std::find (#156431)Nikolas Klauser
2025-09-28[libc++] Remove a bunch of unused includes from <flat_*> (#160658)Nikolas Klauser
2025-09-25Revert "[libc++] Avoid constructing additional objects when using map::at" (#...Andrew Lazarev
2025-09-25[libc++] Avoid constructing additional objects when using map::at (#157866)Nikolas Klauser
2025-09-24[libc++][NFC] Refactor __is_allocator to be a variable template (#159584)Nikolas Klauser
2025-09-23[libc++][atomic_ref] Use __atomic_fetch_{add,sub} builtins on floating-points...Damien L-G
2025-09-08[libc++] Optimize most of the __tree search algorithms (#155245)Nikolas Klauser
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-09-02[libc++] Simplify <tuple> further (#156351)Nikolas Klauser
2025-08-29[libc++] Disable cv-qualified arithmetic hash specializations (#155786)Nikolas Klauser
2025-08-27Reapply "[libc++] Refactor key extraction for __hash_table and __tree (#15451...Nikolas Klauser
2025-08-26Revert "[libc++] Refactor key extraction for __hash_table and __tree (#154512)"Aiden Grossman
2025-08-26[libc++] Refactor key extraction for __hash_table and __tree (#154512)Nikolas Klauser
2025-08-07[libc++] Remove unnecessary friend declarations from <__tree> (#152133)Nikolas Klauser
2025-08-05[libc++] Remove SFINAE on __tuple_impl constructors (#151654)Nikolas Klauser
2025-07-29[libc++][format][NFC] Granularize `__fmt_pair_like` (#150583)A. Jiang
2025-07-24[libc++][hardening] Add an experimental function to log hardening errors (#14...Konstantin Varlamov
2025-07-20[libc++] Refactor internal index_sequence API to match the public one (#149475)Nikolas Klauser
2025-07-20[libc++][ranges] implement `std::ranges::zip_transform_view` (#79605)Hui
2025-07-17[libc++] Granularize `range_format` and `format_kind` declarations (#148876)William Tran-Viet
2025-07-16Remove workarounds for NDK versions before 2017's r16. (#148879)enh-google
2025-07-15Revert "[libc++][hardening] Introduce a dylib function to log hardening error...Nikolas Klauser
2025-07-14[libc++][hardening] Introduce a dylib function to log hardening errors. (#148...Konstantin Varlamov
2025-07-14[libc++] Introduce the _LIBCPP_VERBOSE_TRAP macro (#148262)Konstantin Varlamov
2025-07-06[libc++] LWG 3987 provide iterator.range access from flat_{map,set} (#137524)Hui
2025-07-05[libc++] constexpr `flat_set` (#140360)Hui
2025-07-05[libc++] Granularize <locale> (#146650)Nikolas Klauser
2025-07-05[libc++][NFC] Merge add_{r,l}value_reference.h (#147022)Nikolas Klauser
2025-06-30[libc++] Fix <charconv> not exporting std::errc (#146268)Nikolas Klauser
2025-06-28[libc++] Introduce `__product_iterator_traits` and optimise `flat_map::insert...Hui
2025-06-21[libc++] constexpr flat_map (#137453)Hui
2025-06-21[libc++] Implement `views::join_with` (#65536)Jakub Mazurkiewicz
2025-06-11[libc++] Refactor signed/unsigned integer traits (#142750)Nikolas Klauser
2025-05-21[libc++] Optimize std::for_each_n for segmented iterators (#135468)Peng Liu
2025-05-08[libc++] Add the __is_replaceable type trait (#132408)Louis Dionne
2025-04-29[libc++] Remove dead implementation of is_nothrow_convertible and merge the r...Nikolas Klauser
2025-04-18[libc++] Make __config_site modular (#134699)Louis Dionne
2024-03-04[libc++] Don't generate the modulemap file (#80352)Louis Dionne
2024-03-03[libc++] Rename __fwd/hash.h to __fwd/functional.h and add reference_wrapper ...Nikolas Klauser