2 Commits (43bb1bfe4224e31f2251da70aabcffeba0f3a2e6)

Author SHA1 Message Date
Joshua Haberman 25755efc4f Sync from Piper @319848517 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
Jon Skeet cdd524a0bd Ensure leaveOpen is true when writing to a buffer 8 years ago
Jie Luo 9f09d1804a Add proto and test files for csharp compatibility tests against v3.0.0. 8 years ago
Jon Skeet c0cf71bec9 Implement IDisposable for CodedInputStream and CodedOutputStream 9 years ago
Jon Skeet f2732c7af1 More TODOs done. 10 years ago
Jon Skeet ff334a60eb Change ReadTag and PeekTag to just use 0 as a return value for "end of stream", rather than using an awkward out parameter. 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. 10 years ago
Jon Skeet 3cce11ce1c Minor fix-ups as suggested in PR #560. 10 years ago
Jon Skeet ee835a3fe4 Fix copyright lines for all C# code. 10 years ago
Jon Skeet f34d37a3d4 Tidying up and extra tests. 10 years ago
Jon Skeet b9d1d3891f Tests changed enough to build 10 years ago
Jon Skeet cdeda4b876 Minor cleanup. 10 years ago
Jon Skeet 828b7e61d0 Use the fact that we know the tag size and bytes at codegen time to optimize. 10 years ago
Jon Skeet 96ddf01aed Coded*Stream streamlining. 10 years ago
Jon Skeet 39aaf21d51 Reimplement enums as int values, and get rid of EnumHelper. 10 years ago
Jon Skeet e38294a62d First pass at the mutable API. Quite a bit more to do - in particular, it's pretty slow right now. 10 years ago
Jon Skeet 90c8932fc7 Convert back to using NUnit, which is now loaded via NuGet. 10 years ago
Jon Skeet c56475088d Change to using xUnit for all unit tests, and fetch that via NuGet. 10 years ago