Josh Haberman
d61aede89c
Down-integrate from google3.
6 years ago
Sigurd Meldgaard
4e5ae963e8
On Windows invoke plugins using cmd.exe
...
This will find .bat files as well as .exe.
Only affects the case when plugins are invoked from PATH.
This does not change behaviour when compiled under Cygwin..
6 years ago
Joshua Haberman
fd90f45360
Merge pull request #5103 from haberman/cmake
...
Added conformance test impl file to CMake.
6 years ago
Feng Xiao
37b5617d42
Merge pull request #5099 from oqton/feature/issue-5806
...
Fixes JSON Loading of Any messages with Unknown Fields in C++
6 years ago
Joshua Haberman
64f5af2f9c
Added conformance test impl file to CMake.
6 years ago
Joshua Haberman
d340bdf508
Merge pull request #5078 from haberman/conformance-cmake
...
Added cmake build files for the conformance test runner.
6 years ago
Feng Xiao
d42ec0791a
Merge pull request #5092 from xfxyjwf/contrib
...
Add contributing guidelines.
6 years ago
Paul Yang
d05926861b
Fix well known type class not inheriting Message ( #5095 )
...
* Fix well known type class not inheriting Message
Previously, well known types only implement Message interface but not inhert it.
Fix the problem by calling zend_do_inheritance
* Add back commented tests
6 years ago
Paul Yang
98e26a4195
Add missing reference to conformanc_test_impl.cc in Makefile ( #5100 )
...
* Add missing reference to conformanc_test_impl.cc in Makefile
* Update conformance failure list
6 years ago
Brandon Cole
52870ad8fd
Also make sure known fields come across as expected
6 years ago
Brandon Cole
3d32de9b2c
Code fixes for the original unit test.
...
Credit goes to @mercret for the fix.
6 years ago
Brandon Cole
d83a9f66bc
Add unit test for loading unknown fields in Any messages
...
Use ./tests.sh cpp to run it
6 years ago
Feng Xiao
2102a70e51
Add constributing guidelines.
6 years ago
Feng Xiao
9a8d9b1014
Merge pull request #5082 from elharo/guava
...
update version
6 years ago
Feng Xiao
0bfe1ca277
Merge pull request #5079 from GobySoft/request-new-extension
...
Request new option extension (and update URLs for existing projects)
6 years ago
Feng Xiao
86c7786be8
Merge pull request #5077 from EmersonGaziz/patch-1
...
Update options.md | fix website url for C# port
6 years ago
scentini
664f9277b5
Create compiler_config_setting.bzl
6 years ago
scentini
b30ddee2aa
use flag_values = {"@bazel_tools//tools/cpp:compiler": "x"} for compiler config_settings
6 years ago
Elliotte Harold
259331566b
update version
6 years ago
Josh Haberman
0e3fa28e47
Added missing file to Makefile.am.
6 years ago
Toby Schneider
4fd7bdee48
Update options.md
...
Update my projects' (DCCL / Goby) URLs.
Propose new extension for CGSN Mooring project.
6 years ago
Josh Haberman
4249692ce6
Added cmake build files for the conformance test runner.
...
I want to use the conformance tests from upb, which is switching
to CMake.
6 years ago
Gohar Aziz
f3a74befcd
Update options.md | fix website url for C# port
...
Update options.md | fix website url for C# port of protocol buffers.. From `http://github.com/jskeet/dotnet-protobufs ` to `https://github.com/jskeet/protobuf-csharp-port `
6 years ago
Feng Xiao
45d03a9771
Merge pull request #5074 from xfxyjwf/links
...
Revert changed links in Dockerfiles.
6 years ago
Feng Xiao
a0a17e24d7
Fix go tests.
6 years ago
Feng Xiao
409f954673
Revert changed links in Dockerfiles.
...
These changes require building new docker images and without new images
our kokoro tests are all failing.
6 years ago
Feng Xiao
fd4baa91e7
Merge pull request #5068 from xfxyjwf/links
...
Replace repo links.
6 years ago
Feng Xiao
afe98de32a
Replace repo links.
6 years ago
Jon Skeet
228530e2da
Support creating FileDescriptors dynamically from binary data.
...
Related to #658 and #5007 .
6 years ago
Feng Xiao
fa252ec2a5
Merge pull request #5024 from greenhouse-org/fix-windows-path
...
Fix TryCreateParentDirectory on Windows
6 years ago
Feng Xiao
9590dd2c4f
Merge pull request #5050 from lucidsoftware/lucid
...
Change deprecated Bazel single file attr param
6 years ago
Feng Xiao
5d38db4d51
Merge pull request #5048 from jozefizso/fix/4579_backport_for_3.6.x
...
Include version information in Windows binaries (backport #4579 for 3.6.x)
6 years ago
Adam Cozzette
859405a62b
Merge pull request #5049 from nehaljwani/backport-4854
...
Backport #4854 to 3.6.x
6 years ago
Nehal J Wani
fd25c5617b
Set LIBPROTOBUF_EXPORT on GenericTypeHandler<class google::protobuf::Message>
...
This should fix https://github.com/google/protobuf/issues/4717
6 years ago
Adam Cozzette
33d41628c2
Set LIBPROTOBUF_EXPORT on GzipOutputStream::Options
...
This fixes issue #2610 .
This was originally fixed in a101fa5289
, but got
reverted by d36c0c538a
6 years ago
Jozef Izso
d2c35ce4cb
Backport the PR #4579 to 3.6.x branch
...
Implements #3380
6 years ago
James Judd
d5f0dac497
Change deprecated Bazel single file attr param
...
This removes the need for --incompatible_disable_deprecated_attr_params
when using Protobuf
6 years ago
Jie Luo
ab09b2a2e2
Disable surrogate check for ucs2 ( #5039 )
...
* _SURROGATE_PATTERN check for ucs4
Skip some test for ucs2 by sys.maxunicode
6 years ago
Feng Xiao
fe2eef4bf4
Merge pull request #5042 from dsnet/master
...
Document wrapper non-uses
6 years ago
Joe Tsai
6b6e155ff9
Document wrapper non-uses
...
Document the cases where the wrapper well-known types are not useful.
6 years ago
Feng Xiao
d39c7ef6eb
Merge pull request #5033 from xfxyjwf/up
...
Fix issues discovered in up-integration.
6 years ago
Feng Xiao
fa11dea05b
Fix issues discovered in up-integration.
6 years ago
Feng Xiao
f2a326d36e
Merge pull request #5041 from xfxyjwf/bazel
...
Add status badge for bazel build.
6 years ago
Feng Xiao
b4646ecfff
Add status badge for bazel build.
6 years ago
Feng Xiao
2932594145
Merge pull request #5040 from xfxyjwf/bazel
...
Fix bazel test.
6 years ago
Feng Xiao
bde4eaf137
Update build files.
...
* Fixes https://github.com/google/protobuf/issues/5031
* Fixes https://github.com/google/protobuf/issues/5037
6 years ago
Feng Xiao
4c70c9cb17
Merge pull request #5038 from xfxyjwf/proto2
...
Down-integrate proto2 namespace fix.
6 years ago
Sam Smith
bf784289d2
Always spilt on '\' and '/'
6 years ago
Joshua Haberman
585b24e9a6
Merge pull request #5032 from TeBoring/json-wrapper
...
Fix json parsing of wrapper values
6 years ago
Feng Xiao
14be563f00
Down-integrate proto2 namespace fix.
6 years ago