summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp
AgeCommit message (Expand)Author
2025-11-13[libc++] Simplify the implementation of the unique_ptr -> shared_ptr converti...Nikolas Klauser
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-02-08[libcxx][test] Disable bad unique_ptr<T[]> to shared_ptr<U[]> conversion test...Casey Carter
2021-04-08[libcxx] Allow shared_ptr's unique_ptr converting constructor to support arra...zoecarver
2020-10-30[libc++] NFC: Fix several GCC warnings in the test suiteLouis Dionne
2020-06-08[NFC] [libcxx] Remove shared_ptr's no-rvalue unique_ptr converting constructor.zoecarver
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-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
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-03-23Silence a couple of 'unused variable' warnings in c++03 tests. No functional ...Marshall Clow
2016-11-14Protect smart-pointer tests under no exceptionsRoger Ferrer Ibanez
2016-06-22Make shared_ptr constructor tests use count_new.hppEric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2015-05-10Fix for LWG Issue 2415: Inconsistency between unique_ptr and shared_ptrMarshall Clow
2015-03-10Use generic feature name for sanitizers that replace new and deleteEric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier