- 12 Nov, 2019 1 commit
-
-
Rafi Kamal authored
-
- 11 Nov, 2019 2 commits
-
-
Jan Tattermusch authored
Move generated test code for Google.Protobuf.Test to a separate lib
-
Sydney Acksman authored
-
- 08 Nov, 2019 10 commits
-
-
Thomas Van Lenten authored
if the value was >32bit with the low bits all being zero, it was decoded as false instead of as true. Fixes #6863
-
Sydney Acksman authored
-
Sydney Acksman authored
Bring .NET Framework target down to 4.5 Rename project in comment
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
Set lang version to C# 3.0 Add .NET Standard 2.0 target Fix partial diagnostic string since it requires C# 6
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Jan Tattermusch authored
Change _Extensions property to normal body rather than expression
-
- 07 Nov, 2019 2 commits
-
-
Joshua Haberman authored
Ruby lazy wrappers optimization
-
Sydney Acksman authored
-
- 05 Nov, 2019 3 commits
-
-
Jan Tattermusch authored
C#: Optimize parsing of some primitive and wrapper types
-
Jan Tattermusch authored
Use 3 parameter Encoding.GetString for default string values
-
Chris Bacon authored
-
- 04 Nov, 2019 13 commits
-
-
Chris Bacon authored
-
Chris Bacon authored
-
Sydney Acksman authored
-
Jan Tattermusch authored
C#: Add microbenchmark for parsing wrapper types
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
Fix Makefile.am by adding generated files
-
Jon Skeet authored
-
Thomas Van Lenten authored
-
Jan Tattermusch authored
Fix reflection access when using old generated code
-
Jan Tattermusch authored
Avoid NullReferenceException when accessing CustomOptions
-
- 31 Oct, 2019 1 commit
-
-
Joshua Haberman authored
-
- 30 Oct, 2019 7 commits
-
-
veawor authored
Make shared libraries be able to link to MSVC static runtime libraries, so that VC runtime is not required.
-
Jon Skeet authored
Even though the property is deprecated, it still shouldn't throw.
-
Jon Skeet authored
FileDescriptor construction uses an extension registry including extensions from imports. If these were created using an older version of protoc, the FieldDescriptor.Extension property may be null; we ignore such extensions rather than failing.
-
Jon Skeet authored
(The implementation to fix this is in the following commit.)
-
Jon Skeet authored
-
Joshua Haberman authored
-
Joshua Haberman authored
-
- 29 Oct, 2019 1 commit
-
-
Joshua Haberman authored
-