6
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 22 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[libc++] Explicitly cast in generate_canonical More... over 4 years ago
[libcxx] Fix build breakage on mips More... over 4 years ago
Provide a meaningful diagnostic when LLVM_PATH doesn't point to a directory More... over 4 years ago
[libc++] Add XFAIL for is_base_of test on AppleClang 11 More... over 4 years ago
[libc++] reverts commit a5f5aad568bb7a91ceee47641f3076ac339ef8c7. More... over 4 years ago
Fix thread comparison by making sure we never pass our special 'not a thread' value to the underlying implementation. Fixes PR#42918. More... over 4 years ago
[libc++] Mark <chrono> test as unsupported on AppleClang 9 More... over 4 years ago
[libc++] Mark std::tuple CTAD test as failing on AppleClang 9 More... over 4 years ago
This commit removes std::shared_ptr::make_shared and std::shared_ptr::allocate_shared as they are not part of the standard. This commit also adds the helper function "__create_with_cntrl_block" which std::allocate_shared and std::make_shared have been updated to use. More... over 4 years ago
[libc++] Enable <chrono> ""d and ""y literals for AppleClang 10 and up More... over 4 years ago
[libc++] Do not define _LIBCPP_CLANG_VER for non-LLVM Clang More... over 4 years ago
Rework recursive_timed_mutex so that it uses __thread_id instead of using the lower-level __libcpp_thread_id. This is prep for fixing PR42918. Reviewed as https://reviews.llvm.org/D65895 More... over 4 years ago
[libc++] Mark two <chrono> tests as unsupported on AppleClang 11 More... over 4 years ago
[libc++] Always build with -fvisibility=hidden More... over 4 years ago
[libc++] Fix incorrect UNSUPPORTED annotation More... over 4 years ago
[libc++] Use [[nodiscard]] for lock_guard, as an extension More... over 4 years ago
[libc++] Implement CTAD for std::tuple More... over 4 years ago
Improve codegen for deque. More... over 4 years ago
[libc++] Fix environment variable passing in libc++'s `SSHExecutor` `lit` utility More... over 4 years ago
Implement hh_mm_ss from P1466R3. Reviewed as https://reviews.llvm.org/D65365. More... over 4 years ago
[pstl] Add a __pstl_config_site header to record the CMake configuration More... over 4 years ago
Revert "[libc++] Take 3: Do not cleverly link against libc++abi just because it happens to be there" More... over 4 years ago
[libc++] Remove temporary hack for D63883 More... over 4 years ago
[libc++] Take 3: Do not cleverly link against libc++abi just because it happens to be there More... over 4 years ago
[pstl][libc++] Provide uglified header names for interface headers More... over 4 years ago
[libc++] Use the monorepo for the back-deployment testing scripts More... over 4 years ago
[libc++] Use the monorepo in the macos-trunk CI script More... over 4 years ago
[libc++] Accept any non-zero return for .fail.cpp tests More... over 4 years ago
[libc++] Take 2: Integrate the PSTL into libc++ More... over 4 years ago
Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides." More... over 4 years ago