- 21 Sep, 2016 5 commits
-
-
Bo Yang authored
gson 2.3 has internal bug that it doesn't work with some versions of maven.
-
Feng Xiao authored
Fixes static analyzer issues from xcode.
-
Feng Xiao authored
Remove obsoleted project of j2me
-
Khing authored
-
Sergio Campama authored
-
- 20 Sep, 2016 2 commits
-
-
Joshua Haberman authored
Fix hash computation for JRuby's RubyMessage
-
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.
-
- 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 7 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
-