summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const
AgeCommit message (Expand)Author
2025-11-13[libc++] Simplify the implementation of the unique_ptr -> shared_ptr converti...Nikolas Klauser
2024-06-26"[libc++] Try again LWG3233 Broken requirements for shared_ptr converting con...Hui
2024-06-14[libc++] Revert LWG3223 Broken requirements for shared_ptr converting constru...Louis Dionne
2024-06-14[libc++] Revert temporary attempt to implement LWG 4110 (#95263)Louis Dionne
2024-06-11[libc++] Update with LWG issue number for shared-ptr constructorLouis Dionne
2024-06-11[libc++] Tweak how we check constraints on shared_ptr(nullptr_t) (#94996)Louis Dionne
2024-05-29[libc++][test] Close LWG3018 and add tests (#93047)Hui
2024-05-29[libc++] LWG3223 Broken requirements for shared_ptr converting constructors (...Hui
2023-11-27[libc++][test] Cleanup typos and unnecessary semicolons (#73435)Stephan T. Lavavej
2023-07-18[libc++][LWG 2996] Implement c++20 shared_ptr rvalue overloads.pateldeev
2023-07-03[libc++] Move all the remaining .fail.cpp tests to .verify.cppLouis Dionne
2023-02-11[libc++] fix `shared_ptr`'s incorrect constraintsHui
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser
2022-03-18[libc++] Make shared_ptr move unique_ptr's deleterAsher Mancinelli
2022-03-10[libc++] Add test coverage for std::shared_ptr<const T>Louis Dionne
2022-03-09Revert "[libc++] Remove extension to support allocator<const T>"Louis Dionne
2022-03-08[libc++] Remove extension to support allocator<const T>Louis Dionne
2022-03-03[libc++] Move several defines to ADDITIONAL_COMPILE_FLAGS in the test suiteLouis Dionne
2022-02-08[libcxx][test] Disable bad unique_ptr<T[]> to shared_ptr<U[]> conversion test...Casey Carter
2021-11-24[libc++] Fix two tests that were failing in freestanding modeLouis Dionne
2021-11-07[libc++] Make test_allocator constexpr-friendly for constexpr string/vectorNikolas Klauser
2021-10-25[libc++] LWG3001: add `remove_extent_t` to `weak_ptr::element_type`.Konstantin Varlamov
2021-10-19[libc++] [test] Add tests for converting array types in shared_ptr.Konstantin Varlamov
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne
2021-04-16[libc++] Fix LWG 2874: Constructor shared_ptr::shared_ptr(Y*) should be const...Louis Dionne
2021-04-08[libcxx] Allow shared_ptr's unique_ptr converting constructor to support arra...zoecarver
2021-03-23[libc++] Add missing test_macros.h include in tests using TEST_STD_VER.Marek Kurdej
2021-02-19[libcxx] Fix LWG 2875: shared_ptr::shared_ptr(Y*, D, […]) constructors shou...zoecarver
2021-02-18[libc++] shared_ptr deleter requirements (LWG 2802).zoecarver
2020-10-30[libc++] NFC: Fix several GCC warnings in the test suiteLouis Dionne
2020-09-21[libc++] Fix failures when running the test suite without RTTILouis Dionne
2020-08-12[libc++] Remove workarounds for missing rvalue referencesLouis Dionne
2020-08-01[libcxx] Add compatible with constraint tests for some shared_ptr constructors.zoecarver
2020-06-08[NFC] [libcxx] Remove shared_ptr's no-rvalue unique_ptr converting constructor.zoecarver
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-05-15Cleanup some test issues:Casey Carter
2020-05-12[libcxx] Re-commit: shared_ptr changes from library fundamentals (P0414R2).zoecarver
2020-05-11Revert "[libcxx] shared_ptr changes from library fundamentals (P0414R2)."zoecarver
2020-05-11[libcxx] shared_ptr changes from library fundamentals (P0414R2).zoecarver
2020-05-08[libcxx] Delete pointer in shared_ptr deduction test.zoecarver
2020-05-07[libcxx] Add deduction guides for shared_ptr and weak_ptrLogan Smith
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne
2020-04-07Reset more globalMemCounters.Dan Albert
2020-03-13Revert "Revert "Move more tests to globalMemCounter and reset.""Dan Albert
2020-03-13Revert "Move more tests to globalMemCounter and reset."Dan Albert
2020-03-12Move more tests to globalMemCounter and reset.Dan Albert
2020-02-20[libc++] Fix unqualified call to 'ref' inside shared_ptr(unique_ptr<U, D>)Logan Smith
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber