summaryrefslogtreecommitdiff
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
...
* [libc++][PSTL] Implement std::find{,_if,_if_not}Nikolas Klauser2023-05-013-0/+251
* [libc++][PSTL] Implement std::for_each{, _n}Nikolas Klauser2023-04-303-0/+140
* [libc++][format] Removes vector dependency.Mark de Wever2023-04-306-14/+3
* [libc++][PSTL] Implement std::{any, all, none}_ofNikolas Klauser2023-04-2916-1/+353
* [libc++][PSTL] Implement <execution> contentsNikolas Klauser2023-04-293-0/+124
* [libc++] Clean up pair's constructors and assignment operatorsLouis Dionne2023-04-283-0/+367
* Fix EBO on std::optional and std::variant when targeting the MSVC ABIEric Fiselier2023-04-272-0/+48
* [libcxx] [test] Prepend to PATH instead of overriding itMartin Storsjö2023-04-273-3/+3
* [libc++][chrono] Adds formatter file_time.Mark de Wever2023-04-273-1/+1141
* [libc++] Adds more forward declaration headers.Mark de Wever2023-04-271-0/+6
* [libc++] Fix ODR violation with placeholdersLouis Dionne2023-04-271-72/+57
* [libc++][PSTL] Integrate the headers and add a CI jobNikolas Klauser2023-04-261-0/+3
* [libc++] Remove the chrono include from algorithmIan Anderson2023-04-224-4/+4
* [libc++][regex] Uses operator<=> in sub_match.Mark de Wever2023-04-221-43/+113
* [libc++] Fix likely rebase conflict that was not resolved properlyLouis Dionne2023-04-211-0/+1
* [libc++][PSTL] Copy the headers into libc++Nikolas Klauser2023-04-212-0/+4
* [libc++] Make bsd_locale_fallbacks.h modular and move it into __locale/locale...Nikolas Klauser2023-04-218-1/+65
* [libc++][PSTL] Remove current integrationNikolas Klauser2023-04-211-1/+0
* [libc++][format] Improves width estimate.Mark de Wever2023-04-203-8/+96
* [libc++][NFC] Remove one apply_cv implementationNikolas Klauser2023-04-201-1/+0
* [libc++] Adjust D_LIBCPP_ENABLE_ASSERTIONS defines in exception_guard testsLouis Dionne2023-04-202-2/+2
* [libc++] Adds missing includes.Mark de Wever2023-04-1910-0/+10
* [libc++] Add annotation for arm64e in the strong_order test for long doubleLouis Dionne2023-04-171-1/+4
* [libc++] Add hide_from_abi check for classesNikolas Klauser2023-04-161-4/+59
* [libc++] Removes Clang 14 support.Mark de Wever2023-04-1523-25/+22
* [libc++] Remove redundant assertion in std::span::subspanLouis Dionne2023-04-141-2/+2
* [libcxx][AIX] Reverting XFAILs for test cases after OS updateNicole Rabjohn2023-04-1310-34/+0
* [libc++][ranges][NFC] Templatize some of the types in `almost_satisfies_types.h`varconst2023-04-121-4/+9
* [libc++][NFC] rename __is_trivially_equality_comparable to __libcpp_is_trivia...Nikolas Klauser2023-04-121-22/+22
* [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-1/+0
* [libc++][format] Mark range formaters as complete.Mark de Wever2023-04-112-2/+62
* [libc++][NFC] Update precondition comments when testing subspan assertionsLouis Dionne2023-04-112-6/+10
* [libc++][format] Improves tests.Mark de Wever2023-04-1119-99/+100
* [libc++] Move __errc to __system_error/errc.hNikolas Klauser2023-04-1012-12/+6
* [libc++] Granularize system_error.Mark de Wever2023-04-0916-10/+89
* [libc++] Implements isblank.Mark de Wever2023-04-091-0/+33
* [libc++][format] Addresses LWG3720.Mark de Wever2023-04-093-5/+204
* [libc++][format] range-default-formatter for strings.Mark de Wever2023-04-095-0/+702
* [libc++][spaceship] Implement `operator<=>` for `time_point`Hristo Hristov2023-04-092-0/+161
* [libc++] Remove <cstdlib> includesNikolas Klauser2023-04-098-39/+5
* [libc++][NFC] Only run the preprocessor in transitive_includes.sh.cppNikolas Klauser2023-04-081-120/+120
* [libc++][format] Implements formatter thread::id.Mark de Wever2023-04-0815-9/+476
* [libc++][chrono] Add sys_time formatter.Mark de Wever2023-04-083-1/+1138
* [libc++][format] Implements LWG3892.Mark de Wever2023-04-0814-77/+356
* [libc++] Reject standard attributes which are extensions in libcpp-uglify-att...Nikolas Klauser2023-04-071-10/+38
* [libc++][format] Use granularized charconv.Mark de Wever2023-04-076-7/+6
* [libc++] Qualifies intmax_t and uintmax_t.Mark de Wever2023-04-0723-113/+113
* [libc++][spaceship[NFC] P1614R2 `operator<=>` moves misplaced tests to correc...Hristo Hristov2023-04-014-0/+0
* [libc++] Systematically define a macro to check whether a feature is unavailableLouis Dionne2023-03-309-72/+76