aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | * | | | Test php5.5_c test on jenkinsGravatar Bo Yang2016-10-03
| | | | | | |
| * | | | | | 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
| | | * | | | Trigger automated tests for php.Gravatar Bo Yang2016-09-30
| | | | | | |
| | | * | | | Set up environment for php automated tests.Gravatar Bo Yang2016-09-30
| | | | | | |
| | | * | | | Add php test script for automated tests.Gravatar Bo Yang2016-09-30
| | | | | | |
| * | | | | | 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
| | | | * | Fix MSVC build when HAVE_LONG_LONG is defined.Gravatar Derek Murray2016-09-29
| | | |/ / | | |/| |
| * | | | 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
| * | | Add script to build Google.Protobuf.Tools for csharp.Gravatar Bo Yang2016-09-28
| | | |
| * | | Merge pull request #2196 from haberman/nodefixGravatar Joshua Haberman2016-09-28
| |\ \ \ | | | | | | | | | | Added alias getFieldProto3 as used by older generated code.
* | \ \ \ 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.
| | * / / Added alias getFieldProto3 as used by older generated code.Gravatar Josh Haberman2016-09-28
| |/ / / | | | | | | | | | | | | | | | | Un-breaks users who have old generated code and upgrade to the 3.1.0 release.
| | * / Fixed references to foreign nested messages with CommonJS-style importsGravatar Adam Cozzette2016-09-27
| |/ / | | | | | | | | | | | | | | | | | | | | | A bug was causing generated JSPB code with CommonJS-style imports to refer incorrectly to nested messages from other .proto files. The generated code would have things like "test_pb.InnerMessage" instead of "test_pb.OuterMessage.InnerMessage". This commit fixes the problem by correctly taking into account any message nesting.
* | | Merge pull request #2192 from google/3.0.xGravatar Jisi Liu2016-09-27
|\ \ \ | | | | | | | | Merge 3.0.x into master.
| | * | Fixing inconsistent php version number.Gravatar Bo Yang2016-09-26
| | | |
| | * | Merge pull request #2181 from google/jtattermusch-patch-2Gravatar Feng Xiao2016-09-26
| | |\ \ | | | | | | | | | | Update README.md
| | | * | Update README.mdGravatar Jan Tattermusch2016-09-26
| | |/ /
| | * | Fix MSVC stack overflow issue.Gravatar Feng Xiao2016-09-23
| | | |
| | * | Add php files for make dist.Gravatar Bo Yang2016-09-23
| | | |
| | * | Update change log for 3.1.0 (#2173)Gravatar Paul Yang2016-09-23
| | | |
| | * | Merge pull request #2175 from xfxyjwf/fix_jsonGravatar Feng Xiao2016-09-23
| | |\ \ | | | | | | | | | | Fix VS test failures.
| | | * | Force a rebuild of Jenkins docker image.Gravatar Feng Xiao2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed to pick up a Java dependency change and re-populate the offline repo. [skip ci]
| | * | | php: support 5.5.9 for pecl extension (#2174)Gravatar Stanley Cheung2016-09-23
| | | | |
| | | * | Fix VS test failures.Gravatar Feng Xiao2016-09-23
| | |/ /
| | * | Merge pull request #2171 from xfxyjwf/fix_jsonGravatar Feng Xiao2016-09-23
| | |\ \ | | | | | | | | | | Reduce test length to avoid stack overflow on VS.
| | | * | Use "appveyor DownloadFile"Gravatar Feng Xiao2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "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.Gravatar Bo Yang2016-09-23
| | | | |
| | | * | Reduce test length to avoid stack overflow on VS.Gravatar Feng Xiao2016-09-23
| | |/ /
| | * | Fix python cpp.Gravatar Bo Yang2016-09-23
| | | |
| | * | Merge pull request #2167 from xfxyjwf/fix_vsGravatar Feng Xiao2016-09-23
| | |\ \ | | | | | | | | | | Fix Visual Studio compile issues.
| | | * | Fix Visual Studio compile issues.Gravatar Feng Xiao2016-09-23
| | |/ / | | | | | | | | | | | | Change-Id: I6a5078b6bcdf4637e11c1cb9da1f74298e6fc26e
| | * | Merge pull request #2170 from pherl/3.1.xGravatar Jisi Liu2016-09-23
| | |\ \ | | | | | | | | | | Fix default instance destructor and memory leaks
| | | * | Fix default instance destructorGravatar Jisi Liu2016-09-23
| | | | |
| | | * | Merge branch '3.1.x' of github.com:google/protobuf into 3.1.xGravatar Jisi Liu2016-09-23
| | | |\ \ | | | |/ / | | |/| |
* | | | | 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.
| | | * | | Update version number.Gravatar Bo Yang2016-09-22
| | | | | |
| | | * | | Bump library version to 11Gravatar Bo Yang2016-09-22
| | | | | |
| | | * | | Add back removed descriptor field.Gravatar Bo Yang2016-09-22
| | | | | |
| | | * | | Modify php api version and minimum supported php version.Gravatar Bo Yang2016-09-22
| | | | | |
| | | * | | PHP: support 7.0 on PHP implementation (#2162)Gravatar Stanley Cheung2016-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP: support 7.0 * Also fix in test_util.php
| | | * | | update files to include php generators (#2165)Gravatar Jisi Liu2016-09-22
| | | | | |
| | | * | | Update version number.Gravatar Feng Xiao2016-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [skip ci] Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
| | | * | | Fix java compatibilty tests.Gravatar Feng Xiao2016-09-22
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3ff47358e66965cab34736eed2a477ae29f02f61
| | | | * | update files to include php generatorsGravatar Jisi Liu2016-09-22
| | | | | |