- 25 Jun, 2015 2 commits
-
-
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 11 commits
-
-
Jisi Liu authored
Change-Id: Idecb2e3a5169f7b40d832242c9c10b0eb4325654
-
Feng Xiao authored
Down-integrate from internal code base.
-
Feng Xiao authored
-
Jon Skeet authored
-
Jon Skeet authored
We'll probably want a lot of the code from the serialization project when we do JSON, but enough of it will change that it's not worth keeping in a broken state for now.
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jisi Liu authored
Check HAVE_CONFIG_H before including "config.h"
-