- 15 Sep, 2016 4 commits
-
-
Jisi Liu authored
Merge 3.0.x into master
-
Thomas Van Lenten authored
Update the ObjC version checks to support a min and current version.
-
Thomas Van Lenten authored
- Capture the version used to generated. - Check at compile time and runtime that generated code isn't from a newer version, also check that the min version required is also supported. - Keep the old constants/macros/functions to special case the last version that was working so those generated sources still work until we decide otherwise.
-
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.
-
- 14 Sep, 2016 1 commit
-
-
Jisi Liu authored
-
- 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 11 commits
-
-
Thomas Van Lenten authored
Fix error and add note about lossy issues
-
Jisi Liu authored
Cherry pick objc test changes into 3.0.x branch
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
-
Sergio Campamá authored
Support the -Wassign-enum compiler flag.
-
Dave Protasowski authored
The default behaviour of throwing an exception remains
-
Jisi Liu authored
Fix #2032 unused parameter 'deterministic'
-
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
-
Khing authored
Parameter deterministic is unused in InternalSerializeWithCachedSizesToArray(), which generates unused parameter warning in every message.
-
- 07 Sep, 2016 4 commits
-
-
Feng Xiao authored
Fix #2071 replacing /bin/sh with bash when generates descriptor
-
Jisi Liu authored
Merge pull request #1884 from hochhaus/valueWriterFn
-
Joshua Haberman authored
Fix valueWriterFn_ variable name
-
Khing authored
On Ubuntu /bin/sh is dash by default, this can cause generate_descriptor_proto.sh fail to execute.
-
- 06 Sep, 2016 5 commits
-
-
Jisi Liu authored
Update release date in the change log
-
Jisi Liu authored
-
Joshua Haberman authored
Fix to typo/oversight in reflection tests
-
Jisi Liu authored
Bump version number to 3.0.2
-
Jisi Liu authored
Changelog update for 3.0.2
-
- 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 2 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.
-