aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | | | | Merge pull request #2825 from pherl/javawarningGravatar Jisi Liu2017-03-09
|\ \ \ \ \ \ \
| | | * | | | | Add missing thread dependency in cmake.Gravatar Feng Xiao2017-03-09
| | |/ / / / /
| * | | | | | Fix GeneratedMessageV3 warnings.Gravatar Jisi Liu2017-03-09
* | | | | | | Merge pull request #2809 from xfxyjwf/i2464Gravatar Feng Xiao2017-03-09
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | * | | | Use per-type table to lookup JSON name.Gravatar Feng Xiao2017-03-09
| |_|/ / / / |/| | | | |
| | * | | | Fix lint warnings in the javalite branch.Gravatar Jisi Liu2017-03-09
| |/ / / / |/| | | |
* | | | | Merge pull request #2819 from haberman/pythonexceptGravatar Joshua Haberman2017-03-09
|\ \ \ \ \
| * | | | | update_failure_list.py: fixed Python "raise" statement.Gravatar Josh Haberman2017-03-09
| | | * | | Don't expose gson exceptions in JsonFormat.Gravatar Feng Xiao2017-03-09
* | | | | | Merge pull request #2804 from acozzette/ruby-memcpyGravatar Adam Cozzette2017-03-09
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #2810 from xfxyjwf/i1994Gravatar Feng Xiao2017-03-09
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #2775 from xfxyjwf/fixmajorGravatar Feng Xiao2017-03-09
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #2814 from pherl/javadeprecateGravatar Jisi Liu2017-03-09
|\ \ \ \ \ \ \ \
| * | | | | | | | Add annotations for deprecated messages in JavaGravatar Jisi Liu2017-03-09
| | | | * | | | | Ruby: wrap calls to memcpy so that gem is compatible with pre-2.14 glibcGravatar Adam Cozzette2017-03-09
| | | | |/ / / /
| | | * / / / / Avoid redundant type casts for oneof bytes fields.Gravatar Feng Xiao2017-03-08
| |_|/ / / / / |/| | | | | |
| | | | * | | Make JsonFormat locale independent.Gravatar Feng Xiao2017-03-08
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #2602 from GreatFruitOmsk/issue-2428Gravatar Feng Xiao2017-03-08
|\ \ \ \ \ \
* | | | | | | Fix Bad Link for Common LispGravatar Jie Luo2017-03-08
* | | | | | | Rename encode/decode to serializeToString/mergeFromString (#2795)Gravatar Paul Yang2017-03-08
| |_|_|/ / / |/| | | | |
| | | | * | compiler/cli: PrintHelpText prints to stdout instead of stderrGravatar Emmanuel Odeke2017-03-08
| |_|_|/ / |/| | | |
* | | | | Merge pull request #2793 from keveman/masterGravatar Feng Xiao2017-03-07
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #2613 from aausch/fix_memory_leakGravatar Jisi Liu2017-03-06
|\ \ \ \ \ \
| | * | | | | Removed a stray return statement, causing compilation error.Gravatar Manjunath Kudlur2017-03-06
| |/ / / / / |/| | | | |
| | | | | * JS: ensure that extension values are serialized even if they're falsyGravatar Adam Cozzette2017-03-06
* | | | | | Detect if Descriptor.cs changes for csharpGravatar Jie Luo2017-03-06
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #2751 from keveman/masterGravatar Feng Xiao2017-03-06
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #2784 from acozzette/log-2-floor-intGravatar Adam Cozzette2017-03-03
|\ \ \ \ \ \ \
| | * | | | | | Added comment explaining the protobuf_headers target.Gravatar Manjunath Kudlur2017-03-02
| | | * | | | | Detect if Descriptor.cs changes for csharpGravatar Jie Luo2017-03-02
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #2755 from xfxyjwf/rubycompGravatar Feng Xiao2017-03-02
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #2785 from thomasvl/threading_raceGravatar Thomas Van Lenten2017-03-02
|\ \ \ \ \ \ \ \
| * | | | | | | | Handing threading race resolving methods.Gravatar Thomas Van Lenten2017-03-02
|/ / / / / / / /
| | * / / / / / Return uint32 from Log2FloorNonZero64Gravatar Adam Cozzette2017-03-02
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2774 from acozzette/closure-builderGravatar Adam Cozzette2017-03-02
|\ \ \ \ \ \ \
* | | | | | | | Disable static analyzer for message semaphore creation (#2748)Gravatar Sergio Campamá2017-03-01
* | | | | | | | Fix gcc 4.1 build (#1035) (#1913)Gravatar Matt Hauck2017-03-01
* | | | | | | | Change hint type to `const void*` (#2568)Gravatar Matt Hauck2017-03-01
* | | | | | | | Add mergeFrom method on Message (#2766)Gravatar Paul Yang2017-03-01
| * | | | | | | Use closurebuilder.py in favor of calcdeps.py for compiling JavaScriptGravatar Adam Cozzette2017-03-01
|/ / / / / / /
* | | | | | | Merge pull request #2674 from acozzette/js-test-cleanupGravatar Adam Cozzette2017-03-01
|\ \ \ \ \ \ \
| | | | | | | * Undef major/minor if they are defined as macro.Gravatar Feng Xiao2017-02-28
| |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Removed log statement from writer_test.jsGravatar Adam Cozzette2017-02-28
|/ / / / / /
* | | | | | Merge pull request #2770 from xfxyjwf/fixcmakeGravatar Jisi Liu2017-02-28
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #2772 from sschuberth/masterGravatar Feng Xiao2017-02-28
|\ \ \ \ \ \ \
* | | | | | | | There might be duplicated enum values when allow_alias is true. Add Preferred...Gravatar Jie Luo2017-02-28
| * | | | | | | Prefer the term "3-Clause BSD License" over "New BSD License"Gravatar Sebastian Schuberth2017-02-28
| * | | | | | | Fix links to the New BSD License in meta-dataGravatar Sebastian Schuberth2017-02-28
|/ / / / / / /
| * | | | | | Remove the use of C++11 features.Gravatar Feng Xiao2017-02-27
| | * | | | | Add Ruby compatibilty test against 3.0.0.Gravatar Feng Xiao2017-02-27