aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/map_unittest.proto
Commit message (Collapse)AuthorAgeFilesLines
* Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-0/+1
|
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-1/+1
|
* Fix compile issues with -std=c++11Feng Xiao2015-08-251-2/+2
| | | | | | | | | | | | | | This compiles with -std=c++11: message Foo { map<string, Foo> value = 1; } This does not compile: message Foo { map<int32, Foo> value = 1; } Needs to dig more into the underlying issue.
* Down-integrate from google3.Feng Xiao2015-08-221-2/+12
|
* More cleanup, based around searches for "Google.ProtocolBuffers"Jon Skeet2015-06-261-1/+0
| | | | | | | - Remove some old proto2-based C#-only messages - Remove the "build" directory which only contained out-of-date files - Remove the csharp_namespace option from proto2 messages - Change "Google.ProtocolBuffers" to "Google.Protobuf" in other messages
* down-integrate internal changesBo Yang2015-05-211-1/+15
|
* Add C# namespace to .proto files (e.g. descriptors, unit tests)Jon Skeet2015-05-061-0/+1
|
* Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-281-0/+23
| | | | | | | | - Maps for C++ lite - C++ Arena optimizations. - Java Lite runtime code size optimization. Change-Id: I7537a4357c1cb385d23f9e8aa7ffdfeefe079f13
* Fix issue 99.Feng Xiao2014-11-251-0/+5
|
* Down-integrate from internal code base (C++ maps support).Feng Xiao2014-11-141-0/+77