- 21 Sep, 2016 5 commits
-
-
Adam Cozzette authored
This is necessary so that the CMake build knows to include this header file in the installation include/ directory.
-
Adam Cozzette authored
Currently deserialization of a non-packed binary repeated field is quadratic in the number of elements, because each time we parse a new element we copy over all elements we have parsed so far. This CL fixes the performance problem by having the generated deserialization code just call addX() instead of using getX() and setX().
-
Bo Yang authored
-
Bo Yang authored
-
Bo Yang authored
-
- 20 Sep, 2016 8 commits
-
-
Bo Yang authored
-
Bo Yang authored
gson 2.3 has internal bug that it doesn't work with some versions of maven.
-
Bo Yang authored
-
Joshua Haberman authored
Had to strip out some JSPB-format test code, but also added some .proto test messages that had been improperly stripped out.
-
Bo Yang authored
-
Thomas Van Lenten authored
For the secondary dictionary, use a custom CFDictionary with integer keys to avoid the NSNumber conversions.
-
Thomas Van Lenten authored
-
Bo Yang authored
-
- 19 Sep, 2016 1 commit
-
-
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 4 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
-