| Commit message (Expand) | Author | Age | Files | Lines |
* | Move base::FreeDeleter into its own header. | dcheng | 2016-03-26 | 3 | -15/+26 |
* | Remove even more headers from base/memory/scoped_ptr.h | dcheng | 2016-03-25 | 1 | -4/+0 |
* | Remove more headers from base/memory/scoped_ptr.h | dcheng | 2016-03-25 | 1 | -3/+0 |
* | mac: Only use Mach shared memory. | erikchen | 2016-03-24 | 1 | -45/+1 |
* | Add sharing flag to file open during unsafe image test. | forshaw | 2016-03-18 | 1 | -2/+2 |
* | base: Remove some unnecessary const scoped_refptr<>&. | vmpstr | 2016-03-18 | 1 | -6/+4 |
* | Trim some headers from base/memory/scoped_ptr.h | dcheng | 2016-03-17 | 1 | -3/+0 |
* | base: Make RefCountedBytes::TakeVector return ref ptr instead of raw ptr | vmpstr | 2016-03-16 | 2 | -3/+4 |
* | Use std::is_base_of to assert WeakPtr is used correctly | tzik | 2016-03-16 | 2 | -5/+4 |
* | Remove overloads for comparing std::unique_ptr to std::nullpt_t. | dcheng | 2016-03-15 | 1 | -40/+0 |
* | Remove legacy scoped_ptr implementation. | dcheng | 2016-03-15 | 2 | -1336/+3 |
* | Change scoped_ptr to a type alias for std::unique_ptr for OS_MACOSX | dcheng | 2016-03-12 | 1 | -1/+2 |
* | Change scoped_ptr to a type alias for std::unique_ptr for OS_ANDROID | dcheng | 2016-03-11 | 1 | -1/+1 |
* | Replace template_util.h stuff with C++11 <type_traits> | tzik | 2016-03-10 | 3 | -18/+12 |
* | Fix compilation error with older versions of libstdc++ | kmackay | 2016-03-09 | 1 | -1/+1 |
* | Change scoped_ptr to a type alias for std::unique_ptr on OS_WIN | dcheng | 2016-03-08 | 2 | -11/+1 |
* | Retire scoped_ptr_unittest.nc | tzik | 2016-03-05 | 1 | -119/+0 |
* | Remove Pass() helper from base/move.h. | dcheng | 2016-03-04 | 1 | -19/+0 |
* | Change scoped_ptr to be a type alias for std::unique_ptr on OS_LINUX. | dcheng | 2016-03-03 | 2 | -25/+64 |
* | Convert Pass()→std::move() on Windows | dcheng | 2016-03-02 | 1 | -1/+2 |
* | base: Avoid calling VirtualAlloc with 0 length. | reveman | 2016-03-01 | 2 | -1/+5 |
* | Added support for move-only types to SmallMap. | btolsch | 2016-02-29 | 1 | -2/+6 |
* | Use DCHECK instead of <assert.h> in scoped_ptr.h. | nick | 2016-02-25 | 1 | -5/+5 |
* | Remove stale comment for scoped_refptr comparison operators. | dcheng | 2016-02-24 | 1 | -2/+0 |
* | Document use of "Safe Bool Idiom" in base/memory/pointer types. | scheib | 2016-02-23 | 6 | -30/+151 |
* | content: Avoid crashing in release builds when allocating 0 bytes of discarda... | reveman | 2016-02-23 | 2 | -8/+27 |
* | Prevent handle truncation warning in 64-bit VS 2015 builds | brucedawson | 2016-02-20 | 1 | -1/+2 |
* | base: Fix clang warning in newly added unit test. | erikchen | 2016-02-19 | 1 | -1/+1 |
* | base: Create file mappings with reduced access control permissions. | erikchen | 2016-02-19 | 2 | -4/+258 |
* | base: Add missing copy ctors where appropriate. | vmpstr | 2016-02-18 | 2 | -0/+3 |
* | Expand base::Tuple to std::tuple in a class template specialization | tzik | 2016-02-11 | 1 | -3/+3 |
* | ShareMemory::DuplicateHandle() should have same semantics on all OSes. | erikchen | 2016-02-08 | 2 | -3/+8 |
* | base: Fix copy contructor in SharedMemoryHandle. | erikchen | 2016-02-03 | 1 | -1/+1 |
* | Enable attachment brokering of SharedMemoryHandle on Windows. | erikchen | 2016-02-03 | 4 | -27/+2 |
* | Add member ownership_passes_to_ipc_ to SharedMemoryHandle on windows. | erikchen | 2016-02-01 | 4 | -3/+31 |
* | Revert of Enable attachment brokering of SharedMemoryHandle on Windows. (patc... | erikchen | 2016-01-30 | 4 | -2/+27 |
* | Enable attachment brokering of SharedMemoryHandle on Windows. | erikchen | 2016-01-19 | 4 | -27/+2 |
* | Reland of move Pass on OS X. (patchset #1 id:1 of https://codereview.chromium... | dcheng | 2016-01-15 | 1 | -1/+1 |
* | Revert of Remove Pass on OS X. (patchset #1 id:1 of https://codereview.chromi... | samuong | 2016-01-15 | 1 | -1/+1 |
* | Remove Pass on OS X. | dcheng | 2016-01-15 | 1 | -1/+1 |
* | Update an error message expectation on base_nocompile_test | tzik | 2016-01-12 | 1 | -1/+1 |
* | Change GotDataCallback to scoped_refptr<base::RefCountedMemory> | estade | 2016-01-07 | 2 | -3/+4 |
* | base: Update comment about access control of ref-counted classes' dtor | hashimoto | 2016-01-07 | 1 | -1/+1 |
* | Remove Pass on CrOS. | dcheng | 2016-01-07 | 1 | -1/+1 |
* | Reland of move Pass() on Android. (patchset #1 id:1 of https://codereview.chr... | dcheng | 2016-01-06 | 1 | -1/+1 |
* | Revert of Remove Pass() on Android. (patchset #1 id:1 of https://codereview.c... | msramek | 2016-01-06 | 1 | -1/+1 |
* | Fix no-compile base_unittests for base::Pass() -> std::move conversion | tzik | 2016-01-05 | 1 | -6/+9 |
* | Remove Pass() on Android. | dcheng | 2015-12-31 | 1 | -1/+1 |
* | Remove Pass() on Linux. | Daniel Cheng | 2015-12-30 | 1 | -0/+3 |
* | Remove RefCountedMallocedMemory, it's not used. | thestig | 2015-12-29 | 3 | -50/+0 |