- 09 Oct, 2016 2 commits
-
-
Feng Xiao authored
Silence compile warnings in bazel
-
Andy Hochhaus authored
-
- 07 Oct, 2016 1 commit
-
-
Feng Xiao authored
Remove missing files from build.
-
- 06 Oct, 2016 2 commits
- 04 Oct, 2016 1 commit
-
-
Joshua Haberman authored
Set platform to "java" under JRuby
-
- 03 Oct, 2016 2 commits
-
-
Thomas Van Lenten authored
Update the ObjC projects for Xcode 8
-
Thomas Van Lenten authored
- Let Xcode 8 update settings on the projects/schemes. - Migrate Swift tests to Swift 3 syntax. - Update the build/test script: - Require Xcode 8 (because of the Swift 3 requirement for tests) - Update the devices to what Xcode 8 has (8.x simulator seem to fail even though they can be downloaded in Xcode 8) - Update the travis images to ones with Xcode 8.
-
- 30 Sep, 2016 1 commit
-
-
Adam Cozzette authored
Updated .gitignore with Java and JavaScript build artifacts
-
- 29 Sep, 2016 5 commits
-
-
Adam Cozzette authored
-
Jason Lunn authored
Uses values from the removed `Gemfile.lock` as a baseline for version requirements, though it has been observed to work with the latest versions of all the referenced gems - see https://travis-ci.org/google/protobuf/builds/163625616 for details
-
Jason Lunn authored
-
Jason Lunn authored
Avoid [failures in travis](https://travis-ci.org/google/protobuf/jobs/163611664) under jruby
-
Jason Lunn authored
Proposed fix for #1594
-
- 28 Sep, 2016 2 commits
-
-
Thomas Van Lenten authored
Drop the swift docs directory (and content).
-
Thomas Van Lenten authored
Since the official home is looking like it will be in another repo, it makes more sense for the relevant docs to live there instead.
-
- 27 Sep, 2016 1 commit
-
-
Jisi Liu authored
Merge 3.0.x into master.
-
- 23 Sep, 2016 2 commits
-
-
Joshua Haberman authored
-
Feng Xiao authored
Added convenient script for generating changelog draft.
-
- 22 Sep, 2016 4 commits
-
-
Jan Tattermusch authored
Update README.md
-
Jan Tattermusch authored
-
Jan Tattermusch authored
Update README.md
-
Jan Tattermusch authored
-
- 21 Sep, 2016 6 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.
-
Josh Haberman authored
-
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
-