aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test
AgeCommit message (Expand)AuthorFilesLines
2023-07-22[libc++][print] Adds stdout functions.Mark de Wever5-0/+188
2023-07-20[libc++][hardening] Don't trigger uncategorized assertions in the hardened mode.varconst52-55/+56
2023-07-20[libc++][ranges] Implement `ranges::to`.varconst20-273/+1375
2023-07-20[libc++][PSTL] Implement std::sortNikolas Klauser3-0/+137
2023-07-20[libc++] Make sure we use the libdispatch backend on Apple platformsLouis Dionne2-1/+20
2023-07-20[libc++][Modules] Make top level modules for all C++ headers with OS/clang ve...Ian Anderson20-127/+15
2023-07-20[libc++][NFC] Fix synopsis comments in cout testsLouis Dionne13-13/+13
2023-07-20[libc++][print] Disables tests with (hw)asan.Mark de Wever2-2/+2
2023-07-20[libc++][ranges] Implement P2474R2(`views::repeat`).yrong25-0/+1343
2023-07-20[ASan][libc++] Annotating std::deque with all allocatorsAdvenam Tacet2-1/+92
2023-07-20[libc++] Fix tests for the runtime assertions in <barrier>Edoardo Sanguineti2-6/+4
2023-07-19[libcxx] Fix copy_move.pass testHaowei Wu1-1/+1
2023-07-19[libc++] Revert "[libcxx] Fix copy_move.pass test"Louis Dionne1-1/+1
2023-07-19[libcxx] Fix copy_move.pass testHaowei Wu1-1/+1
2023-07-19[libc++][NFC] Fix annoying line break in test synopsis commentLouis Dionne1-2/+1
2023-07-19[libc++] Add basic runtime assertions to <semaphore>Edoardo Sanguineti3-0/+97
2023-07-19[libc++][print] Disables tests with msan.Mark de Wever2-0/+10
2023-07-19[libcxx] [test] Remove a stray double space from a test config. NFC.Andrew Ng1-1/+1
2023-07-18[libc++][test] Fixes transitives includes.Mark de Wever7-7/+0
2023-07-18[libc++][print] Fixes tests.Mark de Wever1-4/+4
2023-07-18[libc++][format] Fixes times before epoch.Mark de Wever3-0/+61
2023-07-18[libc++][format] Improves diagnostics.Mark de Wever30-1319/+1412
2023-07-18[libc++][format] Improves run-time diagnostics.Mark de Wever7-182/+188
2023-07-18[libc++][print] Adds FILE functions.Mark de Wever19-1/+1196
2023-07-18[libc++][LWG 2996] Implement c++20 shared_ptr rvalue overloads.pateldeev5-13/+73
2023-07-18[libc++][ranges] Implement the changes to node-based containers from P1206 (`...varconst46-272/+3716
2023-07-18[libc++][chrono] Fixes month inc and dec operations.Mark de Wever5-126/+133
2023-07-17[libc++] Remove broken self test for the libc++ Lit formatLouis Dionne1-11/+0
2023-07-17[libc++] Use _LIBCPP_VERBOSE_ABORT in a few remaining __throw_FOO functionsLouis Dionne7-23/+0
2023-07-17[libc++][format] Fixes an off by one error.Mark de Wever1-0/+397
2023-07-17[libc++] Remove internal "build-with-external-thread-library" configurationLouis Dionne1-9/+0
2023-07-16[libc++] Implement stringstream members of P0408R7 (Efficient Access to basic...Piotr Fusik9-0/+395
2023-07-16[libc++] Implement ostringstream members of P0408R7 (Efficient Access to basi...Piotr Fusik9-0/+395
2023-07-16[NFC][libc++] Fixes some comments.Mark de Wever1-1/+1
2023-07-15[libc++] Adds a missing include.Mark de Wever7-0/+7
2023-07-15[libc++][tests] Fix a test testing wrong classPiotr Fusik1-11/+10
2023-07-15[NFC][libc++][bitset] Refactors constructors.Mark de Wever8-0/+10
2023-07-15[libc++] add basic runtime assertions to <barrier>Edoardo Sanguineti2-0/+90
2023-07-15[libc++][chrono] Fixes formatter duration.Mark de Wever1-0/+16
2023-07-15[libc++] Fixes thread::id's operator<<.Mark de Wever1-3/+92
2023-07-14[libc++][hardening] Deprecate `_LIBCPP_ENABLE_ASSERTIONS`.varconst106-220/+154
2023-07-14[libc++][mdspan] Implement default_accessorChristian Trott7-0/+343
2023-07-14[libcxx] [test] Skip timezone formatting tests on WindowsMartin Storsjö2-36/+8
2023-07-14[libc++] Implement istringstream members of P0408R7 (Efficient Access to basi...Piotr Fusik9-0/+395
2023-07-13[libc++] Fix filesystem tests on platforms that don't have IOLouis Dionne9-101/+90
2023-07-12[libc++][PSTL] Add a GCD backendNikolas Klauser3-4/+66
2023-07-12[libc++] add test for latch ctorEdoardo Sanguineti1-0/+35
2023-07-12[libc++] mark barrier constructor as explicit in <barrier>Edoardo Sanguineti1-0/+22
2023-07-12[libc++] Stop running backdeployment CI on macOS 10.9Louis Dionne16-0/+48
2023-07-12[libc++][hardening][NFC] Add macros to enable hardened mode.varconst20-3/+310