- be16cf2 Upstream android string implementation etc. by [email protected] · 14 years ago
- 1b02b72 wstring: Remove the ability to put wstrings in hash_map<>s. by [email protected] · 14 years ago
- e8f8da26 Make sure that cached values of signed settings are trusted. by [email protected] · 15 years ago
- 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
- 6ae06aa5 Add a comment about templates for hashing pointers and correct the case of a function inside a comment. by [email protected] · 16 years ago
- 1bba09c Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linux by [email protected] · 16 years ago
- 4f9b2a7 I'm apparently the first one who's tried to do hash_map<string16, ...>. Unfortunately, hash_map<> does not know how to hash a string16 when string16 isn't a wstring. I looked in <tr1/functional> and saw that only std::string and std::wstring have hashing functions. by [email protected] · 16 years ago
- aff38a3 Disable gcc 4.4 warnings about hash_map and hash_set being deprecated. by [email protected] · 16 years ago
- 7afa9c92 NO CODE CHANGE by [email protected] · 16 years ago
- 52a261f NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by [email protected] · 16 years ago
- b7f0588 Bring download_file, download_manager into POSIX build. by [email protected] · 17 years ago
- bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
- e5c3c14 Use our own hash function that supports embedded NULLs for both char and wchar strings by [email protected] · 17 years ago
- 2a4e5fbb Adding specializations of hash() for various string types. GCC requires you bring your own hash function for maps and sets. by [email protected] · 17 years ago
- d7cae12 Add base to the repository. by initial.commit · 17 years ago