summaryrefslogtreecommitdiffstats
path: root/base/hash_tables.h
Commit message (Expand)AuthorAgeFilesLines
* Add a comment about templates for hashing pointers and correct the case of a ...jorlow@chromium.org2009-09-031-0/+6
* Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linuxmark@chromium.org2009-08-131-81/+50
* I'm apparently the first one who's tried to do hash_map<string16, ...>. Unfo...jorlow@chromium.org2009-07-241-0/+28
* Disable gcc 4.4 warnings about hash_map and hash_set beingtc@google.com2009-04-131-0/+14
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Bring download_file, download_manager into POSIX build.estade@chromium.org2009-02-221-1/+8
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Use our own hash function that supports embedded NULLs for both char and wcha...pinkerton@google.com2008-08-061-15/+11
* Adding specializations of hash() for various string types. GCC requires you b...pinkerton@google.com2008-08-041-5/+66
* Add base to the repository.initial.commit2008-07-261-0/+54