summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/shared_ptr/cons
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-1636-36/+36
* libstdc++: Fix -Wsystem-headers warnings in testsJonathan Wakely2022-11-081-0/+2
* libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović2022-10-0332-0/+32
* libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely2022-05-051-0/+4
* libstdc++: Fix typo in commentJonathan Wakely2022-01-211-1/+1
* Update copyright years.Jakub Jelinek2022-01-0336-36/+36
* libstdc++: Add testsuite proc for testing deprecated featuresJonathan Wakely2021-08-033-0/+3
* libstdc++: Implement proposed resolution to LWG 3548Jonathan Wakely2021-05-102-1/+32
* libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely2021-05-101-1/+0
* Update copyright years.Jakub Jelinek2021-01-0436-36/+36
* Update copyright years.Jakub Jelinek2020-01-0136-36/+36
* Fix tests that fail without PCHJonathan Wakely2019-06-171-0/+1
* Fix broken shared_ptr testJonathan Wakely2019-05-242-11/+11
* LWG 2996 add rvalue overloads for shared_ptr aliasing and castingJonathan Wakely2019-05-232-10/+105
* PR c++/90047 - ICE with enable_if alias template.Jason Merrill2019-04-171-0/+1
* Update copyright years.Jakub Jelinek2019-01-0135-35/+35
* Update copyright years.Jakub Jelinek2018-01-0335-35/+35
* invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2017-09-152-2/+2
* Support move-only deleters in std::shared_ptr (LWG 2802)Jonathan Wakely2017-06-091-0/+51
* 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-0131-31/+31
* Add array support to std::shared_ptr for C++17Jonathan Wakely2016-11-132-0/+290
* Prepare shared_ptr for array supportJonathan Wakely2016-10-203-4/+66
* testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini2016-10-1215-48/+1
* Constrain std::shared_ptr assignment and resettingJonathan Wakely2016-08-312-4/+2
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2630-44/+34
* Define std::shared_ptr::weak_typeJonathan Wakely2016-08-032-2/+2
* 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-0430-30/+30
* 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-0530-30/+30
* 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-123-3/+3
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-1624-24/+24
* Makefile.am: Add new header.Jonathan Wakely2014-06-252-2/+2
* call.c (struct conversion_info): Rename 'from_type' to 'from'.Jason Merrill2014-05-141-1/+1
* re PR libstdc++/61036 (shared_ptr<void>(new T) rejected)Jonathan Wakely2014-05-021-0/+28
* 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-0229-29/+29
* shared_ptr_base.h (_Sp_counted_base<_S_single>): Use non-atomic operations.Jonathan Wakely2013-11-182-2/+2
* shared_ptr (__shared_ptr): Assert non-void pointer.Jonathan Wakely2013-10-303-2/+35
* re PR libstdc++/58839 (dereferencing void* in shared_ptr(unique_ptr&& u) cons...Jonathan Wakely2013-10-291-0/+29
* 58659.cc: Use VERIFY instead of aborting.Jonathan Wakely2013-10-091-2/+1