summaryrefslogtreecommitdiffstats
path: root/base/containers
Commit message (Expand)AuthorAgeFilesLines
* Shift by the right number of bytes when grabbing the high 32 bits.danakj@chromium.org2014-02-261-2/+2
* [Base] Add typedefs to ScopedPtrHashMaptzik@chromium.org2014-02-241-0/+3
* [Base] Refactor ScopedPtrHashMaptzik@chromium.org2014-02-211-21/+18
* Fix incorrect assumption in IDMap and SmallMap tests.earthdok@chromium.org2014-01-231-17/+8
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-031-1/+1
* Add discardable memory emulation for non-android/mac platformsvollick@chromium.org2013-10-301-2/+7
* Remove incorrect const qualifier from resize().tomhudson@chromium.org2013-09-041-1/+1
* So that ScopedPtrHashMap can be used by user outside of cc.powei@chromium.org2013-08-301-0/+157
* Extract pair hash functions so that they can be re-used outside of hash tablespiman@chromium.org2013-08-081-86/+85
* Move hash_pair.h from cc/base into base/.nasko@chromium.org2013-06-202-0/+198
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-113-3/+3
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-112-3/+3
* Move hash_tables.h to base/containers.brettw@chromium.org2013-06-101-0/+120
* Fix BufferAlignment build issue for Android x86james.wei@intel.com2013-01-301-1/+1
* Fix BufferAlignment test on ARM linux.sbc@chromium.org2013-01-241-3/+4
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-151-1/+2
* Move mru_cache to the new containers subdirectory.brettw@chromium.org2012-11-132-0/+576
* Move stack_container and linked_list to the new containers subdirectory.brettw@chromium.org2012-11-104-0/+825
* Add a SmallMap to base for small map lookups.brettw@chromium.org2012-11-092-0/+1143