- 16 Nov, 2017 1 commit
-
-
dmaclach authored
Fix up warnings from Xcode 9.1
-
- 15 Nov, 2017 14 commits
-
-
Issac Trotts authored
Here's the pull request that made it happen: https://github.com/google/protobuf/pull/2951
-
Thomas Van Lenten authored
Fixes 32bit tests.
-
Feng Xiao authored
Allow one to omit building libprotoc and protoc binaries
-
Sergio Campama authored
-
Thomas Van Lenten authored
Travis cleanups
-
Thomas Van Lenten authored
Reduce size of GPBDictionary by getting rid of class creation methods
-
Dave MacLachlan authored
-
Thomas Van Lenten authored
Simplify getter/setter method implementations
-
Dave MacLachlan authored
-
Thomas Van Lenten authored
Remove unreferenced 'GPBMessageSignatureProtocol' class.
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
Looking at tarvis history for master, jruby doesn't look like it has passed in a really long time. The other two tests have been failing for a few weeks. Since travis has limited osx hosts, seems better to just remove things we aren't expecting to pass.
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
-
- 14 Nov, 2017 4 commits
-
-
Dave MacLachlan authored
Remove unnecessary retain/releases for GPBFieldDescriptors when creating implementations with blocks. The descriptors do not need to be memory managed because they are essentially global constructs that are guaranteed to be around the lifetime of the app.
-
Dave MacLachlan authored
-
Dave MacLachlan authored
Remove unreferenced 'GPBMessageSignatureProtocol' class that is just taking up space in the Objective C runtime information by hanging the protocol it needs to declare off of GPBRootObject instead. Small binary size reduction, but more importantly a removal of a class that appears to be unused when statically analyzed.
-
Jon Skeet authored
-
- 13 Nov, 2017 5 commits
-
-
Yangqing Jia authored
-
Jisi Liu authored
Fix a typo in WKT's test suite
-
Jisi Liu authored
-
Feng Xiao authored
Add hypothesis-protobuf library to the 3rd party doc.
-
H. Chase Stevens authored
-
- 12 Nov, 2017 4 commits
-
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
unittest_proto3 had been changed in a very backward-incompatible way which was never going to work with C# as it imports proto2 messages. This is now a copy of the old file, but with a package name change for compatibility with the remaining files in src/google/protobuf. The other moves are for files that are only used by C#.
-
Jon Skeet authored
This will cause failures if shared protos change in an incompatible way.
-
- 10 Nov, 2017 1 commit
-
-
Jan Tattermusch authored
C#: Allow message parsing from an array slice
-
- 09 Nov, 2017 3 commits
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- 06 Nov, 2017 1 commit
-
-
Jisi Liu authored
Update google/benchmark submodule to v1.2
-
- 03 Nov, 2017 3 commits
-
-
Paul Yang authored
* Fix php well known type conformance tests * Properly generate code for test.proto * Provide GPBMetadata files in c extensions for generated files to import. * Remove unnecessary test * Clean up code * Add declaration for initOnce. * Refactoring
-
Thomas Van Lenten authored
When comparing message, require them to have the same descriptor.
-
Thomas Van Lenten authored
This will cover someone subclassing the message, and also handles something crazy like someone comparing to a raw NSObject.
-
- 02 Nov, 2017 1 commit
-
-
Roman Nekhoroshev authored
Hi! Sorry for bothering with such a minor thing, but I just noticed and fixed one annoying typo in WKT's test suite: `"accpets" -> "accepts"` Thanks!
-
- 01 Nov, 2017 1 commit
-
-
Jon Skeet authored
If messages A and B have the same oneof case, which is a message type, and we merge B into A, those sub-messages should be merged. Fixes #3200. Note that I haven't regenerated all the code, as some of the protos have been changed, breaking generation.
-
- 30 Oct, 2017 2 commits
-
-
Mehrdad Afshari authored
Fixed some build issues on ppc64le architecture
-
Feng Xiao authored
update joda-time javadoc url
-