~nnstreamer/+git/protobuf-old:v3.12.3/debian

Last commit made on 2020-07-09
Get this branch:
git clone -b v3.12.3/debian https://git.launchpad.net/~nnstreamer/+git/protobuf-old
Members of nnstreamer can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
v3.12.3/debian
Repository:
lp:~nnstreamer/+git/protobuf-old

Recent commits

87e93ee... by Parichay Kapoor <email address hidden>

[Dist/Debian] Updated debian packaging for 3.12.3

Updated protobuf version in packaging, and updated change log for the newer version.

Signed-off-by: Parichay Kapoor <email address hidden>

4effb68... by Parichay Kapoor <email address hidden>

Merge tag 'v3.12.3' into v3.12.3/debian

Signed-off-by: Parichay Kapoor <email address hidden>

31ebe2a... by Josh Haberman

Merge pull request #7590 from haberman/merge-release-branch

Merge release branch

28cc693... by =?utf-8?b?VGhpYWdvIEMuIEQnw4F2aWxh?= <email address hidden>

Initial module docstring for python _pb2 (#7528)

Generated Python modules now have a module-level docstring.

b9cf386... by Thomas Van Lenten <email address hidden>

Tweak return types for GetSupportedFeatures to unit64_t.

b971243... by Josh Haberman

Merge branch '3.12.x' into merge-release-branch

7cb5597... by Jan Tattermusch <email address hidden>

Overcome the `ref struct` limitation for pre-roslyn compilers by introducing GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE for generated code (#7490)

* enable compatibility mode in codegen

* regenerate protos

* improve readability

* more robust way of figuring out path to old C# compiler

* add recent C# changes

c0b79c5... by Josh Haberman

Merge pull request #7583 from haberman/sync-stage

Integrate from Piper for C++, Java, and Python

8d93bc1... by Josh Haberman

Normalized formatting of macros.

It's a bit unforuntate to lose the nesting, but
that's what clang-format is telling us here.

75e4c44... by Josh Haberman

Added changelog entries for Piper sync.