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

Last commit made on 2016-09-22
Get this branch:
git clone -b 3.0.x https://git.launchpad.net/~thopiekar/protobuf/+git/protobuf

Branch merges

Branch information

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

Recent commits

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

Merge pull request #2157 from google/csharp_remove_beta_notice

Update README.md

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

Update README.md

37e0e1f... by Jisi Liu <email address hidden>

Merge pull request #2111 from pherl/3.0.x

Fix the version number for 3.0.2

683412b... by Jisi Liu <email address hidden>

Update generated files.

13d6d17... by Jisi Liu <email address hidden>

Fix the version number for 3.0.2

57170b9... by Jisi Liu <email address hidden>

Merge pull request #2096 from pherl/3.0.x

Cherry pick objc test changes into 3.0.x branch

5699b92... by Thomas Van Lenten <email address hidden>

More complete nil/reset tests within a oneof

708296e... by Thomas Van Lenten <email address hidden>

Fix some constants to be correct for the message class in use.

a15df74... by Jisi Liu <email address hidden>

Merge pull request #2087 from khingblue/fix-unused-param

Fix #2032 unused parameter 'deterministic'

08b1c71... by Khing <email address hidden>

Fix #2032 unused parameter 'deterministic'

Parameter deterministic is unused in
InternalSerializeWithCachedSizesToArray(), which generates unused
parameter warning in every message.