- 04 Dec, 2017 1 commit
-
-
Fahrzin Hemmati authored
-
- 30 Nov, 2017 3 commits
- 29 Nov, 2017 4 commits
-
-
Joshua Haberman authored
unwrap descriptor class before comparison of RepeatedField types
-
Jon Skeet authored
-
Anuraag Agrawal authored
-
Adam Cozzette authored
Added back in LIBPROTOC_EXPORT which was removed by mistake
-
- 28 Nov, 2017 3 commits
-
-
Adam Cozzette authored
-
Adam Cozzette authored
Upgrading dotnet to 1.0.4
-
Juan Leni authored
-
- 27 Nov, 2017 2 commits
-
-
Jisi Liu authored
[PROTOBUF-3404] add --with-zlib=PATH to configure.ac script
-
Nayana-ibm authored
-
- 23 Nov, 2017 1 commit
-
-
Xiaoshuang LU authored
-
- 21 Nov, 2017 2 commits
- 18 Nov, 2017 1 commit
-
-
Justine Tunney authored
-Wno-writable-strings removes 230 "ISO C++11 does not allow conversion from string literal to 'char *'" warnings from TensorFlow test / build output. These happen because pyext/ sources pass string literals to Python C API data structures, e.g. PyGetSetDef, which for some reason were designed to not have the const qualifier.
-
- 17 Nov, 2017 3 commits
-
-
Paul Kilgo authored
-
Thomas Van Lenten authored
Use the ivar for the -open, so hopefully it lines up with the -close in dealloc and isn't seen as an unbalanced "open".
-
Thomas Van Lenten authored
Stop having travis build the test matrix and make it explicit so extra settings are only on the test that need the, this helps make the travis UI a little cleaner (linux hosted stuff doesn't list an Xcode version), as well as avoid unneeded requirements limiting the travis pool something can run on. Small improvements to objectivec/DevTools/full_mac_build.sh to avoid some repeated scripting and hopefully make things more reliable work with Xcode 9.x. Don't mark the iOS tests as able to fail, hopefully with the new settings they are stable and won't give false signals. Simplify the case for xcode versions and fixup xcode 9.[0-1].
-
- 16 Nov, 2017 2 commits
- 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
-