Sign in
chromium
/
chromium
/
src
/
fc443126af3f424433b8d7c9b0194e83b6dba021
/
base
/
containers
16289b3e
Use C++11 alignment primitives
by brettw
· 8 years ago
d606a2c
Fix comment in flat_set.h documentation.
by kylechar
· 8 years ago
154dc49
Add range insertion for base::flat_tree
by jdoerrie
· 8 years ago
e01cd8a
Removing (dest != prev) check from LastUnique algorithm.
by dyaroshev
· 8 years ago
c47196bd
Fix a compile error
by phajdan.jr
· 8 years ago
1ce49f6
Replace uses of hash_map in //base
by brettw
· 8 years ago
7dacd222
Container guide
by Brett Wilson
· 8 years ago
16a737c
Remove warning about std::map::emplace
by jdoerrie
· 8 years ago
ca2ec763
Improvements to uses of base::SmallMap
by brettw
· 8 years ago
eacc100
Remove base::StackString.
by brettw
· 8 years ago
5c72fda
Make flat containers stable, allow constructing from vector.
by brettw
· 8 years ago
f7d92cf
Change flat_tree::unsafe_emplace to actually emplace
by jdoerrie
· 8 years ago
b2f3077
Fix compilation issue with base::flat_map.
by dalecurtis
· 8 years ago
14d16f0e
Remove TODO from base/containers/mru_cache.h.
by pwnall
· 8 years ago
9816813
Add a flat_map container.
by brettw
· 8 years ago
5f0ff798
Implementing erase/erase_if functions from library fundamentals ts:
by dyaroshev
· 8 years ago
038533f
base: Add comments warning about using insert() a lot on flat_set.
by danakj
· 9 years ago
db07be4d
This patch introduces base::flat_set class in chromium.
by dyaroshev
· 9 years ago
3cf3577
Remove base::ScopedPtrHashMap.
by avi
· 9 years ago
b36da9d
Allow custom comparators for the MRUCache
by rsleevi
· 9 years ago
72d3b88
Remove stl_util's STLDeleteContainerPointers.
by avi
· 9 years ago
6b0d29ef
Clean up my TODO comments in SmallMap and Time.
by brettw
· 9 years ago
ec7c3997e
Re-write many calls to WrapUnique() with MakeUnique()
by ricea
· 9 years ago
cf9519fa
Remove unneeded base/stl_util.h includes in headers.
by thestig
· 9 years ago
7fc4848
Fix segfault in LatencyInfo::RemoveLatency
by svartmetal
· 9 years ago
e5b5786
Improve grammar in some comments.
by thakis
· 9 years ago
093de9b
Convert //base to use std::unique_ptr
by dcheng
· 9 years ago
aaab4d1
base: Remove OwningMRUCache in favor of scoped_ptrs in MRUCache
by vmpstr
· 9 years ago
b7987d93
base: Update MRUCache to allow to use unordered_map and custom hashers.
by vmpstr
· 9 years ago
0b80170
Added support for move-only types to SmallMap.
by btolsch
· 9 years ago
411d3f7
Allow std::unordered_*.
by davidben
· 10 years ago
021a2b4
Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://codereview.chromium.org/1502373009/ )
by davidben
· 10 years ago
3f37f7f1
Allow std::unordered_*.
by davidben
· 10 years ago
9b6f4293
Switch to standard integer types in base/.
by avi
· 10 years ago
105685d
MRUCacheBase - Added Swap method to exchange contents of two MRUCache objects.
by rtenneti
· 10 years ago
93f5236
Kill ScopedPtrMap and friends
by limasdf
· 10 years ago
ca21b9b
base: Make ScopedPtrMap use DISALLOW_COPY_AND_ASSIGN
by danakj
· 10 years ago
0c8d4aa
base: Use std::move() instead of Pass() for real movable types.
by danakj
· 10 years ago
4ec0dff
Switch to static_assert in base/.
by avi
· 10 years ago
07ece06
Replace base::HashPair macros with a templated function.
by amistry
· 10 years ago
e4c2c5e
ScopedVector and ScopedPtrMap: Added deprecation notice.
by mgiuca
· 10 years ago
40d9ba6
Change ScopedPtr(Hash)Map to make qualified calls to ignore_result().
by sammc
· 10 years ago
1379782
Extend base::Reversed to support iterating arrays
by mdempsky
· 10 years ago
759762f2
Fix ScopedPtrMap with custom Compare.
by pneubeck
· 10 years ago
d6af321
Moved ScopedPtrMap into base namespace.
by mgiuca
· 10 years ago
24486e2
ScopedPtrMap: Added Compare template parameter.
by mgiuca
· 10 years ago
b102326
Added ScopedPtrMap class, for maps that contain scoped_ptr values.
by mgiuca
· 10 years ago
3208992
base: Remove the remaining usage of GG_(U)INTn_C macros.
by tfarina
· 10 years ago
9f355f21
Reland "Enable libc++ on Android"
by jdduke
· 10 years ago
213a4db
Change ScopedPtrHashMap's 2nd template parameter
by kcwu
· 10 years ago
6b978bf6
base: Remove non-const refs from the MRUCache implementation.
by danakj
· 10 years ago
71ef42db
base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes.
by danakj
· 10 years ago
c3762b9
base: Add/Fix namespace closing comments.
by danakj
· 10 years ago
f43ab9c
Revert of Enable libc++ on Android (patchset #16 id:460001 of https://codereview.chromium.org/835633003/)
by jam
· 11 years ago
8681920
Enable libc++ on Android
by jdduke
· 11 years ago
44d2e5c
Align base::hash_map with C++11, part 2.
by davidben
· 11 years ago
254bd40b
Align base::hash_map with C++11, part 1.
by davidben
· 11 years ago
ae84688
Add base::Reversed() as an adapter for range-based for loops in reverse
by mdempsky
· 11 years ago
65486614
Create WebSocketTransportClientSocketPool
by
[email protected]
· 11 years ago
97e39977
Redo escaping in GN.
by
[email protected]
· 11 years ago
51421855
Shift by the right number of bytes when grabbing the high 32 bits.
by
[email protected]
· 12 years ago
65fe4c0
[Base] Add typedefs to ScopedPtrHashMap
by
[email protected]
· 12 years ago
5a67d32
[Base] Refactor ScopedPtrHashMap
by
[email protected]
· 12 years ago
9cd93726
Fix incorrect assumption in IDMap and SmallMap tests.
by
[email protected]
· 12 years ago
476dafb
Move more uses of string16 to specify base::
by
[email protected]
· 12 years ago
cef6c76f
Add discardable memory emulation for non-android/mac platforms
by
[email protected]
· 12 years ago
6b9c23c
Remove incorrect const qualifier from resize().
by
[email protected]
· 12 years ago
03c43ec
So that ScopedPtrHashMap can be used by user outside of cc.
by
[email protected]
· 12 years ago
8557c7a
Extract pair hash functions so that they can be re-used outside of hash tables
by
[email protected]
· 12 years ago
f46b678b
Move hash_pair.h from cc/base into base/.
by
[email protected]
· 12 years ago
14c1c23
Rename base/hash_tables to base/containers/hash_tables.
by
[email protected]
· 12 years ago
251cd6e5
Use a direct include of strings headers in base/.
by
[email protected]
· 12 years ago
a7fa0c61
Move hash_tables.h to base/containers.
by
[email protected]
· 12 years ago
862a3f5
Fix BufferAlignment build issue for Android x86
by
[email protected]
· 13 years ago
90a78b39
Fix BufferAlignment test on ARM linux.
by
[email protected]
· 13 years ago
f3c697c5
Add missing, and remove unnecessary, 'explicit' from constructors. (base/)
by
[email protected]
· 13 years ago
e6cf530d
Move mru_cache to the new containers subdirectory.
by
[email protected]
· 13 years ago
8392ccdd
Move stack_container and linked_list to the new containers subdirectory.
by
[email protected]
· 13 years ago
60f9af72
Add a SmallMap to base for small map lookups.
by
[email protected]
· 13 years ago