aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Do strict enum name checking only for proto3Adam Cozzette2016-10-042-9/+27
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.Bo Yang2016-10-032-9/+20
| | | | |
| * | | | Test php5.5_c test on jenkinsBo Yang2016-10-033-30/+36
| | | | |
| * | | | Trigger automated tests for php.Bo Yang2016-09-301-0/+6
| | | | |
| * | | | Set up environment for php automated tests.Bo Yang2016-09-301-6/+46
| | | | |
| * | | | Add php test script for automated tests.Bo Yang2016-09-301-8/+63
| | |/ / | |/| |
| * | | Add script to build Google.Protobuf.Tools for csharp.Bo Yang2016-09-281-0/+52
| | | |
| * | | Merge pull request #2196 from haberman/nodefixJoshua Haberman2016-09-281-0/+12
| |\ \ \ | | |/ / | |/| | Added alias getFieldProto3 as used by older generated code.
| | * | Added alias getFieldProto3 as used by older generated code.Josh Haberman2016-09-281-0/+12
| |/ / | | | | | | | | | | | | Un-breaks users who have old generated code and upgrade to the 3.1.0 release.
| * | Fixing inconsistent php version number.Bo Yang2016-09-262-2/+2
| | |
| * | Merge pull request #2181 from google/jtattermusch-patch-2Feng Xiao2016-09-261-3/+0
| |\ \ | | | | | | | | Update README.md
| | * | Update README.mdJan Tattermusch2016-09-261-3/+0
| |/ /
| * | Fix MSVC stack overflow issue.Feng Xiao2016-09-231-0/+5
| | |
| * | Add php files for make dist.v3.1.0-alpha-1v3.1.0Bo Yang2016-09-234-4/+55
| | |
| * | Update change log for 3.1.0 (#2173)Paul Yang2016-09-231-0/+80
| | |
| * | Merge pull request #2175 from xfxyjwf/fix_jsonFeng Xiao2016-09-233-7/+25
| |\ \ | | | | | | | | Fix VS test failures.
| | * | Force a rebuild of Jenkins docker image.Feng Xiao2016-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed to pick up a Java dependency change and re-populate the offline repo. [skip ci]
| | * | Fix VS test failures.Feng Xiao2016-09-232-6/+24
| | | |
| * | | php: support 5.5.9 for pecl extension (#2174)Stanley Cheung2016-09-231-1/+1
| |/ /
| * | Merge pull request #2171 from xfxyjwf/fix_jsonFeng Xiao2016-09-232-6/+6
| |\ \ | | | | | | | | Reduce test length to avoid stack overflow on VS.
| | * | Use "appveyor DownloadFile"Feng Xiao2016-09-231-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
| | * | Reduce test length to avoid stack overflow on VS.Feng Xiao2016-09-231-3/+3
| | | |
| * | | Update php supported version.Bo Yang2016-09-231-3/+3
| |/ /
| * | Fix python cpp.Bo Yang2016-09-235-15/+13
| | |
| * | Merge pull request #2167 from xfxyjwf/fix_vsFeng Xiao2016-09-2328-462/+748
| |\ \ | | | | | | | | Fix Visual Studio compile issues.
| | * | Fix Visual Studio compile issues.Feng Xiao2016-09-2328-462/+748
| |/ / | | | | | | | | | Change-Id: I6a5078b6bcdf4637e11c1cb9da1f74298e6fc26e
| * | Merge pull request #2170 from pherl/3.1.xJisi Liu2016-09-2314-13/+112
| |\ \ | | | | | | | | Fix default instance destructor and memory leaks
| | * | Fix default instance destructorJisi Liu2016-09-2314-13/+112
| | | |
| | * | Merge branch '3.1.x' of github.com:google/protobuf into 3.1.xJisi Liu2016-09-2323-588/+371
| | |\ \ | | |/ / | |/| |
| * | | Update version number.Bo Yang2016-09-221-1/+1
| | | |
| * | | Bump library version to 11Bo Yang2016-09-221-2/+2
| | | |
| * | | Add back removed descriptor field.Bo Yang2016-09-224-195/+321
| | | |
| * | | Modify php api version and minimum supported php version.Bo Yang2016-09-221-6/+7
| | | |
| * | | PHP: support 7.0 on PHP implementation (#2162)Stanley Cheung2016-09-222-22/+27
| | | | | | | | | | | | | | | | | | | | | | | | * PHP: support 7.0 * Also fix in test_util.php
| * | | update files to include php generators (#2165)Jisi Liu2016-09-223-1/+7
| | | |
| * | | Update version number.Feng Xiao2016-09-2213-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | [skip ci] Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
| * | | Fix java compatibilty tests.Feng Xiao2016-09-221-350/+1
| | | | | | | | | | | | | | | | Change-Id: I3ff47358e66965cab34736eed2a477ae29f02f61
| | * | update files to include php generatorsJisi Liu2016-09-223-1/+7
| | | |
| | * | Update minimum support php version to 5.5Charlene2016-09-211-1/+1
| |/ /
| * | Fix bugs for internal integration.Bo Yang2016-09-221-3/+3
| | |
| * | Fix hash computation for JRuby's RubyMessageBrendan Ribera2016-09-221-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `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.
| * | Fix travis, jenkins environment issues.Bo Yang2016-09-213-3/+3
| | |
| * | Added new has_bits.h file to cmake/extract_includes.bat.in (#2152)Adam Cozzette2016-09-211-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-09-211-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-09-212-217/+215
| | |
| * | Fix python bugs for internal integration.Bo Yang2016-09-213-5/+13
| | |
| * | Bump library veriosn to 3.1Bo Yang2016-09-2125-166/+127
| | |
| * | Fix bugs for internal integration.Bo Yang2016-09-209-1586/+11
| | |
| * | Fix gson dependency.Bo Yang2016-09-202-2/+2
| | | | | | | | | | | | gson 2.3 has internal bug that it doesn't work with some versions of maven.
| * | Bump version number to 3.1.0-alpha-1.Bo Yang2016-09-2015-15/+15
| | |