aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2022-11-21Bump version to 15.0.6Tom Stellard1-1/+1
2022-11-15Bump version to 15.0.5llvmorg-15.0.5Tom Stellard1-1/+1
2022-11-10[CMake] Fix -Wstrict-prototypesSam James1-1/+1
2022-10-24Bump version to 15.0.4Tobias Hieta1-1/+1
2022-10-18[libc++] Fix std::function's handling of blocks under Objc ARCLouis Dionne3-4/+102
2022-10-10Bump version to 15.0.3Tobias Hieta1-1/+1
2022-09-30[libcxx] Make stdatomic.h work when included from a C source fileGergely Nagy3-14/+15
2022-09-26Bump version to 15.0.2Tobias Hieta1-1/+1
2022-09-23[libc++] Keep unary_function and binary_function in C++17 for one more releaseLouis Dionne3-5/+19
2022-09-19[libc++] Always query the compiler to find whether a type is always lockfreeLouis Dionne4-43/+26
2022-09-19[libcxx] Bump libc++ version to 15.0.1Tobias Hieta1-1/+1
2022-09-14[libc++][format] Updates feature-test macros.Mark de Wever5-20/+22
2022-09-04[DOCS] Minor fixes and removals of WIP warningsTobias Hieta1-7/+1
2022-09-01[SystemZ][z/OS] Account for renamed parameter name (libc++)Muiez Ahmed1-1/+1
2022-08-25[libc++] Add a missing assertion in std::span's constructorLouis Dionne5-3/+154
2022-08-15[libcxx] [doc] Remove a leftover tentative release noteMartin Storsjö1-5/+0
2022-08-15[libcxx] [test] Fix max_size.pass.cpp for PowerPC targetsAmy Kwan1-1/+7
2022-08-12[libcxx] [test] Merge the experimental-lib-exports testcases into static-lib-...Martin Storsjö4-30/+6
2022-08-12[libc++] Add missing includes of <cstddef>Louis Dionne4-0/+4
2022-08-12[libc++] Make __libcpp_verbose_abort [[noreturn]]Louis Dionne4-20/+15
2022-08-12[libc++][ranges] Sets ranges feature-test macro.Mark de Wever9-39/+42
2022-08-12[libc++][NFC] Fix signature of main in testLouis Dionne1-1/+1
2022-08-12[libc++] Add missing <stdbool.h> to the modulemapLouis Dionne1-1/+4
2022-08-10[libc++][format] Exposes basic-format-stringMark de Wever8-46/+203
2022-08-08[libc++] Allow enabling assertions when back-deployingLouis Dionne9-68/+94
2022-08-08[libc++][ranges][NFC] Mark the completed Ranges papers and issues as done.Konstantin Varlamov3-16/+16
2022-08-08[libc++][ranges][NFC] Make sure all implemented algorithms are enabled in "ro...Konstantin Varlamov7-17/+18
2022-08-08[libc++] Clarify comment in CI pipeline definitionLouis Dionne1-2/+2
2022-08-08[libc++][NFC] Remove outdated comment in CI pipeline definitionLouis Dionne1-2/+2
2022-08-08[libc++] Fix a hard error in `contiguous_iterator<NoOperatorArrowIter>`.Konstantin Varlamov2-2/+68
2022-08-08[libc++][ranges] Implement `ranges::is_permutation`Nikolas Klauser18-125/+601
2022-08-08[libc++][NFC] Remove rebase artifactIgor Zhukov1-1/+0
2022-08-08[libc++][ranges] Implement `ranges::clamp`Nikolas Klauser14-9/+241
2022-08-08[libc++][ranges] Implement `ranges::rotate`.Konstantin Varlamov21-149/+418
2022-08-08[libc++] Mark -fexperimental-library test as unsupported on another AppleClangLouis Dionne1-1/+1
2022-08-05[libc++] Simplify how we define the linker script for libc++Louis Dionne2-72/+24
2022-08-05[libc++] More documentation improvements about running testsLouis Dionne1-0/+6
2022-08-05[libc++][ranges] Implement `ranges::{prev, next}_permutation`.Nikolas Klauser18-51/+811
2022-08-05[libc++][test] Replace `_LIBCPP_STD_VER` with `TEST_STD_VER`cpplearner2-4/+4
2022-08-05[libc++][ranges] Implement `ranges::sample`.Konstantin Varlamov14-59/+542
2022-08-05[libc++][ranges] Implement `ranges::replace_copy{,_if}`.Nikolas Klauser15-90/+569
2022-08-05[libc++][ranges] Fix the return value of `{copy,move}_backward`.Konstantin Varlamov6-33/+31
2022-08-05[libc++][ranges] Implement `ranges::remove_copy{, _if}`.Nikolas Klauser15-84/+578
2022-08-05[libc++][test] Propagate host environment to libc++ test suiteMichał Górny2-0/+5
2022-08-05[libc++][NFC] Don't rely on `<algorithm>` transitively including `<memory>` i...Igor Zhukov1-0/+1
2022-08-05[libc++] Fix warning C4244 in std/numerics/rand/rand.dist/rand.dist.samp/rand...Igor Zhukov1-26/+39
2022-08-05[libc++] Update documentation on testing libc++Louis Dionne1-105/+17
2022-08-05[libcxx][test] Test code should inspect `TEST_STD_VER`, not `_LIBCPP_STD_VER`.Casey Carter2-3/+3
2022-08-05[libc++][format] Enables feature-test macro.Mark de Wever5-18/+17
2022-08-05[libc++][doc] Updates status documents.Mark de Wever2-2/+71