summaryrefslogtreecommitdiff
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
...
* [libc++][Modules] Add missing includes and exportsIan Anderson2023-05-0724-3/+86
* [libc++] test/libcxx/transitive_includes.sh.cpp dumps loads of unhelpful prep...Ian Anderson2023-05-071-120/+120
* Revert "[libc++] Soft-fail the two sanitizer jobs that have been failing in C...Mark de Wever2023-05-071-2/+0
* [libc++] Modernizes the forwarded ios headers.Mark de Wever2023-05-076-28/+28
* [libc++][ranges] Addresses LWG3759Mark de Wever2023-05-061-1/+1
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-05-061-1/+1
* [libc++][format] Fixes vector<bool> requirements.Mark de Wever2023-05-0612-26/+80
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-061-1/+1
* Revert "[2a/3][ASan][libcxx] std::deque annotations"Vitaly Buka2023-05-0659-800/+11
* [libc++][PSTL] Make the PSTL available by default under -fexperimental-libraryNikolas Klauser2023-05-0545-71/+105
* [clang][ci] Upload artifacts in a tarball to reduce size and avoid symlink is...Louis Dionne2023-05-051-4/+8
* [2a/3][ASan][libcxx] std::deque annotationsAdvenam Tacet2023-05-0559-11/+800
* [libc++] Remove Solaris related codeLouis Dionne2023-05-0518-477/+9
* [libc++][spaceship] Implement `operator<=>` for `optional`Hristo Hristov2023-05-056-79/+363
* [ASan][libcxx] Annotating std::vector with all allocatorsAdvenam Tacet2023-05-043-37/+128
* [ASan][libcxx] A way to turn off annotations for containers with a specific a...Advenam Tacet2023-05-042-0/+48
* [libc++][PSTL] Replace _PSTL_ASSERT with _LIBCPP_ASSERTNikolas Klauser2023-05-045-36/+37
* [libc++][test] Selects proper C++23 field.Mark de Wever2023-05-041-1/+19
* [libc++][PSTL] Move all the OpenMP conditionals into a single blockNikolas Klauser2023-05-041-25/+22
* [libc++][PSTL][NFC] Fix the naming in the SIMD backendNikolas Klauser2023-05-043-78/+81
* [libc++] Add missing test for std::hash<std::filesystem::path>Louis Dionne2023-05-043-1/+30
* [libc++][PSTL] Add design docsNikolas Klauser2023-05-032-0/+23
* [libc++][PSTL] Reduce the amount of transitive includesNikolas Klauser2023-05-0315-19/+25
* [libc++][chrono] Adds formatter local_time.Mark de Wever2023-05-038-2/+1127
* [libc++][test] Makes pthread a flag.Mark de Wever2023-05-034-8/+8
* [libc++] Formats the forwarded ios headers.Mark de Wever2023-05-037-68/+61
* [libc++] Make std::bind constexpr-friendlyLouis Dionne2023-05-037-103/+130
* [libc++] Soft-fail the two sanitizer jobs that have been failing in CI for a ...Louis Dionne2023-05-031-0/+2
* [libc++][PSTL] Remove configurations flagsNikolas Klauser2023-05-036-95/+11
* [clang] Build the ToT Clang in Release mode in the Clang/libcxx CI pipelineLouis Dionne2023-05-021-1/+4
* [libc++][PSTL] Fix nasty macros testNikolas Klauser2023-05-022-9/+6
* [libc++] Add _LIBCPP_HIDE_FROM_ABI to the unsequenced_policy constructorNikolas Klauser2023-05-021-1/+1
* [libc++][ranges] Fixes as_rvalue's linkage.Mark de Wever2023-05-021-1/+1
* [libc++][PSTL] Simplify pstl_config.hNikolas Klauser2023-05-011-142/+21
* [libc++][PSTL] Fix clang-tidyNikolas Klauser2023-05-017-76/+82
* [libc++][NFC] Fix typos in documentationLouis Dionne2023-05-011-3/+2
* [libc++][NFC] Fix synopsis in a few testsNikolas Klauser2023-05-013-7/+6
* [libc++][PSTL] Implement std::fill{,_n}Nikolas Klauser2023-05-018-110/+237
* [libc++][PSTL] Remove _PSTL_HIDE_FROM_ABI_{PUSH,POP} macrosNikolas Klauser2023-05-0121-87/+0
* [libc++] cuchar redeclares ::mbstate_t when it's in its own clang moduleIan Anderson2023-05-0110-20/+57
* [libc++][PSTL] Implement std::find{,_if,_if_not}Nikolas Klauser2023-05-0110-117/+355
* [clang] Temporarily enable debug output when uploading artifacts during CI jobsLouis Dionne2023-05-011-1/+1
* [libc++][PSTL] Implement std::for_each{, _n}Nikolas Klauser2023-04-308-29/+215
* [libc++] Fixes CI breakage.Mark de Wever2023-04-301-0/+1
* [libc++][format] Removes vector dependency.Mark de Wever2023-04-307-24/+81
* [libc++][PSTL] Implement std::{any, all, none}_ofNikolas Klauser2023-04-2933-149/+603
* [libc++][PSTL] Implement <execution> contentsNikolas Klauser2023-04-297-70/+218
* [libc++] Fix __verbose_abort in C++11Louis Dionne2023-04-281-1/+1
* [libc++] Clean up pair's constructors and assignment operatorsLouis Dionne2023-04-286-66/+584
* Fix EBO on std::optional and std::variant when targeting the MSVC ABIEric Fiselier2023-04-276-3/+59