~thopiekar/protobuf/+git/protobuf:3.10.x

Last commit made on 2019-11-06
Get this branch:
git clone -b 3.10.x https://git.launchpad.net/~thopiekar/protobuf/+git/protobuf

Branch merges

Branch information

Name:
3.10.x
Repository:
lp:~thopiekar/protobuf/+git/protobuf

Recent commits

c18477f... by Jan Tattermusch <email address hidden>

Merge pull request #6847 from jtattermusch/optimizations_backport

Backport wrapper optimizations and microbenchmarks (to 3.10.x)

859ccb9... by Chris Bacon <email address hidden>

Remove unneeded exception methods

8529ab4... by Chris Bacon <email address hidden>

Allow extra fields in wrapper messages, more tests.

ae2cdd2... by Chris Bacon <email address hidden>

C#: Optimize parsing of some primitive and wrapper types

30344c9... by Jan Tattermusch

update Makefile.am

1c66d39... by Jan Tattermusch

add regenerate C# protos

83ad3cc... by Jan Tattermusch

add benchmark for wrapper type parsing

5fef358... by Jan Tattermusch

add wrapper_benchmark_messages.proto

b43d055... by Jon Skeet <email address hidden>

Add generated OldExtensions files to Makefile.am

4dd95d2... by Jon Skeet <email address hidden>

Avoid NullReferenceException when accessing CustomOptions

(Note: the test is from #6826, but the implementation is effectively reverting to an earlier one.)