summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/shared_ptr
Commit message (Expand)AuthorAgeFilesLines
* PR libstdc++/87278 restore support for std::make_shared<volatile T>()Jonathan Wakely2018-09-111-0/+26
* Add missing dg-require-cstdint directives to testsJonathan Wakely2018-07-262-0/+2
* Remove dg-require-cstdint directive from testsJonathan Wakely2018-07-261-1/+0
* PR libstdc++/86537 remove less<shared_ptr<T>> partial specializationJonathan Wakely2018-07-161-0/+69
* Update copyright years.Jakub Jelinek2018-01-0392-92/+92
* invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2017-09-154-4/+4
* Add std::get_deleter overload with correct signatureJonathan Wakely2017-06-161-0/+44
* Use pthread effective-target in testsuiteRainer Orth2017-06-153-6/+9
* Support move-only deleters in std::shared_ptr (LWG 2802)Jonathan Wakely2017-06-091-0/+51
* Add noexcept to shared_ptr owner comparisons (LWG 2873)Jonathan Wakely2017-06-051-0/+6
* PR libstdc++/80285 optimize std::make_shared for -fno-rttiJonathan Wakely2017-05-113-3/+114
* PR libstdc++/80229 restore support for shared_ptr<function type>Jonathan Wakely2017-03-281-0/+26
* Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely2017-03-221-0/+45
* PR libstdc++/79467 use lvalues in is_callable checkJonathan Wakely2017-02-111-0/+27
* Update copyright years.Jakub Jelinek2017-01-0185-85/+85
* Add array support to std::shared_ptr for C++17Jonathan Wakely2016-11-133-0/+363
* Prepare shared_ptr for array supportJonathan Wakely2016-10-205-5/+109
* Avoid #include <functional> in other headersJonathan Wakely2016-10-132-0/+2
* testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini2016-10-1245-140/+3
* Constrain std::shared_ptr assignment and resettingJonathan Wakely2016-08-315-20/+171
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2676-110/+88
* Simplify dg-options for tests using pthreadsJonathan Wakely2016-08-193-9/+6
* Define std::shared_ptr::weak_typeJonathan Wakely2016-08-033-2/+33
* Remove unused headers and variables from libstdc++ testsJonathan Wakely2016-08-012-22/+4
* Use std::mt19937, std::thread and std::atomic to simplify testsJonathan Wakely2016-07-252-120/+50
* Revert empty class parameter passing ABI changes.Jason Merrill2016-04-142-2/+2
* Adjust for new empty class parameter passing ABI.Jonathan Wakely2016-04-132-2/+2
* allocator_traits<allocator<T>> partial specializationJonathan Wakely2016-01-111-0/+8
* Update copyright years.Jakub Jelinek2016-01-0479-79/+79
* Relax Debug Mode assertions on operator-> for smart pointers.Jonathan Wakely2015-09-071-0/+13
* libstdc++: Run tests on RTEMSSebastian Huber2015-09-033-6/+6
* constexpr.cc: Remove redundant -save-temps option.Nikolai Bozhenov2015-08-051-1/+1
* Use atomics in guard.cc.Ramana Radhakrishnan2015-06-122-2/+2
* shared_ptr_base.h (__shared_count(unique_ptr&&)): Check for nullptr (LWG 2415).Jonathan Wakely2015-05-133-4/+16
* Update copyright years.Jakub Jelinek2015-01-0579-79/+79
* re PR libstdc++/58594 (std::make_shared does not accept const types as parame...Jonathan Wakely2014-12-122-2/+37
* std::shared_ptr atomic operationsJonathan Wakely2014-11-123-0/+133
* Implement resolutions of LWG 2399, 2400 and 2401.Jonathan Wakely2014-11-122-2/+2
* LWG DR 2315. weak_ptr should be movableJonathan Wakely2014-11-122-2/+2
* Add -Wno-deprecated to dg-options.Jonathan Wakely2014-11-125-5/+5
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-1665-69/+69
* alloc.cc: Fix use of test allocator.Jonathan Wakely2014-06-262-14/+2
* Makefile.am: Add new header.Jonathan Wakely2014-06-254-2/+58
* re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely2014-05-232-4/+4
* call.c (struct conversion_info): Rename 'from_type' to 'from'.Jason Merrill2014-05-143-3/+3
* re PR libstdc++/61036 (shared_ptr<void>(new T) rejected)Jonathan Wakely2014-05-021-0/+28
* re PR c++/60786 (In C++11 an explicit instantiation with an unqualified name ...Jonathan Wakely2014-04-152-11/+9
* re PR libstdc++/59656 (weak_ptr::lock function crashes when compiling with -f...Jonathan Wakely2014-01-282-2/+2
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0273-73/+73
* shared_ptr_base.h (_Sp_counted_base<_S_single>): Use non-atomic operations.Jonathan Wakely2013-11-182-2/+2