summaryrefslogtreecommitdiffstats
path: root/base/memory
Commit message (Expand)AuthorAgeFilesLines
* Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...fischman@chromium.org2012-08-071-4/+0
* base: Fix minor warnings reported by cppcheck.tfarina@chromium.org2012-08-061-7/+9
* base: Suggest forward declare DefaultSingletonTraits in header files.tfarina@chromium.org2012-07-311-1/+2
* Upgrade AlignedMemory to support dynamic allocations.dalecurtis@chromium.org2012-07-263-6/+120
* base: Class member variables should be ended with trailing underscores.tfarina@chromium.org2012-07-241-35/+35
* Revert 147988 - Upgrade AlignedMemory to support dynamic allocations.acolwell@chromium.org2012-07-243-121/+7
* Upgrade AlignedMemory to support dynamic allocations.dalecurtis@chromium.org2012-07-233-7/+121
* Enable aligned_memory_unittest.cc on iOS.leng@chromium.org2012-07-201-3/+7
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-192-6/+21
* Second try of http://codereview.chromium.org/10698063/kaiwang@chromium.org2012-07-112-158/+292
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1116-16/+0
* Revert 145402 - Rename/re-comment tests and 2 new death tests for WeakPtrraymes@google.com2012-07-042-209/+137
* Rename/re-comment tests and 2 new death tests for WeakPtrkaiwang@chromium.org2012-07-042-137/+209
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-2/+9
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-06-262-4/+11
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-06-251-0/+4
* Fix scoped_ptr::Pass to not rely on undefined behaviordmichael@chromium.org2012-06-201-3/+18
* Add element_type in scoped_refptr.xhwang@chromium.org2012-06-191-0/+2
* Add make_scoped_ptr to scoped_ptr.hkalman@chromium.org2012-06-181-0/+8
* Add weak pointer static casting.gavinp@chromium.org2012-06-153-5/+211
* Use ScopedVector in RenderTextWin.asvitkine@chromium.org2012-06-041-0/+5
* Implement media::VideoDecodeAccelerator on Macsail@chromium.org2012-06-023-18/+39
* Revert "Implement media::VideoDecodeAccelerator on Mac"sail@chromium.org2012-06-023-39/+18
* Implement media::VideoDecodeAccelerator on Macsail@chromium.org2012-06-023-18/+39
* Let WeakPtrFactory operations fail once its dtor is calledoshima@chromium.org2012-05-181-0/+8
* Make ScopedGenericObj compile with strict warnings when used with non-pointers.thakis@chromium.org2012-05-161-3/+3
* Move RefCountedMemory Class to Base namespacesimon.hong81@gmail.com2012-05-022-6/+3
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-04-253-11/+9
* Move RefCountedStaticMemory to base namespacesimon.hong81@gmail.com2012-04-242-4/+4
* Move RefCountedBytes Class to base namespace.simon.hong81@gmail.com2012-04-202-6/+6
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-065-16/+15
* Make sure that scoped_ptr<> cannot be used with ref-counted objects.sergeyu@chromium.org2012-04-052-0/+36
* Go ahead and forward all the std::vector<> typedefs through ScopedVector. At...pkasting@chromium.org2012-03-261-2/+8
* Fix ScopedVector<T> passing via base::Bind()willchan@chromium.org2012-03-231-1/+41
* Add "reference" and "const_reference" typedefs to ScopedVector to enable it t...pkasting@chromium.org2012-03-211-0/+2
* Make WeakPtr::operator* return reference instead of pointerhashimoto@chromium.org2012-02-292-4/+6
* Fix weak_ptr's operator* implementation.mnaganov@chromium.org2012-02-242-3/+11
* Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySing...jbates@chromium.org2012-02-234-12/+170
* Update scoped_nsobject to be copyable.qsr@chromium.org2012-02-092-136/+160
* Add assert() for scoped_refptr<T>::operator->()akalin@chromium.org2012-01-311-1/+6
* Adding a scoped_nsprotocolqsr@chromium.org2012-01-271-1/+64
* Add scoped_ptr<>::PassAs<>().sergeyu@chromium.org2012-01-253-0/+66
* remove ; which breaks nacl_integration since they use -pedanticajwong@chromium.org2012-01-202-4/+4
* Transfer the C++03 move-only type emulation into base/move.h and also make Sc...ajwong@chromium.org2012-01-203-51/+81
* Allow construction and assignment of one scoped_ptr from another if the types...ajwong@chromium.org2012-01-112-6/+95
* Fix scoped_refptr assignment operator in the case of having it as a member.mnaganov@chromium.org2012-01-052-4/+33
* base::Bind: Remove scoped_callback_factory.h.jhawkins@chromium.org2012-01-031-133/+0
* base::Bind: Remove NewRunnableFunction.jhawkins@chromium.org2012-01-011-19/+9
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-222-12/+173
* Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t...jeremya@chromium.org2011-12-212-173/+12