summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/memory
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20310-17003/+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-048-8/+8
* Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-048-0/+16
* Add support for "fancy" pointers to shared_ptr. Fixes PR20616Eric Fiselier2014-10-234-0/+212
* Fix a couple of failing tests for C++03 by checking for rvalue reference supp...Marshall Clow2014-10-232-3/+4
* Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow2014-10-181-6/+6
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-0511-0/+22
* test: Make it possible to opt in to use_clang_verify per testJustin Bogner2014-09-031-0/+2
* test: Allow using clang -verify for failures rather than exit 1Justin Bogner2014-09-031-2/+3
* Fix assignments that should be comparisons x3Eric Fiselier2014-08-232-2/+2
* Add return statement to a test class's assignment operator. Defect found by C...Eric Fiselier2014-08-231-1/+1
* Final bit for LWG #2263; test different allocator pointer types. Note that li...Marshall Clow2014-03-111-0/+116
* Update synposis in <memory> to show move semantics for weak_ptr; add tests fo...Marshall Clow2014-03-054-0/+65
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow2013-12-037-88/+6
* LWG Issue 2162: mark allocator_traits::maxsize as noexceptMarshall Clow2013-08-271-1/+7
* Implement n3656 - make_unique. Thanks to Howard for the review and suggestions.Marshall Clow2013-07-016-0/+146
* default_delete needs a static_assert against void types. I had previously th...Howard Hinnant2013-04-241-0/+24
* addressof misbehaving for type with an implicit conversion operator to char&....Howard Hinnant2013-04-161-0/+18
* This is a start at making the libc++ test suite friendlier to the -fnoexcepti...Howard Hinnant2013-03-231-1/+6
* [tests] One last batch of XFAILs, for tests using new symbols added to libc++.Daniel Dunbar2013-02-0610-0/+50
* Andrew Morrow: There are two tests under test/utilities/memory that heap allo...Howard Hinnant2012-08-022-4/+0
* Implement [util.smartptr.shared.atomic]. This is the last unimplementedHoward Hinnant2012-07-3011-0/+409
* Modernize relational operators for shared_ptr and unique_ptr. This includes ...Howard Hinnant2012-02-212-0/+142
* 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-112-5/+5
* LWG 1339Howard Hinnant2010-11-181-2/+3
* LWG 1404Howard Hinnant2010-11-182-2/+48
* license changeHoward Hinnant2010-11-16288-576/+576
* sync with N3126Howard Hinnant2010-09-0520-1431/+0
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-0430-122/+122
* Fixing whitespace problemsHoward Hinnant2010-08-22304-309/+15523
* US 108, N3109Howard Hinnant2010-08-211-1/+1
* US 107Howard Hinnant2010-08-1919-19/+19
* [util.smartptr.hash]Howard Hinnant2010-06-032-0/+2
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11305-305/+305
* libcxx initial importHoward Hinnant2010-05-11307-0/+1976
OpenPOWER on IntegriCloud