- 26 Jun, 2015 4 commits
-
-
Jon Skeet authored
ProtoDump isn't currently useful, but will be when ToString emits JSON: fixed. ProtoBench: deleted; we should reinstate when there's a common proto3 benchmark. ProtoMunge: delete; not useful enough to merit fixing up. Removed the [TestFixture] from ByteStringTest as Travis uses a recent enough version of NUnit.
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
- Change the default message hash code to 1 to be consistent with other code - Change the empty list/map hash code to 0 as "empty map" is equivalent to "no map" - Removed map fields from unittest_proto3.proto - Created map_unittest_proto3.proto which is like map_unittest.proto but proto3-only - Fixed factory methods in FieldCodec highlighted by using all field types :) - Added tests for map serialization: - Extra fields within entries - Entries with value then key - Non-contiguous entries for the same map - Multiple entries for the same key Changes to generated code coming in next commit
-
- 25 Jun, 2015 7 commits
-
-
Jon Skeet authored
-
Jon Skeet authored
(Primarily this is starting the hash code of messages at a non-zero value...)
-
Jon Skeet authored
Generated code in next commit.
-
Jon Skeet authored
-
Jon Skeet authored
More tests required. Generated code in next commit.
-
Jon Skeet authored
The solution as a whole doesn't build yet - we probably want to remove ProtoDump and ProtoMunge entirely, and ProtoBench should use Jan's new benchmarks for parity with Java. The version of NUnit on my machine, packaged with Mono 3.12.1, is only NUnit 2.4.2, which is extremely old - it still requires an explicit [TestFixture] attribute on test fixtures. I've added one just for ByteStringTest for the moment so that we can see some tests passing in Travis, but as part of a separate PR we should work on making sure we're using a recent NUnit version. (It may already be doing so, but we can check that once it's working and merged.)
-
Jon Skeet authored
-
- 24 Jun, 2015 4 commits
-
-
Jon Skeet authored
It seems too much code relies on the broken behaviour. See issue #493. Instead, we reimplement MakeTag just for C#, temporarily.
-
Jon Skeet authored
Fixes issue #523.
-
Jon Skeet authored
Integrate changes from upstream/master
-
Jan Tattermusch authored
-
- 23 Jun, 2015 6 commits
-
-
Jan Tattermusch authored
Implement Clone.
-
Jon Skeet authored
-
Jon Skeet authored
1) New line at end of file 2) Make IMessage<T> itself extend IEquatable<T> and IDeepCloneable<T>
-
Joshua Haberman authored
Update upb to fix two bugs in the Ruby library.
-
Jon Skeet authored
Fixes issue #527.
-
- 22 Jun, 2015 1 commit
-
-
Feng Xiao authored
-
- 19 Jun, 2015 6 commits
-
-
Paul Yang authored
Add nonnull/nullable/null_resettable markup to ObjC library.
-
Jan Tattermusch authored
Proto3 experimental C# fork
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
- Make some members internal - Remove a lot of FrameworkPortability that isn't required - Start adding documentation comments - Remove some more group-based members - Not passing in "the last tag read" into Read*Array, g
-
Jon Skeet authored
-
- 18 Jun, 2015 10 commits
-
-
Jisi Liu authored
Remove OUTS constants in BUILD
-
Jisi Liu authored
Induce those from the input proto file names instead to reduce the lenght of the BUILD file. Change-Id: I1dda57dedac547f4bd0cc3a7d08fb611d72acd13
-
Jisi Liu authored
Update BUILD for the recent json util change.
-
Jisi Liu authored
Change-Id: I0b5a2c017f5412aaca3a47815671753cdef63165
-
Jisi Liu authored
using ::isnan to avoid conflicts with std::isnan for C++11 build.
-
Jisi Liu authored
Change-Id: I057b44eff04c3b0062a4fd4307ce6e4ca1eb952b
-
Jisi Liu authored
Change-Id: I74e2d5958b5e7b15d10e5a6468bca917323b9739
-
Jisi Liu authored
Add bazel support for the project
-
Jisi Liu authored
Change-Id: I62640af99e3c2650a29dc5468ce3deb7b6c7efdf
-
Jisi Liu authored
Change-Id: I5a299d969ff96d7d2f80aadc7e8987d461d24b8f
-
- 17 Jun, 2015 2 commits