Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |