aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/map_unittest.proto
Commit message (Collapse)AuthorAge
* Merge from Google internal for 3.4 releaseGravatar Jisi Liu2017-07-18
|
* Fix spelling in strings and commentsGravatar Otto Kekäläinen2016-07-03
|
* Fix compile issues with -std=c++11Gravatar Feng Xiao2015-08-25
| | | | | | | | | | | | | | 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.Gravatar Feng Xiao2015-08-22
|
* More cleanup, based around searches for "Google.ProtocolBuffers"Gravatar Jon Skeet2015-06-26
| | | | | | | - 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 changesGravatar Bo Yang2015-05-21
|
* Add C# namespace to .proto files (e.g. descriptors, unit tests)Gravatar Jon Skeet2015-05-06
|
* Down integrate from Google internal branch for C++ and Java.Gravatar Jisi Liu2015-02-28
| | | | | | | | - Maps for C++ lite - C++ Arena optimizations. - Java Lite runtime code size optimization. Change-Id: I7537a4357c1cb385d23f9e8aa7ffdfeefe079f13
* Fix issue 99.Gravatar Feng Xiao2014-11-25
|
* Down-integrate from internal code base (C++ maps support).Gravatar Feng Xiao2014-11-14