aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | | | Add php files for make dist.Gravatar Bo Yang2016-10-10
| | | | |
| * | | | Update change log for 3.1.0 (#2173)Gravatar Paul Yang2016-10-10
| | | | |
| * | | | Force a rebuild of Jenkins docker image.Gravatar Feng Xiao2016-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-10-10
| | | | |
| * | | | Fix VS test failures.Gravatar Feng Xiao2016-10-10
| | | | |
| * | | | Use "appveyor DownloadFile"Gravatar Feng Xiao2016-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "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-10-10
| | | | |
| * | | | Reduce test length to avoid stack overflow on VS.Gravatar Feng Xiao2016-10-10
| | | | |
| * | | | Fix python cpp.Gravatar Bo Yang2016-10-10
| | | | |
| * | | | Fix Visual Studio compile issues.Gravatar Feng Xiao2016-10-10
| | | | | | | | | | | | | | | | | | | | Change-Id: I6a5078b6bcdf4637e11c1cb9da1f74298e6fc26e
| * | | | Fix default instance destructorGravatar Jisi Liu2016-10-10
| | | | |
| * | | | 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
|/ / / /
| * | | Fix python_cpp test on Mac. Link staticly when building extension, so that ↵Gravatar Paul Yang2016-10-07
| | | | | | | | | | | | | | | | the extension doesn't require installing protobuf library. (#2232)
* | | | 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
| | | |
| * | | Add csharp/build_tools.sh for dist check.Gravatar Bo Yang2016-10-06
| | | |
| * | | Fix compile error for php on Mac.Gravatar Bo Yang2016-10-05
| | | |
| * | | Fix segmentation fault when ZTS is defined.Gravatar Bo Yang2016-10-05
| | | |
| * | | PHP: fix ZTS tsrm_ls errors (#2189)Gravatar Stanley Cheung2016-10-04
| | | | | | | | | | | | | | | | | | | | | | | | * PHP: fix ZTS tsrm_ls errors * Fix a few more macros
| * | | Merge pull request #2193 from acozzette/common-js-fixGravatar Adam Cozzette2016-10-04
| |\ \ \ | | | | | | | | | | Fixed references to foreign nested messages with CommonJS-style imports
* | \ \ \ Merge pull request #2199 from JasonLunn/patch-1Gravatar Joshua Haberman2016-10-04
|\ \ \ \ \ | | | | | | | | | | | | Set platform to "java" under JRuby
| | * | | | Add test for php zts build.Gravatar Bo Yang2016-10-04
| | | | | |
| | * | | | Prepare jenkins for testing php zts build.Gravatar Bo Yang2016-10-04
| | | | | |
| | * | | | Merge pull request #2204 from acozzette/enum-namesGravatar Adam Cozzette2016-10-04
| | |\ \ \ \ | | | | | | | | | | | | | | Do strict enum name checking only for proto3
| | | * | | | Do strict enum name checking only for proto3Gravatar Adam Cozzette2016-10-04
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There seem to already be .proto files out there that have conflicting enum names, which will not be able to build successfully for some languages (like C#). To prevent this problem from spreading, let's make it an error for proto3 but just issue a warning for proto2. This fixes issue #2179.
| | * | | | Add travis test on Mac for php.Gravatar Bo Yang2016-10-03
| | | | | |
* | | | | | Merge pull request #2218 from thomasvl/xcode8_updatesGravatar Thomas Van Lenten2016-10-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update the ObjC projects for Xcode 8