summaryrefslogtreecommitdiff
path: root/libcxx/include/module.modulemap.in
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Utilities for implementing stop_tokenHui2023-05-171-0/+8
* [libcxx] Add mdspan/extentsChristian Trott2023-05-161-0/+10
* [libc++] Implement ranges::starts_withzijunzhao2023-05-151-0/+1
* [libc++][PSTL] Implement std::transformNikolas Klauser2023-05-151-0/+3
* [libc++] Moves unwrap_reference to type_traits.Mark de Wever2023-05-141-2/+3
* [libc++][PSTL] Make the PSTL submodules only have one headerIan Anderson2023-05-131-2/+14
* [libc++][PSTL] Move the already implemented functions to the new dispatching ...Nikolas Klauser2023-05-121-0/+3
* [libc++][PSTL] Add more specialized backend customization pointsLouis Dionne2023-05-111-0/+6
* [libc++][ranges] Implement the changes to vector from P1206 (`ranges::to`):varconst2023-05-081-39/+41
* [libc++] Use the __is_trivially_equality_comparable builtinNikolas Klauser2023-05-071-132/+133
* [libc++][Modules] Add missing includes and exportsIan Anderson2023-05-071-3/+6
* [libc++][PSTL] Make the PSTL available by default under -fexperimental-libraryNikolas Klauser2023-05-051-1/+5
* [libc++] Add missing test for std::hash<std::filesystem::path>Louis Dionne2023-05-041-1/+5
* [libc++] cuchar redeclares ::mbstate_t when it's in its own clang moduleIan Anderson2023-05-011-0/+1
* [libc++][PSTL] Implement std::{any, all, none}_ofNikolas Klauser2023-04-291-20/+22
* [libc++] Adds more forward declaration headers.Mark de Wever2023-04-271-0/+8
* [libc++][format] Improves width estimate.Mark de Wever2023-04-201-0/+1
* [libc++][NFC] Remove one apply_cv implementationNikolas Klauser2023-04-201-1/+0
* [libc++] Rename __tuple_dir back to __tupleNikolas Klauser2023-04-121-10/+10
* [libcxx] Move the private header __std_stream into the src subdirMartin Storsjö2023-04-121-4/+0
* [libc++] Move __errc to __system_error/errc.hNikolas Klauser2023-04-101-2/+3
* [libc++] Granularize system_error.Mark de Wever2023-04-091-0/+16
* [libc++] Granularize __mutex_baseNikolas Klauser2023-03-221-1/+11
* [libc++][charconv] Granularizes the header.Mark de Wever2023-03-151-5/+10
* [libc++] Granularize <exception>Nikolas Klauser2023-03-121-1/+12
* [libc++] Granularize <atomic> includesNikolas Klauser2023-03-101-1/+4
* [libc++] Reintroduce workaround for stdint re-export on DarwinLouis Dionne2023-03-021-0/+4
* [libc++] Remove <experimental/{algorithm,functional}>Nikolas Klauser2023-02-241-8/+0
* [libc++] Forward to std::memcmp for trivially comparable types in equalNikolas Klauser2023-02-211-1/+9
* [libc++] Move constexpr <cstring> functions into their own headers and remove...Nikolas Klauser2023-02-211-0/+1
* [libc++] Granularize <atomic>Nikolas Klauser2023-02-171-1/+22
* [libc++][format] Fixes test failures.Mark de Wever2023-02-141-1/+4
* [libc++][chrono] Add hh_mm_ss formatter.Mark de Wever2023-02-141-0/+1
* [libc++][spaceship] Implement `lexicographical_compare_three_way`Adrian Vogelsgesang2023-02-121-0/+4
* Don't re-export top-level modulesVassil Vassilev2023-02-061-2/+1
* [libc++] Add a CI configuration to test Modules with LSV enabledLouis Dionne2023-02-031-5/+6
* [libc++] Fixes the Clang modular build.Mark de Wever2023-01-311-3/+13
* [libc++] Remove <experimental/coroutine>Chuanqi Xu2023-01-301-6/+0
* [libc++] Add [[clang::lifetimebound]] to min/max algorithmsNikolas Klauser2023-01-301-1/+4
* [libc++] Don't assume that string_view::const_iterator is a raw pointerLouis Dionne2023-01-301-1/+4
* [libc++] Move the definition of aligned allocation helpers outside of <new>Louis Dionne2023-01-261-0/+1
* [libc++][ranges] implement `std::ranges::split_view`Hui2023-01-241-0/+1
* [libc++] Improve binary size when using __transactionNikolas Klauser2023-01-231-1/+1
* [libc++] Enable segmented iterator optimizations for join_view::iteratorNikolas Klauser2023-01-201-0/+1
* [libc++] Implement P2446R2 (views::as_rvalue)Nikolas Klauser2023-01-201-0/+1
* [libc++] Refactor deque::iterator algorithm optimizationsNikolas Klauser2023-01-191-0/+1
* [libc++][format] Adds container adaptor formatters.Mark de Wever2023-01-191-0/+1
* [libc++][format] Implements range_formatterMark de Wever2023-01-191-0/+1
* [libc++][ranges] implement `std::views::elements_view`Hui Xie2023-01-151-1/+8
* Reapply "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`"varconst2023-01-131-0/+2