summaryrefslogtreecommitdiff
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 16.0.3Tom Stellard2023-04-191-1/+1
* Bump version to 16.0.2Tom Stellard2023-04-041-1/+1
* [libc++] Don't try to provide source_location on AppleClang 1403Louis Dionne2023-04-047-14/+18
* [libc++] Mark a test relying on `typeid` as unsupported without RTTI.Konstantin Varlamov2023-04-031-0/+3
* [release/16.x][libc++] Revert the bitset sort optimizationLouis Dionne2023-04-032-432/+147
* [libc++] Fix CI on release/16.xLouis Dionne2023-04-0311-9/+20
* Bump version to 16.0.1Tobias Hieta2023-03-281-1/+1
* [libc++] Avoid ODR violations in __exception_guardNikolas Klauser2023-03-285-26/+78
* [libc++][ranges] Fix incorrect integer typedef in `elements_view` test.Konstantin Varlamov2023-03-241-1/+2
* [libc++][format] Fix a missing include in tests.Konstantin Varlamov2023-03-241-0/+1
* [libc++][format] Fixes invalid usage of m type.Mark de Wever2023-03-083-7/+6
* [libc++][format] Fix floating point formatting.Mark de Wever2023-03-082-2/+55
* [libc++] Fix ranges::binary_search() returning true for cases where the eleme...Nikolas Klauser2023-03-084-2/+41
* [libc++][NFC] update Range Status for the completion of C++20 rangesHui2023-03-061-1/+1
* [libc++] Temporarily not use compiler intrinsics for some type traits in Obje...Konstantin Varlamov2023-03-064-4/+116
* [libc++][ranges] move all range iterators back in classHui2023-03-068-465/+448
* [libcxx][ranges] revert join_view::iterator and sentinel to be in-classHui2023-03-063-51/+67
* [libc++] Add FTM for views::as_rvalueNikolas Klauser2023-02-285-0/+56
* [libc++] Fix bug in allocate_shared_for_overwriteLouis Dionne2023-02-145-57/+123
* [libc++][NFC] Rename _LIBCPP_NO_RTTI to _LIBCPP_HAS_NO_RTTINikolas Klauser2023-02-144-32/+32
* [libc++] fix `shared_ptr`'s incorrect constraintsHui2023-02-1413-120/+290
* [libc++][NFC] Rename multidimentional uninitialized algorithmsNikolas Klauser2023-02-142-17/+17
* [libc++] In tests, use `abort` to terminate upon an error.Konstantin Varlamov2023-02-131-1/+1
* [libc++] Guard the fix to CityHash behind ABI v2Louis Dionne2023-02-103-0/+17
* [libc++][format] Fixes constexpr validation.Mark de Wever2023-02-072-3/+9
* [libc++] Remove use of internal glibc macros to determine if c8rtomb() and mb...Tom Honermann2023-02-052-7/+17
* [libc++] Fixes the Clang modular build.Mark de Wever2023-02-051-3/+13
* [libc++][ranges] Temporarily mark `ranges::join_view` as experimental.varconst2023-02-0528-3/+35
* [libc++][NFC] Update the libc++ release notes for LLVM 16.Konstantin Varlamov2023-01-311-2/+13
* libcxx: Don't apply ABI tags to extern "C" fnsArsen Arsenović2023-01-277-152/+67
* [libc++] Introduce a compile-time mechanism to override __libcpp_verbose_abortLouis Dionne2023-01-249-49/+87
* [NFC][libc++] Remove __unexpected namespaceyronglin2023-01-252-18/+14
* [libc++][format] Fixes usage of contiguous ranges.Mark de Wever2023-01-242-2/+72
* [libc++][doc] Updates format status.Mark de Wever2023-01-245-4/+6
* [libc++][ranges] implement `std::ranges::split_view`Hui2023-01-2430-3/+2246
* [libc++] Fix installation path for the modulemapLouis Dionne2023-01-231-2/+7
* [libc++] implement P1020R1 P1973R1 make_unique[shared]_for_overwriteHui2023-01-2311-14/+666
* [libc++][doc] Fixes the usage of improper markup.Mark de Wever2023-01-232-3/+3
* [libc++] Refactor clang-query checks to clang-tidy checks to get less obscure...Nikolas Klauser2023-01-2314-358/+148
* [libc++] Improve binary size when using __transactionNikolas Klauser2023-01-2313-161/+231
* [NFC] Fix "form/from" typosPiotr Fusik2023-01-222-2/+2
* [libc++][test] Disable parts requiring locales.Mark de Wever2023-01-223-0/+9
* [libc++] Rename take_while_view::__sentinel to __take_while_view_sentinelNikolas Klauser2023-01-221-12/+18
* [libc++] Granularize <type_traits> includes in <bit>, <numbers> and <coroutine>Nikolas Klauser2023-01-219-10/+22
* [libc++] Implement P1413R3 (Deprecate std::aligned_storage and std::aligned_u...Nikolas Klauser2023-01-2117-14/+79
* [libc++] Add FreeBSD XFAILs in preparation for CIEd Maste2023-01-2039-1/+74
* [libc++] add FreeBSD atomic wait supportKonstantin Belousov2023-01-201-0/+21
* [libc++][format] range-default-formatter for set.Mark de Wever2023-01-208-6/+1773
* [libc++] Move iota_view::iterator and sentinel out of iota_viewNikolas Klauser2023-01-202-205/+229
* [libc++] Enable clang-tidy from the buildkite pipeline instead of hard-coding...Nikolas Klauser2023-01-202-12/+20