index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
containers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to standard integer types in base/.
avi
2015-12-26
9
-42
/
+54
*
MRUCacheBase - Added Swap method to exchange contents of two MRUCache
rtenneti
2015-12-18
2
-0
/
+113
*
Kill ScopedPtrMap and friends
limasdf
2015-12-02
2
-390
/
+0
*
base: Make ScopedPtrMap use DISALLOW_COPY_AND_ASSIGN
danakj
2015-12-01
2
-32
/
+3
*
base: Use std::move() instead of Pass() for real movable types.
danakj
2015-11-25
3
-8
/
+8
*
Switch to static_assert in base/.
avi
2015-11-24
2
-2
/
+2
*
Replace base::HashPair macros with a templated function.
amistry
2015-11-24
1
-49
/
+8
*
ScopedVector and ScopedPtrMap: Added deprecation notice.
mgiuca
2015-11-12
1
-0
/
+3
*
Change ScopedPtr(Hash)Map to make qualified calls to ignore_result().
sammc
2015-11-02
4
-2
/
+36
*
Extend base::Reversed to support iterating arrays
mdempsky
2015-10-15
2
-2
/
+37
*
Fix ScopedPtrMap with custom Compare.
pneubeck
2015-09-09
2
-8
/
+23
*
Moved ScopedPtrMap into base namespace.
mgiuca
2015-06-24
2
-0
/
+6
*
ScopedPtrMap: Added Compare template parameter.
mgiuca
2015-06-16
2
-2
/
+19
*
Added ScopedPtrMap class, for maps that contain scoped_ptr values.
mgiuca
2015-06-11
2
-0
/
+361
*
base: Remove the remaining usage of GG_(U)INTn_C macros.
tfarina
2015-05-18
1
-3
/
+4
*
Reland "Enable libc++ on Android"
jdduke
2015-05-05
1
-8
/
+0
*
Change ScopedPtrHashMap's 2nd template parameter
kcwu
2015-04-28
2
-20
/
+120
*
base: Remove non-const refs from the MRUCache implementation.
danakj
2015-03-09
1
-5
/
+2
*
base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes.
danakj
2015-03-07
1
-0
/
+1
*
base: Add/Fix namespace closing comments.
danakj
2015-03-07
1
-1
/
+1
*
Revert of Enable libc++ on Android (patchset #16 id:460001 of https://coderev...
jam
2015-02-07
1
-3
/
+3
*
Enable libc++ on Android
jdduke
2015-02-06
1
-3
/
+3
*
Align base::hash_map with C++11, part 2.
davidben
2014-10-24
3
-38
/
+104
*
Align base::hash_map with C++11, part 1.
davidben
2014-10-11
1
-0
/
+11
*
Add base::Reversed() as an adapter for range-based for loops in reverse
mdempsky
2014-09-29
2
-0
/
+90
*
Create WebSocketTransportClientSocketPool
ricea@chromium.org
2014-06-24
2
-1
/
+60
*
Redo escaping in GN.
brettw@chromium.org
2014-06-05
1
-0
/
+7
*
Shift by the right number of bytes when grabbing the high 32 bits.
danakj@chromium.org
2014-02-26
1
-2
/
+2
*
[Base] Add typedefs to ScopedPtrHashMap
tzik@chromium.org
2014-02-24
1
-0
/
+3
*
[Base] Refactor ScopedPtrHashMap
tzik@chromium.org
2014-02-21
1
-21
/
+18
*
Fix incorrect assumption in IDMap and SmallMap tests.
earthdok@chromium.org
2014-01-23
1
-17
/
+8
*
Move more uses of string16 to specify base::
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Add discardable memory emulation for non-android/mac platforms
vollick@chromium.org
2013-10-30
1
-2
/
+7
*
Remove incorrect const qualifier from resize().
tomhudson@chromium.org
2013-09-04
1
-1
/
+1
*
So that ScopedPtrHashMap can be used by user outside of cc.
powei@chromium.org
2013-08-30
1
-0
/
+157
*
Extract pair hash functions so that they can be re-used outside of hash tables
piman@chromium.org
2013-08-08
1
-86
/
+85
*
Move hash_pair.h from cc/base into base/.
nasko@chromium.org
2013-06-20
2
-0
/
+198
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
3
-3
/
+3
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-11
2
-3
/
+3
*
Move hash_tables.h to base/containers.
brettw@chromium.org
2013-06-10
1
-0
/
+120
*
Fix BufferAlignment build issue for Android x86
james.wei@intel.com
2013-01-30
1
-1
/
+1
*
Fix BufferAlignment test on ARM linux.
sbc@chromium.org
2013-01-24
1
-3
/
+4
*
Add missing, and remove unnecessary, 'explicit' from constructors. (base/)
hans@chromium.org
2013-01-15
1
-1
/
+2
*
Move mru_cache to the new containers subdirectory.
brettw@chromium.org
2012-11-13
2
-0
/
+576
*
Move stack_container and linked_list to the new containers subdirectory.
brettw@chromium.org
2012-11-10
4
-0
/
+825
*
Add a SmallMap to base for small map lookups.
brettw@chromium.org
2012-11-09
2
-0
/
+1143