summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/unique_ptr
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Add testsuite proc for testing deprecated featuresJonathan Wakely2021-08-032-2/+4
* libstdc++: Revert changes to std::unique_ptr<T[]>::operator[] [PR 101271]Jonathan Wakely2021-07-021-18/+0
* libstdc++: Allow unique_ptr<Incomplete[]>::operator[] [PR 101236]Jonathan Wakely2021-06-283-10/+43
* libstdc++: Implement LWG 2762 for std::unique_ptr::operator*Jonathan Wakely2021-06-241-0/+43
* libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely2021-05-101-3/+2
* libstdc++: Remove redundant -std=gnu++17 option from algorithm testsJonathan Wakely2021-05-101-1/+0
* libstdc++: Only test writing to wostream if supported [PR 98725]Jonathan Wakely2021-01-181-0/+2
* Update copyright years.Jakub Jelinek2021-01-0456-56/+56
* libstdc++: AIX xfail for_overwrite.cc testcaseDavid Edelsohn2020-10-291-0/+1
* libstdc++: Implement std::make_unique_for_overwriteJonathan Wakely2020-10-193-2/+100
* libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely2020-07-311-1/+1
* libstdc++: Implement operator<< for std::unique_ptr (LWG 2948)Jonathan Wakely2020-06-081-0/+91
* libstdc++: Add comparison operators to std::unique_ptrJonathan Wakely2020-04-092-0/+186
* Library-side tests for parenthesized aggregate initVille Voutilainen2020-03-311-0/+46
* libstdc++: Fix regressions in unique_ptr::swap (PR 93562)Jonathan Wakely2020-02-041-0/+98
* Update copyright years.Jakub Jelinek2020-01-0149-49/+49
* PR libstdc++/91308 fix constraints on unique_ptr assignmentJonathan Wakely2019-07-311-0/+46
* LWG 2899 - Make is_move_constructible correct for unique_ptrJonathan Wakely2019-05-141-0/+54
* PR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugsJonathan Wakely2019-05-101-0/+90
* PR c++/90047 - ICE with enable_if alias template.Jason Merrill2019-04-172-0/+4
* Update copyright years.Jakub Jelinek2019-01-0146-46/+46
* PR libstdc++/87704 fix unique_ptr(nullptr_t) constructorsJonathan Wakely2018-10-231-0/+32
* Fix location of invocable check for unique_ptr deleterJonathan Wakely2018-09-181-0/+33
* Implement LWG 2905 changes to constrain unique_ptr constructorsJonathan Wakely2018-09-114-5/+88
* Update copyright years.Jakub Jelinek2018-01-0343-43/+43
* invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2017-09-151-1/+1
* Avoid deprecated warnings about std::auto_ptr in library headersJonathan Wakely2017-04-212-3/+3
* Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely2017-03-221-0/+36
* update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...Jakub Jelinek2017-01-261-1/+1
* Implement 2801, Default-constructibility of unique_ptr.Ville Voutilainen2017-01-044-11/+49
* Update copyright years.Jakub Jelinek2017-01-0141-41/+41
* Implement LWG 2766,Ville Voutilainen2016-12-011-0/+33
* Implement P0513R0, Poisoning the Hash.Ville Voutilainen2016-11-143-3/+26
* Split <functional> into smaller piecesJonathan Wakely2016-10-212-3/+3
* Move negative unique_ptr tests to new fileJonathan Wakely2016-10-192-26/+72
* PR77990 refactor unique_ptr to encapsulate tupleJonathan Wakely2016-10-193-3/+30
* PR77987 Fix unique_ptr<T[], D>::reset(U) for T != UJonathan Wakely2016-10-174-38/+45
* testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini2016-10-1216-39/+0
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2638-61/+41
* Update copyright years.Jakub Jelinek2016-01-0438-38/+38
* Implement N4089 Safe conversions in unique_ptr<T[]> (LWG 2118) and N4366 LWG ...Ville Voutilainen2015-08-086-26/+96
* constexpr.cc: Remove redundant -save-temps option.Nikolai Bozhenov2015-08-051-1/+1
* Update copyright years.Jakub Jelinek2015-01-0537-37/+37
* Add -Wno-deprecated to dg-options.Jonathan Wakely2014-11-122-2/+2
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-1626-26/+26
* limits: Remove stray semicolon.Paolo Carlini2014-10-153-3/+3
* call.c (struct conversion_info): Rename 'from_type' to 'from'.Jason Merrill2014-05-143-3/+2
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0237-37/+37
* shared_ptr (__shared_ptr): Assert non-void pointer.Jonathan Wakely2013-10-301-2/+2
* unique_ptr.h (make_unique): Declare inline.Jonathan Wakely2013-05-181-2/+2