aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-17[libc++] Implement P2467R1: Support exclusive mode for fstreamsPragmaTwice14-12/+416
2023-11-17[runtimes][NFC] Remove trailing whitespaceLouis Dionne1-2/+2
2023-11-17[libc++] Fix char_traits deprecation message (LLVM 18 -> 19) (#72690)Louis Dionne1-1/+1
2023-11-17Add libc++ github actions workflow to replace buildkite (#71836)Eric1-278/+0
2023-11-16[libc++][NFC] Fix include guard for simd helper headerLouis Dionne1-3/+3
2023-11-16[NFC] Remove outdated comment (#72591)Tacet1-1/+0
2023-11-16[libc++] Fixes lit portability issues. (#72435)Mark de Wever1-2/+2
2023-11-16[runtimes] Add TODO about CXX_STANDARD_REQUIRED being off after review commentLouis Dionne1-1/+1
2023-11-16Refactor dockerfile to support Buildkite AND Github Actions (#71954)Eric4-182/+287
2023-11-16[NFC][libc++] Fixes double space in comment.Mark de Wever1-1/+1
2023-11-16[libc++] Fix minor formatting error in test/support/counting_projection.h (#7...Will Hawkins1-1/+1
2023-11-16[libc++][doc] Updates format status page.Mark de Wever1-0/+3
2023-11-16[libc++] Adds tests for deprecation macros. (#72425)Mark de Wever1-0/+12
2023-11-16[libc++] Update status after the Kona meeting. (#72421)Mark de Wever25-65/+1563
2023-11-15P1957R2: remove special-case for booleans in std::variant (#71502)David Benjamin6-27/+28
2023-11-15[libc++] Extend is_trivially_equality_comparable to integral types with the s...philnik7773-3/+42
2023-11-14[libc++] Optimize for_each for segmented iteratorsNikolas Klauser7-61/+155
2023-11-14[libc++][test] Don't use `__libcpp_is_constant_evaluated` in tests (#72226)S. B. Tam2-3/+3
2023-11-13Attempt entire rewrite of buildkite pipeline using anchors. (#71624)Eric1-1053/+476
2023-11-13[libc++] Readd _LIBCPP_CONSTINITNikolas Klauser2-0/+9
2023-11-13[libc++][NFC] Remove a few unused macros from <__config>Nikolas Klauser3-26/+0
2023-11-13[libc++] Remove _LIBCPP_HAS_NO_FGETPOS_FSETPOS (#72073)Louis Dionne6-43/+0
2023-11-12[libcxx][test] std::array::iterator are not pointers by C++ standard (#70729)Duo Wang40-196/+200
2023-11-11[libc++][NFC] Fix license comment typoLouis Dionne1-1/+1
2023-11-10Rehome libcxx-builder docker image & attempt gentler termination. (#71604)Eric4-13/+24
2023-11-10[libc++] Update Clang version check in __config (#71849)Louis Dionne1-2/+2
2023-11-09[runtimes] Add a qemu-system executor script (#68643)Alexander Richardson1-0/+72
2023-11-09[libc++] Remove outdated _LIBCPP_CLANG_VER check (#71759)Louis Dionne2-6/+5
2023-11-09[libc++][AIX] Adjust support of timespec_get test (#71827)Jake Egan1-2/+3
2023-11-08[libc++][ASan] Removing clang version checks (#71673)Tacet4-13/+4
2023-11-08[libc++][hardening] Rework macros for enabling the hardening mode. (#70575)Konstantin Varlamov149-524/+363
2023-11-08[libc++][CI] Adds a new CMake version in Docker. (#71582)Mark de Wever1-1/+6
2023-11-08Implement syncstream (p0053)Mark de Wever59-27/+3772
2023-11-07[libc++][hardening] Add `_LIBCPP_ASSERT_NON_NULL` to check for null pointers ...Konstantin Varlamov10-76/+85
2023-11-06[libc++] Make sure ranges algorithms and views handle boolean-testable correc...Louis Dionne35-459/+562
2023-11-06[libc++][NFC] Make data members of counted_iterator private (#70491)Louis Dionne1-3/+6
2023-11-05[libc++] Implement std::experimental::observer_ptrZoe Carver28-1/+1243
2023-11-05[libc++] Handle threads-related .cpp files like we do all other source files ...Louis Dionne12-118/+100
2023-11-05[libc++] Guard the whole print.cpp file with _LIBCPP_WIN32API (#71122)Louis Dionne1-6/+6
2023-11-05[libc++] Improve tests for std::find_if and std::find_if_not (#71192)Louis Dionne3-62/+82
2023-11-05[libc++] Bump the C++ Standard used to compile the dylib to C++23 (#66824)Louis Dionne3-8/+9
2023-11-05[libc++][format] Fix a missing include in `<format>` tests. (#71252)Konstantin Varlamov1-1/+2
2023-11-03[libc++][Android] Explicitly declare low-level lib existence (#70534)Ryan Prichard1-0/+4
2023-11-03[libc++] Remove legacy feature suse-linux-enterprise-server-11 (#71103)Louis Dionne2-2/+0
2023-11-03[libc++][hardening] Add tests for the hardened mode with ABI breaks. (#71020)Konstantin Varlamov6-4/+31
2023-11-02[libc++][hardening] Clean up some legacy debug mode tests: (#71016)Konstantin Varlamov8-138/+8
2023-11-01[libc++] Fix another potentially flaky atomic test. (#71011)Konstantin Varlamov1-4/+10
2023-11-01[libc++] Remove availability annotations which can never be triggered (#69226)philnik777152-630/+101
2023-11-01[libc++] Add a %{verify} substitution (#70878)Louis Dionne2-11/+35
2023-11-01[libc++] <experimental/simd> Add default constructor for class simd/simd_mask...ZhangYin5-0/+237