summaryrefslogtreecommitdiffstats
path: root/src/memory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge to upstream r225300.Dan Albert2015-01-061-1/+1
* Merge to upstream r222492.Dan Albert2014-11-201-4/+6
* Get libc++ building for AndroidDan Albert2014-04-151-2/+2
* Switch to using C++ style casts.Joerg Sonnenberger2014-01-041-1/+1
* This should be nothing but a load-time optimization. I'm trying to reduce lo...Howard Hinnant2013-03-161-1/+9
* Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant2012-10-301-3/+3
* Patch contributed by Dev Dude for mingw64 port.Howard Hinnant2012-08-191-0/+3
* Despite my pathological distrust of spin locks, the number just don't lie. I...Howard Hinnant2012-07-301-2/+13
* Implement [util.smartptr.shared.atomic]. This is the last unimplementedHoward Hinnant2012-07-301-0/+35
* Appy constexpr to <memory>. Picked up a few missing noexcepts as well.Howard Hinnant2012-07-071-0/+1
* Fix memory leak in converting weak_ptr to shared_ptrHoward Hinnant2011-12-271-3/+0
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-1/+1
* noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant2011-05-281-13/+13
* license changeHoward Hinnant2010-11-161-2/+2
* Dave Zarzycki showed how the efficiency of shared_ptr could be significantlyHoward Hinnant2010-11-161-4/+7
* Fixing whitespace problemsHoward Hinnant2010-08-221-2/+1
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+4
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-46/+7
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+201