aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update version number.Gravatar Bo Yang2016-10-10
|
* Bump library version to 11Gravatar Bo Yang2016-10-10
|
* Add back removed descriptor field.Gravatar Bo Yang2016-10-10
|
* Modify php api version and minimum supported php version.Gravatar Bo Yang2016-10-10
|
* PHP: support 7.0 on PHP implementation (#2162)Gravatar Stanley Cheung2016-10-10
| | | | | | * PHP: support 7.0 * Also fix in test_util.php
* Update version number.Gravatar Feng Xiao2016-10-10
| | | | | | [skip ci] Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
* Fix java compatibilty tests.Gravatar Feng Xiao2016-10-10
| | | | Change-Id: I3ff47358e66965cab34736eed2a477ae29f02f61
* update files to include php generatorsGravatar Jisi Liu2016-10-10
|
* Update minimum support php version to 5.5Gravatar Charlene2016-10-10
|
* Fix bugs for internal integration.Gravatar Bo Yang2016-10-10
|
* Fix travis, jenkins environment issues.Gravatar Bo Yang2016-10-10
|
* Added new has_bits.h file to cmake/extract_includes.bat.in (#2152)Gravatar Adam Cozzette2016-10-10
| | | | This is necessary so that the CMake build knows to include this header file in the installation include/ directory.
* Fixed quadratic behavior in JSPB deserialization of repeated fields (#2117) ↵Gravatar Adam Cozzette2016-10-10
| | | | | | | | | (#2146) 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().
* Fix bugs for csharp and ruby for internal integration.Gravatar Bo Yang2016-10-10
|
* Fix python bugs for internal integration.Gravatar Bo Yang2016-10-10
|
* Bump library veriosn to 3.1Gravatar Bo Yang2016-10-10
|
* Fix bugs for internal integration.Gravatar Bo Yang2016-10-10
|
* Bump version number to 3.1.0-alpha-1.Gravatar Bo Yang2016-10-10
|
* Fix for maps_test.js in JavaScript. (#2145)Gravatar Joshua Haberman2016-10-10
| | | | | Had to strip out some JSPB-format test code, but also added some .proto test messages that had been improperly stripped out.
* Fix bugs for internal integration.Gravatar Bo Yang2016-10-10
|
* Integrate internal changesGravatar Bo Yang2016-10-10
|
* Merge pull request #2236 from hochhaus/masterGravatar Feng Xiao2016-10-09
|\ | | | | Silence compile warnings in bazel
| * Silence compile warnings in bazelGravatar Andy Hochhaus2016-10-09
|/
* Merge pull request #2229 from xfxyjwf/fixbuildGravatar Feng Xiao2016-10-06
|\ | | | | Remove missing files from build.
| * Remove inexist files from build.Gravatar Feng Xiao2016-10-06
|/
* update files to include php generators (#2165)Gravatar Jisi Liu2016-10-06
|
* Merge pull request #2199 from JasonLunn/patch-1Gravatar Joshua Haberman2016-10-04
|\ | | | | Set platform to "java" under JRuby
* \ Merge pull request #2218 from thomasvl/xcode8_updatesGravatar Thomas Van Lenten2016-10-03
|\ \ | | | | | | Update the ObjC projects for Xcode 8
| * | Update the ObjC projects for Xcode 8Gravatar Thomas Van Lenten2016-10-03
|/ / | | | | | | | | | | | | | | | | | | - 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.
* | Merge pull request #2206 from acozzette/gitignoreGravatar Adam Cozzette2016-09-30
|\ \ | | | | | | Updated .gitignore with Java and JavaScript build artifacts
| * | Updated .gitignore with Java and JavaScript build artifactsGravatar Adam Cozzette2016-09-29
|/ /
| * Add development dependency requirementsGravatar Jason Lunn2016-09-29
| | | | | | 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
| * Remove hanging reference to Gemfile.lockGravatar Jason Lunn2016-09-29
| |
| * Delete Gemfile.lockGravatar Jason Lunn2016-09-29
| | | | | | Avoid [failures in travis](https://travis-ci.org/google/protobuf/jobs/163611664) under jruby
| * Set platform to "java" under JRubyGravatar Jason Lunn2016-09-29
|/ | | Proposed fix for #1594
* Merge pull request #2197 from thomasvl/swift_docsGravatar Thomas Van Lenten2016-09-28
|\ | | | | Drop the swift docs directory (and content).
| * Drop the swift docs directory (and content).Gravatar Thomas Van Lenten2016-09-28
|/ | | | | 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.
* Merge pull request #2192 from google/3.0.xGravatar Jisi Liu2016-09-27
|\ | | | | Merge 3.0.x into master.
* | Added C++ benchmark. (#1525)Gravatar Joshua Haberman2016-09-23
| |
* | Merge pull request #2153 from haberman/generatechangelogGravatar Feng Xiao2016-09-23
|\ \ | | | | | | Added convenient script for generating changelog draft.
* \ \ Merge pull request #2159 from google/jtattermusch-patch-1Gravatar Jan Tattermusch2016-09-22
|\ \ \ | | | | | | | | Update README.md
| * | | Update README.mdGravatar Jan Tattermusch2016-09-22
|/ / /
| | * Merge pull request #2157 from google/csharp_remove_beta_noticeGravatar Jan Tattermusch2016-09-22
| | |\ | | | | | | | | Update README.md
| | | * Update README.mdGravatar Jan Tattermusch2016-09-22
| | |/
* | | Fix gson dependency.Gravatar Bo Yang2016-09-21
| | | | | | | | | | | | gson 2.3 has internal bug that it doesn't work with some versions of maven.
* | | Merge pull request #2035 from sergiocampama/cppGravatar Feng Xiao2016-09-21
|\ \ \ | | | | | | | | Fixes static analyzer issues from xcode.
| | * | Added convenient script for generating changelog draft.Gravatar Josh Haberman2016-09-21
| |/ / |/| |
* | | Merge pull request #2149 from khingblue/remove-obsoleted-projectGravatar Feng Xiao2016-09-21
|\ \ \ | | | | | | | | Remove obsoleted project of j2me
| * | | Remove obsoleted project of j2meGravatar Khing2016-09-21
|/ / /
| * / Fixes static analyzer issues from xcode.Gravatar Sergio Campama2016-09-20
|/ /