Andy Hochhaus
b2b65842ea
Silence compile warnings in bazel
8 years ago
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 )
8 years ago
Feng Xiao
c0c3aee6b9
Merge pull request #2229 from xfxyjwf/fixbuild
...
Remove missing files from build.
8 years ago
Feng Xiao
431cee60e6
Remove inexist files from build.
8 years ago
Jisi Liu
d947308aa1
update files to include php generators ( #2165 )
8 years ago
Bo Yang
b0d62dd713
Add csharp/build_tools.sh for dist check.
8 years ago
Bo Yang
96e2d76491
Fix compile error for php on Mac.
8 years ago
Bo Yang
75b69887aa
Fix segmentation fault when ZTS is defined.
8 years ago
Stanley Cheung
52ab3b07ac
PHP: fix ZTS tsrm_ls errors ( #2189 )
...
* PHP: fix ZTS tsrm_ls errors
* Fix a few more macros
8 years ago
Adam Cozzette
71e5994b1a
Merge pull request #2193 from acozzette/common-js-fix
...
Fixed references to foreign nested messages with CommonJS-style imports
8 years ago
Joshua Haberman
60bc203346
Merge pull request #2199 from JasonLunn/patch-1
...
Set platform to "java" under JRuby
8 years ago
Bo Yang
2d897c8fa2
Add test for php zts build.
8 years ago
Bo Yang
3a055be925
Prepare jenkins for testing php zts build.
8 years ago
Adam Cozzette
640c947458
Merge pull request #2204 from acozzette/enum-names
...
Do strict enum name checking only for proto3
8 years ago
Adam Cozzette
149659b72a
Do strict enum name checking only for proto3
...
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 .
8 years ago
Bo Yang
858db7a202
Add travis test on Mac for php.
8 years ago
Thomas Van Lenten
4d87527807
Merge pull request #2218 from thomasvl/xcode8_updates
...
Update the ObjC projects for Xcode 8
8 years ago
Bo Yang
bcb32c0b86
Test php5.5_c test on jenkins
8 years ago
Thomas Van Lenten
297449aaf4
Update the ObjC projects for Xcode 8
...
- 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.
8 years ago
Wojciech Mandrysz
fe1d0a1f5a
JS: Added string encoding/decoding tests for UTF-8
8 years ago
Wojciech Mandrysz
23f108d471
JS: Fixed UTF-8 string encoder/decoder for high codepoints.
8 years ago
Adam Cozzette
350d49449b
Merge pull request #2206 from acozzette/gitignore
...
Updated .gitignore with Java and JavaScript build artifacts
8 years ago
Bo Yang
dae50dc56a
Trigger automated tests for php.
8 years ago
Bo Yang
f17528a1fa
Set up environment for php automated tests.
8 years ago
Bo Yang
1baaedfb3d
Add php test script for automated tests.
8 years ago
Adam Cozzette
25dbc8b1ea
Updated .gitignore with Java and JavaScript build artifacts
8 years ago
Jason Lunn
6005648c2c
Add development dependency requirements
...
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
8 years ago
Derek Murray
1d2c7b6c73
Fix MSVC build when HAVE_LONG_LONG is defined.
8 years ago
Jason Lunn
ee19a7c346
Remove hanging reference to Gemfile.lock
8 years ago
Jason Lunn
d94ff4142a
Delete Gemfile.lock
...
Avoid [failures in travis](https://travis-ci.org/google/protobuf/jobs/163611664 ) under jruby
8 years ago
Jason Lunn
07f3cab3dd
Set platform to "java" under JRuby
...
Proposed fix for #1594
8 years ago
Bo Yang
b9bad65bf3
Add script to build Google.Protobuf.Tools for csharp.
8 years ago
Joshua Haberman
3b88a4ae87
Merge pull request #2196 from haberman/nodefix
...
Added alias getFieldProto3 as used by older generated code.
8 years ago
Thomas Van Lenten
3d598eecee
Merge pull request #2197 from thomasvl/swift_docs
...
Drop the swift docs directory (and content).
8 years ago
Thomas Van Lenten
fb85b4316b
Drop the swift docs directory (and content).
...
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.
8 years ago
Josh Haberman
8b54280395
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.
8 years ago
Adam Cozzette
c4d70123ac
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.
8 years ago
Jisi Liu
3f59452448
Merge pull request #2192 from google/3.0.x
...
Merge 3.0.x into master.
8 years ago
Bo Yang
787f3fb163
Fixing inconsistent php version number.
8 years ago
Feng Xiao
c531b49d38
Merge pull request #2181 from google/jtattermusch-patch-2
...
Update README.md
8 years ago
Jan Tattermusch
530eede12b
Update README.md
8 years ago
Feng Xiao
4d3e4cfa4a
Fix MSVC stack overflow issue.
8 years ago
Bo Yang
a428e42072
Add php files for make dist.
8 years ago
Paul Yang
e7269aa4f6
Update change log for 3.1.0 ( #2173 )
8 years ago
Feng Xiao
87d61e44fa
Merge pull request #2175 from xfxyjwf/fix_json
...
Fix VS test failures.
8 years ago
Feng Xiao
5248f61a34
Force a rebuild of Jenkins docker image.
...
Needed to pick up a Java dependency change and re-populate the offline
repo.
[skip ci]
8 years ago
Stanley Cheung
907a075d7e
php: support 5.5.9 for pecl extension ( #2174 )
8 years ago
Feng Xiao
3c88e1b53d
Fix VS test failures.
8 years ago
Feng Xiao
c454b44335
Merge pull request #2171 from xfxyjwf/fix_json
...
Reduce test length to avoid stack overflow on VS.
8 years ago
Feng Xiao
73c8723266
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
8 years ago