summaryrefslogtreecommitdiffstats
path: root/libcxx/include/memory
Commit message (Expand)AuthorAgeFilesLines
* Configure to get along with 2.9 clangHoward Hinnant2011-07-291-1/+1
* http://llvm.org/bugs/show_bug.cgi?id=10390Howard Hinnant2011-07-181-0/+6
* Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant2011-07-011-4/+169
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-67/+67
* Teach libc++ about the addressof() overloads it needs to work withDouglas Gregor2011-06-221-0/+40
* Provide names for template and function parameters in forward declarations. ...Howard Hinnant2011-06-141-3/+3
* Second try at getting noexcept on move and swap for deque. I changed std::al...Howard Hinnant2011-06-021-0/+2
* noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant2011-05-281-288/+414
* __invokable and __invoke_of now check for incomplete types and issue a compil...Howard Hinnant2011-05-221-4/+4
* Corrected some bugs in both memory and the tests. Preparing for being able t...Howard Hinnant2011-05-111-3/+3
* Qualify calls to addressof with std::. Bug 9106Howard Hinnant2011-02-021-2/+2
* fix guardHoward Hinnant2011-01-111-2/+2
* Add CMake build and fix major Linux blockers.Michael J. Spencer2010-12-101-2/+4
* N3142. Many of these traits are just placeholders with medium quality emulat...Howard Hinnant2010-11-191-3/+3
* LWG 1339Howard Hinnant2010-11-181-2/+4
* LWG 1404Howard Hinnant2010-11-181-9/+24
* license changeHoward Hinnant2010-11-161-2/+2
* Dave Zarzycki showed how the efficiency of shared_ptr could be significantlyHoward Hinnant2010-11-161-1/+1
* I have reverted all contributions made by Jesse Towner in revision 110724Howard Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-221-31/+104
* I am experimenting with putting visibility-default attributes on all struct/c...Howard Hinnant2010-09-101-1/+1
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-50/+50
* Fixing whitespace problemsHoward Hinnant2010-08-221-128/+124
* US 108, N3109Howard Hinnant2010-08-211-17/+2
* US 107Howard Hinnant2010-08-191-417/+326
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+14
* patch by Jesse Towner, and bug fix by Sebastian RedlHoward Hinnant2010-08-101-1/+1
* [util.smartptr.hash]Howard Hinnant2010-06-031-0/+36
* [rand.dist.bern.bin]. The evaluation function for this binomial distribution...Howard Hinnant2010-05-111-2/+0
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+3824
OpenPOWER on IntegriCloud