- 19 Sep, 2016 4 commits
-
-
Thomas Van Lenten authored
Objc extensions tweaks
-
Thomas Van Lenten authored
For the secondary dictionary, use a custom CFDictionary with integer keys to avoid the NSNumber conversions.
-
Thomas Van Lenten authored
-
Joshua Haberman authored
Fix #2036 (Ruby `hash` broken for Messages with repeated fields.)
-
- 17 Sep, 2016 1 commit
-
-
Feng Xiao authored
Fix erroneous comment regarding String.substring
-
- 16 Sep, 2016 4 commits
-
-
Patrick Strawderman authored
Since Java 7, Strings produced with String.substring do not share byte arrays.
-
Bo Yang authored
Some php engine implementation doesn't have return_value_ptr properly set. Explicitly use &return_value.
-
Bo Yang authored
-
Bo Yang authored
-
- 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 3 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
-