summaryrefslogtreecommitdiffstats
path: root/base/containers
Commit message (Expand)AuthorAgeFilesLines
* 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