aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use "appveyor DownloadFile"Feng Xiao2016-10-101-3/+3
| | | | | | | "ps: StartFileDownload" is broken by a recent appveyor image update: http://help.appveyor.com/discussions/problems/5308-ci-frequently-hangs-with-recent-image-update Change-Id: Ia73aa8b12f77eb9bbec556a4c05310153aad97bf
* Update php supported version.Bo Yang2016-10-101-3/+3
|
* Reduce test length to avoid stack overflow on VS.Feng Xiao2016-10-101-3/+3
|
* Fix python cpp.Bo Yang2016-10-105-15/+13
|
* Fix Visual Studio compile issues.Feng Xiao2016-10-1028-462/+748
| | | | Change-Id: I6a5078b6bcdf4637e11c1cb9da1f74298e6fc26e
* Fix default instance destructorJisi Liu2016-10-1014-13/+112
|
* Update version number.Bo Yang2016-10-101-1/+1
|
* Bump library version to 11Bo Yang2016-10-101-2/+2
|
* Add back removed descriptor field.Bo Yang2016-10-104-195/+321
|
* Modify php api version and minimum supported php version.Bo Yang2016-10-101-5/+6
|
* PHP: support 7.0 on PHP implementation (#2162)Stanley Cheung2016-10-102-22/+27
| | | | | | * PHP: support 7.0 * Also fix in test_util.php
* Update version number.Feng Xiao2016-10-1012-12/+12
| | | | | | [skip ci] Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
* Fix java compatibilty tests.Feng Xiao2016-10-101-350/+1
| | | | Change-Id: I3ff47358e66965cab34736eed2a477ae29f02f61
* update files to include php generatorsJisi Liu2016-10-102-0/+4
|
* Update minimum support php version to 5.5Charlene2016-10-101-1/+1
|
* Fix bugs for internal integration.Bo Yang2016-10-101-3/+3
|
* Fix travis, jenkins environment issues.Bo Yang2016-10-103-3/+3
|
* Added new has_bits.h file to cmake/extract_includes.bat.in (#2152)Adam Cozzette2016-10-101-0/+1
| | | | 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) ↵Adam Cozzette2016-10-101-7/+3
| | | | | | | | | (#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.Bo Yang2016-10-102-217/+215
|
* Fix python bugs for internal integration.Bo Yang2016-10-103-5/+13
|
* Bump library veriosn to 3.1Bo Yang2016-10-1025-166/+127
|
* Fix bugs for internal integration.Bo Yang2016-10-109-1585/+8
|
* Bump version number to 3.1.0-alpha-1.Bo Yang2016-10-1014-14/+14
|
* Fix for maps_test.js in JavaScript. (#2145)Joshua Haberman2016-10-102-63/+31
| | | | | 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.Bo Yang2016-10-104-41/+49
|
* Integrate internal changesBo Yang2016-10-10280-8143/+19647
|
* Merge pull request #2236 from hochhaus/masterFeng Xiao2016-10-093-10/+18
|\ | | | | Silence compile warnings in bazel
| * Silence compile warnings in bazelAndy Hochhaus2016-10-093-10/+18
|/
* Merge pull request #2229 from xfxyjwf/fixbuildFeng Xiao2016-10-062-4/+0
|\ | | | | Remove missing files from build.
| * Remove inexist files from build.Feng Xiao2016-10-062-4/+0
|/
* update files to include php generators (#2165)Jisi Liu2016-10-063-1/+7
|
* Merge pull request #2199 from JasonLunn/patch-1Joshua Haberman2016-10-043-35/+5
|\ | | | | Set platform to "java" under JRuby
| * Add development dependency requirementsJason Lunn2016-09-291-4/+4
| | | | | | 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.lockJason Lunn2016-09-291-1/+0
| |
| * Delete Gemfile.lockJason Lunn2016-09-291-30/+0
| | | | | | Avoid [failures in travis](https://travis-ci.org/google/protobuf/jobs/163611664) under jruby
| * Set platform to "java" under JRubyJason Lunn2016-09-291-0/+1
| | | | | | Proposed fix for #1594
* | Merge pull request #2218 from thomasvl/xcode8_updatesThomas Van Lenten2016-10-039-175/+205
|\ \ | | | | | | Update the ObjC projects for Xcode 8
| * | Update the ObjC projects for Xcode 8Thomas Van Lenten2016-10-039-175/+205
|/ / | | | | | | | | | | | | | | | | | | - 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/gitignoreAdam Cozzette2016-09-301-1/+10
|\ \ | |/ |/| Updated .gitignore with Java and JavaScript build artifacts
| * Updated .gitignore with Java and JavaScript build artifactsAdam Cozzette2016-09-291-1/+10
|/
* Merge pull request #2197 from thomasvl/swift_docsThomas Van Lenten2016-09-281-674/+0
|\ | | | | Drop the swift docs directory (and content).
| * Drop the swift docs directory (and content).Thomas Van Lenten2016-09-281-674/+0
|/ | | | | 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.xJisi Liu2016-09-2713-13/+13
|\ | | | | Merge 3.0.x into master.
| * Merge pull request #2157 from google/csharp_remove_beta_notice3.0.xJan Tattermusch2016-09-221-3/+0
| |\ | | | | | | Update README.md
| | * Update README.mdJan Tattermusch2016-09-221-3/+0
| |/
| * Merge pull request #2111 from pherl/3.0.xJisi Liu2016-09-1513-13/+13
| |\ | | | | | | Fix the version number for 3.0.2
| | * Update generated files.Jisi Liu2016-09-1412-12/+12
| | |
| | * Fix the version number for 3.0.2Jisi Liu2016-09-131-1/+1
| |/
* | Added C++ benchmark. (#1525)Joshua Haberman2016-09-239-1/+265
| |