aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs/hash.h
Commit message (Expand)AuthorAgeFilesLines
* Down-integrate from google3.Feng Xiao2018-08-081-321/+3
* Fix spelling error of __GNUC_MINOR__Adam Aili2018-03-101-1/+1
* Merge pull request #4183 from pcc/win-libcxxFeng Xiao2018-02-261-1/+2
|\
| * Add support for libc++ on Windows.Peter Collingbourne2018-01-171-1/+2
* | Removed using statements from common.hAdam Cozzette2018-01-261-4/+4
|/
* Integrated internal changes from GoogleAdam Cozzette2017-09-141-4/+4
* Fix build when using -Werror=undefBrad Larson2017-07-121-1/+1
* Fix missing std::tr1::hash on GCC 4.1 (#2907)Matt Hauck2017-07-101-2/+4
* Fix more implicit type conversions in public headers and generated code.Bo Yang2017-06-241-1/+1
* Fix gcc 4.1 build (#1035) (#1913)Matt Hauck2017-03-011-0/+5
* Removed Android-specific code from stubs/hash.hAdam Cozzette2016-12-131-8/+3
* Bridge vs2008 hashmaps.Jisi Liu2016-05-111-3/+55
* Integrate google internal changes.Jisi Liu2016-03-301-0/+12
* Down-integrate internal bug fixing changes.Bo Yang2015-10-041-2/+7
* Merge pull request #766 from pkasting/hashFeng Xiao2015-09-101-4/+4
|\
| * It helps if you write macros correctlyPeter Kasting2015-08-271-2/+2
| * Try modifying check in hopes of passing upstream buildPeter Kasting2015-08-271-2/+3
| * Review commentsPeter Kasting2015-08-271-2/+1
| * Refine check for unordered_{map|set} availability.Peter Kasting2015-08-271-4/+4
* | Fix bugs on windowsBo Yang2015-08-251-15/+5
* | Down-integrate from internal branch.Jisi Liu2015-08-211-0/+15
|/
* Internal local modifications.Bo Yang2015-07-091-6/+111
* 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