- 23 Sep, 2016 9 commits
-
-
Jisi Liu authored
-
Bo Yang authored
-
Bo Yang authored
-
Bo Yang authored
-
Bo Yang authored
-
Stanley Cheung authored
* PHP: support 7.0 * Also fix in test_util.php
-
Jisi Liu authored
-
Feng Xiao authored
[skip ci] Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
-
Feng Xiao authored
Change-Id: I3ff47358e66965cab34736eed2a477ae29f02f61
-
- 22 Sep, 2016 4 commits
-
-
Jisi Liu authored
-
Charlene authored
-
Bo Yang authored
-
Brendan Ribera authored
`System.identityHashCode` returns a hash that does not consider a Message's values. This means two Messages with identical values will not have identical hashCodes. This patch uses the pattern from RubyMap to combine the hashCodes from all values in a given message and produce a unique, consistent, value-based hash.
-
- 21 Sep, 2016 6 commits
-
-
Bo Yang authored
-
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 1 commit
-
-
Feng Xiao authored
benchmarks: update readme.txt
-