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