aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/map.h
Commit message (Expand)AuthorAgeFilesLines
* Remove export macros for classes nested in a template class.Jisi Liu2016-03-311-3/+3
* Fix breakage of referring to table_ in static funcJisi Liu2016-03-311-1/+1
* Merge branch 'master' of github.com:google/protobufJisi Liu2016-03-301-3/+9
|\
| * Fixing compilation error when building with emscripten.Ben Vanik2016-03-111-1/+3
| * Comment has been added to fix (issue #1266)Antal Tátrai2016-03-081-0/+4
| * Fix compiling clang/libc++ builds. (Issue: #1266)Antal Tátrai2016-03-051-1/+1
* | Integrate google internal changes.Jisi Liu2016-03-301-131/+951
|/
* Down-integrate from internal code base.Feng Xiao2015-12-111-16/+10
* Adds support for buliding protobuf with emscripten; we just needed the proper...Craig Donner2015-11-241-1/+3
* Merge pull request #875 from tkarls/return_correct_bool_type_from_mapFeng Xiao2015-10-131-1/+1
|\
| * Changed return type from int32 to bool in function returning a boolThomas Karlsson2015-10-131-1/+1
* | Changed argument typ to uint32 in set function that sets an uint32 valueThomas Karlsson2015-10-131-1/+1
|/
* Down-integrate internal bug fixing changes.Bo Yang2015-10-041-0/+6
* Fix bugs on windowsBo Yang2015-08-251-1/+24
* Down-integrate from google3.Feng Xiao2015-08-221-9/+414
* Fix compilation error when using C++11.Tom Hughes2015-07-291-1/+1
* Internal local modifications.Bo Yang2015-07-091-1/+2
* Fix MapAllocator::destroy() bug.Feng Xiao2015-05-311-8/+6
* Fixes on visual studio 2008unknown2015-05-271-0/+6
* In std11, on mac, operator new doesn't take right reference.TeBoring2015-05-261-1/+1
* Make MapAllocator work with C++11.Feng Xiao2015-05-261-0/+12
* Fix bugs on windows.Bo Yang2015-05-241-3/+3
* down-integrate internal changesBo Yang2015-05-211-0/+1
* Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-281-28/+153
* Fix LIBPROTOBUF_PROTOBUF annotations for buliding protobuf as DLLs.v3.0.0-alpha-1Feng Xiao2014-12-091-3/+3
* Fix issue 99.Feng Xiao2014-11-251-7/+6
* Down-integrate from internal code base.Feng Xiao2014-11-201-64/+94
* Fix 'error: a class-key must be used when declaring a friend' compile error.Tres Seaver2014-11-181-1/+1
* Down-integrate from internal code base (C++ maps support).Feng Xiao2014-11-141-0/+282