Bo Yang
89db7ce02b
Add script to build Google.Protobuf.Tools for csharp.
2016-10-10 11:44:21 -07:00
Josh Haberman
f2eeaf7110
Added alias getFieldProto3 as used by older generated code.
...
Un-breaks users who have old generated code and upgrade
to the 3.1.0 release.
2016-10-10 11:44:21 -07:00
Adam Cozzette
4a4a1627c1
Fixed references to foreign nested messages with CommonJS-style imports
...
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.
2016-10-10 11:44:21 -07:00
Bo Yang
0bf5482712
Fixing inconsistent php version number.
2016-10-10 11:44:21 -07:00
Feng Xiao
ae9455c274
Fix MSVC stack overflow issue.
2016-10-10 11:44:21 -07:00
Bo Yang
e0a6e52023
Add php files for make dist.
2016-10-10 11:44:21 -07:00
Paul Yang
17cc42a45a
Update change log for 3.1.0 ( #2173 )
2016-10-10 11:44:21 -07:00
Feng Xiao
8db25a2975
Force a rebuild of Jenkins docker image.
...
Needed to pick up a Java dependency change and re-populate the offline
repo.
[skip ci]
2016-10-10 11:44:21 -07:00
Stanley Cheung
a41349dd68
php: support 5.5.9 for pecl extension ( #2174 )
2016-10-10 11:44:21 -07:00
Feng Xiao
39685f67d7
Fix VS test failures.
2016-10-10 11:44:21 -07:00
Feng Xiao
2937c67429
Use "appveyor DownloadFile"
...
"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
2016-10-10 11:44:21 -07:00
Bo Yang
b155958859
Update php supported version.
2016-10-10 11:44:21 -07:00
Feng Xiao
9e260a323b
Reduce test length to avoid stack overflow on VS.
2016-10-10 11:44:21 -07:00
Bo Yang
1c4cf0eeb5
Fix python cpp.
2016-10-10 11:44:21 -07:00
Feng Xiao
460e7dd7c4
Fix Visual Studio compile issues.
...
Change-Id: I6a5078b6bcdf4637e11c1cb9da1f74298e6fc26e
2016-10-10 11:44:21 -07:00
Jisi Liu
4cf072248f
Fix default instance destructor
2016-10-10 11:44:21 -07:00
Bo Yang
f9f3c35eb3
Update version number.
2016-10-10 11:44:21 -07:00
Bo Yang
0c7852526b
Bump library version to 11
2016-10-10 11:44:21 -07:00
Bo Yang
e62d1f13f2
Add back removed descriptor field.
2016-10-10 11:44:21 -07:00
Bo Yang
fac876dc7b
Modify php api version and minimum supported php version.
2016-10-10 11:44:21 -07:00
Stanley Cheung
9372292b29
PHP: support 7.0 on PHP implementation ( #2162 )
...
* PHP: support 7.0
* Also fix in test_util.php
2016-10-10 11:44:21 -07:00
Feng Xiao
f933d10fbe
Update version number.
...
[skip ci]
Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
2016-10-10 11:44:21 -07:00
Feng Xiao
04d72c2997
Fix java compatibilty tests.
...
Change-Id: I3ff47358e66965cab34736eed2a477ae29f02f61
2016-10-10 11:43:48 -07:00
Jisi Liu
9d4657a9e2
update files to include php generators
2016-10-10 11:43:48 -07:00
Charlene
633fdfb510
Update minimum support php version to 5.5
2016-10-10 11:43:48 -07:00
Bo Yang
952638549b
Fix bugs for internal integration.
2016-10-10 11:43:48 -07:00
Bo Yang
89d8e43428
Fix travis, jenkins environment issues.
2016-10-10 11:43:48 -07:00
Adam Cozzette
7fecfdbaa8
Added new has_bits.h file to cmake/extract_includes.bat.in ( #2152 )
...
This is necessary so that the CMake build knows to include this header
file in the installation include/ directory.
2016-10-10 11:43:48 -07:00
Adam Cozzette
f7bb8477a8
Fixed quadratic behavior in JSPB deserialization of repeated fields ( #2117 ) ( #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().
2016-10-10 11:43:48 -07:00
Bo Yang
31dd4998df
Fix bugs for csharp and ruby for internal integration.
2016-10-10 11:43:48 -07:00
Bo Yang
23d4688cce
Fix python bugs for internal integration.
2016-10-10 11:43:48 -07:00
Bo Yang
93007e15ff
Bump library veriosn to 3.1
2016-10-10 11:43:48 -07:00
Bo Yang
fe1aaad7fe
Fix bugs for internal integration.
2016-10-10 11:39:55 -07:00
Bo Yang
15f4db6cb1
Bump version number to 3.1.0-alpha-1.
2016-10-10 11:24:31 -07:00
Joshua Haberman
af62fde5e8
Fix for maps_test.js in JavaScript. ( #2145 )
...
Had to strip out some JSPB-format test code,
but also added some .proto test messages that
had been improperly stripped out.
2016-10-10 11:23:36 -07:00
Bo Yang
e3f0689d05
Fix bugs for internal integration.
2016-10-10 11:23:36 -07:00
Bo Yang
cc8ca5b6a5
Integrate internal changes
2016-10-10 11:23:36 -07:00
Feng Xiao
337a028bb6
Merge pull request #2236 from hochhaus/master
...
Silence compile warnings in bazel
2016-10-09 08:47:59 -07:00
Andy Hochhaus
b2b65842ea
Silence compile warnings in bazel
2016-10-09 08:36:01 -07:00
Paul Yang
bc3bff165f
Fix python_cpp test on Mac. Link staticly when building extension, so that the extension doesn't require installing protobuf library. ( #2232 )
2016-10-07 16:09:26 -07:00
Feng Xiao
c0c3aee6b9
Merge pull request #2229 from xfxyjwf/fixbuild
...
Remove missing files from build.
2016-10-06 22:26:29 -07:00
Feng Xiao
431cee60e6
Remove inexist files from build.
2016-10-06 16:36:45 -07:00
Jisi Liu
d947308aa1
update files to include php generators ( #2165 )
2016-10-06 11:49:47 -07:00
Bo Yang
b0d62dd713
Add csharp/build_tools.sh for dist check.
2016-10-06 10:23:34 -07:00
Bo Yang
96e2d76491
Fix compile error for php on Mac.
2016-10-05 19:15:31 -07:00
Bo Yang
75b69887aa
Fix segmentation fault when ZTS is defined.
2016-10-05 11:00:39 -07:00
Stanley Cheung
52ab3b07ac
PHP: fix ZTS tsrm_ls errors ( #2189 )
...
* PHP: fix ZTS tsrm_ls errors
* Fix a few more macros
2016-10-04 13:39:51 -07:00
Adam Cozzette
71e5994b1a
Merge pull request #2193 from acozzette/common-js-fix
...
Fixed references to foreign nested messages with CommonJS-style imports
2016-10-04 13:14:12 -07:00
Joshua Haberman
60bc203346
Merge pull request #2199 from JasonLunn/patch-1
...
Set platform to "java" under JRuby
2016-10-04 11:21:34 -07:00
Bo Yang
2d897c8fa2
Add test for php zts build.
2016-10-04 17:50:59 +00:00