summaryrefslogtreecommitdiff
path: root/libcxx/test/utilities/memory/util.smartptr
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-11-18Add a test for LWG issue #2399. We already implement this, but now we have a ...Marshall Clow
2014-11-17Implement LWG2400 - 'shared_ptr's get_deleter() should use addressof()', and ...Marshall Clow
2014-11-04Actually mark the tests an unsupported with MSAN (not just ASAN)Eric Fiselier
2014-11-04Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier
2014-10-23Add support for "fancy" pointers to shared_ptr. Fixes PR20616Eric Fiselier
2014-10-23Fix a couple of failing tests for C++03 by checking for rvalue reference supp...Marshall Clow
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs
2014-03-05Update synposis in <memory> to show move semantics for weak_ptr; add tests fo...Marshall Clow
2013-12-03Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow
2013-03-23This is a start at making the libc++ test suite friendlier to the -fnoexcepti...Howard Hinnant
2013-02-06[tests] One last batch of XFAILs, for tests using new symbols added to libc++.Daniel Dunbar
2012-08-02Andrew Morrow: There are two tests under test/utilities/memory that heap allo...Howard Hinnant
2012-07-30Implement [util.smartptr.shared.atomic]. This is the last unimplementedHoward Hinnant
2012-02-21Modernize relational operators for shared_ptr and unique_ptr. This includes ...Howard Hinnant
2012-02-18Exercise rvalue arguements to make_shared for C++11 mode.Howard Hinnant
2011-07-18Adjust two tests to account for a nasty change in copying behaviorAlexis Hunt
2011-05-11Corrected some bugs in both memory and the tests. Preparing for being able t...Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-06-03[util.smartptr.hash]Howard Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant