Joshua Haberman
25755efc4f
Sync from Piper @319848517
...
PROTOBUF_SYNC_PIPER
5 years ago
Jan Tattermusch
5eec497d3b
fix C# CompatibilityTests
5 years ago
listonjesse
2ae7cf0e03
Auxillary -> Auxiliary
5 years ago
Jan Tattermusch
c2925d5b93
fix C# compatibility tests
5 years ago
WilliamWhispell
59284450fa
Use fixed size for bool, float and double field in codec ( #5810 )
...
* Improve C# serialization performance of repeated fields for primitives.
* Changes based on feedback.
* Change compatibility tests to chec float, bool and double are fixed
* Changes based on feedback.
* In the compute methods use the newly created constants
6 years ago
Jie Luo
9f09d1804a
Add proto and test files for csharp compatibility tests against v3.0.0.
...
All the files are copied from 3.0.0 (JosnFormaterTest was deleted)
8 years ago
Jon Skeet
b5ce5251fd
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform ( #1727 )
...
This also updates the version number to 3.0.0-beta4
9 years ago
Jon Skeet
10a8fb4e73
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform ( #1727 )
...
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform
This also updates the version number to 3.0.0-beta4
9 years ago
Jon Skeet
84ea2c7a81
Regenerate all C# code and make it compile
...
JSON tests fail, as we're not using OriginalNameAttribute yet.
9 years ago
Jon Skeet
99a81d297c
Fix build warnings around unused variables
10 years ago
Jon Skeet
0e0e0c97e7
Expose Coded*Stream constructors directly.
10 years ago
Jon Skeet
59eeebee87
First pass at the big rename from ProtocolBuffers to Google.Protobuf.
...
We'll see what I've missed when CI fails...
10 years ago
Jon Skeet
14f2222a50
Lots more tests for FieldCodec, MapField, RepeatedField
...
... and some implementation changes to go with them.
10 years ago
Jon Skeet
f34d37a3d4
Tidying up and extra tests.
...
This is mostly just making things internal instead of public, removing and reordering a bunch of code in CodedInputStream/CodedOutputStream, and generally tidying up.
10 years ago
Jon Skeet
b9d1d3891f
Tests changed enough to build
10 years ago
Jon Skeet
286edc0fc2
Tests for FieldCodec, along with a fix.
10 years ago