summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2052-3504/+0
* Add a test for LWG issue #2399. We already implement this, but now we have a ...Marshall Clow2014-11-181-0/+9
* Implement LWG2400 - 'shared_ptr's get_deleter() should use addressof()', and ...Marshall Clow2014-11-171-0/+8
* Actually mark the tests an unsupported with MSAN (not just ASAN)Eric Fiselier2014-11-046-6/+6
* Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-046-0/+12
* Add support for "fancy" pointers to shared_ptr. Fixes PR20616Eric Fiselier2014-10-234-0/+212
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow2013-12-037-88/+6
* This is a start at making the libc++ test suite friendlier to the -fnoexcepti...Howard Hinnant2013-03-231-1/+6
* Andrew Morrow: There are two tests under test/utilities/memory that heap allo...Howard Hinnant2012-08-021-2/+0
* Modernize relational operators for shared_ptr and unique_ptr. This includes ...Howard Hinnant2012-02-211-0/+71
* Exercise rvalue arguements to make_shared for C++11 mode.Howard Hinnant2012-02-181-0/+11
* Adjust two tests to account for a nasty change in copying behaviorAlexis Hunt2011-07-184-0/+18
* Corrected some bugs in both memory and the tests. Preparing for being able t...Howard Hinnant2011-05-111-4/+4
* license changeHoward Hinnant2010-11-1650-100/+100
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-043-14/+14
* Fixing whitespace problemsHoward Hinnant2010-08-2250-50/+3137
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1150-50/+50
* libcxx initial importHoward Hinnant2010-05-1151-0/+155
OpenPOWER on IntegriCloud