aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs/hash.h
Commit message (Expand)AuthorAgeFilesLines
* Fixes on visual studio 2008unknown2015-05-271-3/+2
* Make hash_map forward constructor parameters to its base class.Feng Xiao2015-05-251-6/+17
* Merge pull request #341 from yukawa/fix-undef-GOOGLE_PROTOBUF_MISSING_HASHFeng Xiao2015-05-221-1/+1
|\
| * Undef GOOGLE_PROTOBUF_MISSING_HASH after it is used.Yohei Yukawa2015-05-041-1/+1
* | internal changesBo Yang2015-04-241-2/+9
|/
* Fix hash.h for MSVC and platforms without hash map/set support.Jisi Liu2015-03-011-14/+18
* Fix hash_map type parameter to add Alloc for other platforms.Jisi Liu2015-03-011-4/+6
* Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-281-3/+5
* Make maps fields work on installed C++ protobufs.Jisi Liu2015-02-251-21/+23
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Feng Xiao2014-10-011-1/+1
* Down-integrate from internal branchxiaofeng@google.com2012-09-221-0/+12
* Argh, this line was not supposed to be submitted.kenton@google.com2009-12-211-2/+0
* Use unordered_map when available. Changes to stl_hash.m4 provided by Oleg Sm...kenton@google.com2009-12-211-3/+14
* HPUX patch from Alexander Melnikov.kenton@google.com2009-08-171-1/+1
* Integrate recent changes from Google-internal code tree. See CHANGES.txtkenton@google.com2009-04-251-0/+27
* Integrate changes from internal Google-internal branch.kenton@google.com2008-09-241-10/+24
* Work around absence of hash_map.kenton@google.com2008-09-191-4/+51
* Initial checkin.temporal2008-07-101-0/+123