9 Commits (a1f96fffc7d062037c52bcb83e9e841d325eeaf8)

Author SHA1 Message Date
James Newton-King 8932446d9e
Improve WriteString perf with SIMD 4 years ago
James Newton-King cb246b8032
Optimize writing small strings 4 years ago
Joshua Haberman 25755efc4f Sync from Piper @319848517 5 years ago
Jan Tattermusch 19c0d73fb9 test WriteContext writing with multiple flushes 5 years ago
Jan Tattermusch 8a2d5884bf address review comments 5 years ago
Jan Tattermusch 56372898cf test writing with different blocksizes 5 years ago
Jan Tattermusch f9f92a6dd2 increase test coverage 5 years ago
Jan Tattermusch 8dbf707aa0 add more tests 5 years ago
Jan Tattermusch d0e08f546d entire solution builds now 5 years ago
listonjesse 2ae7cf0e03 Auxillary -> Auxiliary 5 years ago
Jan Tattermusch ea605381e6 make everything build 5 years ago
Jon Skeet cdd524a0bd Ensure leaveOpen is true when writing to a buffer 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