- 15 Sep, 2016 1 commit
-
-
Paul Yang authored
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.
-
- 13 Sep, 2016 1 commit
-
-
- 12 Sep, 2016 4 commits
-
-
Feng Xiao authored
benchmarks: update readme.txt
-
Feng Xiao authored
Compatibility with the new version of Bazel.
-
Feng Xiao authored
Allow the JsonFormat.Parser to ignore unknown fields
-
Vladimir Moskva authored
-
- 09 Sep, 2016 7 commits
-
-
Feng Xiao authored
Fix Win32 error messages on Unicode build
-
Jisi Liu authored
Generalize plugin support in Bazel Skylark rule
-
Feng Xiao authored
include std::find()
-
Feng Xiao authored
Update repo in Bazel build files to use googletest instead of the deprecated gMock
-
Adrian Ludwin authored
-
Thomas Van Lenten authored
Objc any helpers
-
Vladimir Moskva authored
Global variable HOST_CFG is deprecated and will not be supported soon.
-
- 08 Sep, 2016 6 commits
-
-
Thomas Van Lenten authored
Fix error and add note about lossy issues
-
Thomas Van Lenten authored
-
Sergio Campamá authored
Support the -Wassign-enum compiler flag.
-
Dave Protasowski authored
The default behaviour of throwing an exception remains
-
Thomas Van Lenten authored
- Capture the ObjC prefix used when generating the the file. - Track the containing type on descriptors. - Mark descriptors where the message class name got a suffix added to it. - Expose a fullName property on Descriptors. - Add helpers for packing/unpacking Any messages. - Bump the ObjC runtime version number. Since we added methods and invoke them in the generated code, ensure the code is running against a matching version. Otherwise, someone could compile against headers, but run with a framework that is older and get unknown selector failures. This should trip clearer messaging. Fixes https://github.com/google/protobuf/issues/1674
-
Guo Xiao authored
-
- 07 Sep, 2016 2 commits
- 06 Sep, 2016 1 commit
-
-
Joshua Haberman authored
Fix to typo/oversight in reflection tests
-
- 05 Sep, 2016 1 commit
-
-
Guillaume Turri authored
This check adds a few constraints on the way to build a project when we have a proto file which imports another one. In particular, on projects which build both C# and Java, it's easy to end up with exceptions like Expected: included.proto but was src/main/protobuf/included.proto A user may work around this issue, but it may add unnecessary constraints on the layout of the project. According to https://github.com/google/protobuf/commit/f3504cf3b1d456a843e8242fdee9ba0bf2991dc1#diff-ecb0b909ed572381a1c8d1994f09a948R309 it has already been considered to get rid of this check, for similar considerations, and because it doesn't exist in the Java code
-
- 02 Sep, 2016 6 commits
-
-
Feng Xiao authored
Fix #1955 clang-tidy warning misc-macro-parentheses
-
Chih-Hung Hsieh authored
clang-tidy gives warning "macro argument should be enclosed in parentheses" to macro ZR_, the "first" parameter.
-
Feng Xiao authored
fix #1342 cause by ownership issues
-
Thomas Van Lenten authored
Make Root's +extensionRegistry generation smarter.
-
Jonathon Love authored
Fix to typo/oversight in python tests, only affecting python 3
-
Wei-Yin Chen (陳威尹) authored
-
- 01 Sep, 2016 8 commits
-
-
Thomas Van Lenten authored
At generation time, walk the file's dependencies to see what really contains extensions so we can generate more minimal code that only links together the roots that provided extensions. Gets a bunch of otherwise noop code out of the call flow when the roots are +initialized.
-
Jisi Liu authored
Remove unused vector
-
mike07026 authored
-
mike07026 authored
-
mike07026 authored
-
Wei-Yin Chen (陳威尹) authored
-
Wei-Yin Chen (陳威尹) authored
-
Wei-Yin Chen (陳威尹) authored
-
- 31 Aug, 2016 2 commits
- 30 Aug, 2016 1 commit
-
-
Feng Xiao authored
update the OSGi metadata for the javanano package
-