Adam Cozzette
11d26ce24c
Removed unused variables in repeated_scalar_container.cc
7 years ago
Adam Cozzette
fcde518699
Try using a new version of Visual Studio on AppVeyor
...
We need to use a new enough version to ensure that constexpr is
available.
7 years ago
Adam Cozzette
8b3a72f3e9
Removed unused code pertaining to shared_ptr
7 years ago
Adam Cozzette
ec40953257
Updated conformance failure lists
7 years ago
Adam Cozzette
ec57f511c1
Added map_lite_test.proto to fix LiteTest
7 years ago
Adam Cozzette
c5fcce5f69
Added pyext/thread_unsafe_shared_ptr.h
7 years ago
Adam Cozzette
3fa5dadb61
Removed unrecognized option from no_package.proto
7 years ago
Adam Cozzette
00b1c14832
Added new test source files to Makefile.am
7 years ago
Adam Cozzette
616fe05fc3
Removed use of some type traits
...
Pre-5.1.0 versions of GCC do not support these particular type traits
(see https://github.com/google/protobuf/issues/417 ).
7 years ago
Adam Cozzette
837c94b86f
Include no_package.proto in Python test
7 years ago
Adam Cozzette
67952fab2c
Deleted scoped_ptr.h
...
We no longer need this, now that we have finished the switch to C++11
and are using std::unique_ptr.
7 years ago
Adam Cozzette
b1216d95db
Updated checked-in generated code
7 years ago
Adam Cozzette
64a5c803f3
Fixed up proto3_lite_unittest.cc
7 years ago
Adam Cozzette
afe96b6d42
Merge branch 'master' into down-integrate
7 years ago
Adam Cozzette
0400cca323
Integrated internal changes from Google
7 years ago
Adam Cozzette
89b5333ad0
Merge pull request #4378 from acozzette/node-buffer
...
Revert "Removed mention of Buffer in byteSourceToUint8Array"
7 years ago
Joshua Haberman
4f110257c5
Merge pull request #4167 from mike9005/patch-1
...
Ruby: Fix scope resolution for MessageExts
7 years ago
Jisi Liu
5487d8ca0f
Merge pull request #4380 from mateuszmatejczyk/patch-1
...
Output *_pb2_grpc.py files when use_grpc_plugin=True
7 years ago
Jisi Liu
478751903a
Merge pull request #1333 from cgull/pkg-config-issue
...
Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4
7 years ago
Mateusz Matejczyk
294b5758c3
Output *_pb2_grpc.py when use_grpc_plugin=True
...
Start outputting missing *_pb2_grpc.py files when use_grpc_plugin is set to True for py_proto_library.
7 years ago
Adam Cozzette
f8005a5d5a
Revert "Removed mention of Buffer in byteSourceToUint8Array"
...
This reverts commit f00e06c95b
.
Although Node Buffers are not covered by the tests, it seems that there
are users relying on them, so we need to add back in support for them.
This fixes issue #4359 .
7 years ago
Feng Xiao
8e44a86fac
Merge pull request #4347 from xfxyjwf/pluginpb
...
Revert "Move `compiler/plugin.pb.cc` to libprotobuf with the other WKT sources."
7 years ago
Feng Xiao
6ebfa148a4
Merge pull request #4375 from jo2y/protoc-default
...
Replace //:protoc and similar default macro arguments with
7 years ago
James O'Kane
950f5e4205
Replace //:protoc and similar default macro arguments with
...
@com_google_protobuf prefixed versions. This allows them to work in 3rd party
repositories.
Fix a bad visibility rule. :hidden does not exist, but :private does.
7 years ago
Paul Yang
6dd563a674
Sync upb change ( #4373 )
7 years ago
Paul Yang
a48d58df96
Convert descriptortype to type for upb_msgval_sizeof ( #4357 )
7 years ago
Paul Yang
0f4ad85740
For encoding upb needs descriptor type instead of type. ( #4354 )
7 years ago
Adam Cozzette
55d07586e9
Merge pull request #4355 from acozzette/typo
...
PHP: fixed typo in message.c
7 years ago
Adam Cozzette
5004d09ff0
PHP: fixed typo in message.c
7 years ago
Feng Xiao
fd595fcc93
Revert "Move `compiler/plugin.pb.cc` to libprotobuf with the other WKT sources."
...
This reverts commit 724f0be33d
.
7 years ago
Feng Xiao
9dc0a4d5cf
Merge pull request #4183 from pcc/win-libcxx
...
Add support for libc++ on Windows.
7 years ago
Feng Xiao
325ecff086
Merge pull request #4333 from jmillikin/update-file-lists-needs-bash
...
`update_file_lists.sh` depends on Bash features, thus needs Bash sebang.
7 years ago
Feng Xiao
32db4d375f
Merge pull request #4334 from jmillikin/blacklist-internal-proto-srcs
...
Blacklist all WELL_KNOWN_PROTOS from Bazel C++ code generation.
7 years ago
Feng Xiao
3aaed9698d
Merge pull request #4195 from alexey-malov/IgnoreUnknownEnumsInJson
...
Adds an option in C++ JSON parser to ignore unrecognized enum values
7 years ago
Jisi Liu
bb40c0c0c4
Merge pull request #4291 from google/3.5.x
...
Merge 3.5.x to master
7 years ago
John Millikin
350b135e23
Blacklist all WELL_KNOWN_PROTOS from Bazel C++ code generation.
...
This prevents the Bazel `CcProtoAspect` from generating and linking
C++ object code for these files. Without this blacklist, symbols for
protobuf types depended on by `libprotobuf` may be defined multiple
times and violate the ODR rule.
Fixes https://github.com/google/protobuf/issues/4311
7 years ago
John Millikin
724f0be33d
Move `compiler/plugin.pb.cc` to libprotobuf with the other WKT sources.
...
This lets all values of `WELL_KNOWN_PROTOS` be treated the same with
regard to Bazel's protobuf blacklisting.
7 years ago
John Millikin
2e4c52a096
`update_file_lists.sh` depends on Bash features, thus needs Bash sebang.
...
I noticed that running this script as `./update_file_lists.sh` on MacOS
was corrupting `cmake/extract_includes.bat.in`. Forcing the shell to
Bash fixes the generated file output.
7 years ago
Feng Xiao
a6037c5230
Merge pull request #4324 from abdul-sami/master
...
Added instruction for existing ZLIB configuration
7 years ago
Abdul Sami
ac021a02a6
Merge pull request #1 from abdul-sami/abdul-sami-patch-1
...
Added instruction for existing ZLIB configuration
7 years ago
Abdul Sami
fe33c5fe9d
Added instruction for existing ZLIB configuration
...
Using two configuration flags `DZLIB_INCLUDE_DIR` and `DZLIB_LIB` we can locate an existing ZLIB on the system
7 years ago
Feng Xiao
177108aa8a
Merge pull request #4323 from dtapuska/master
...
Rename a shadowed variable.
7 years ago
Dave Tapuska
af3813cd73
Rename a shadowed variable.
...
Shadowed variables can cause readability issues. Ensure a shadowed
variable isn't used in header files which may be used in a dependent
project that explicitly disables them.
7 years ago
Feng Xiao
0475607fd6
Merge pull request #3186 from gkelly/remove-unused-variable
...
Remove unused output_file variable from js_embed
7 years ago
Alexey Malov
02452db725
The JsonParseOptions::ignore_unknown_fields option behavior treats
...
unrecognized string values in enum fields as default ones.
7 years ago
Jie Luo
e34ec6077a
Only check filenames when end with .py in _CalledFromGeneratedFile() ( #4262 )
...
* Cython's stack does not have .py file name. Only check filenames when end with .py for _CalledFromGeneratedFile()
7 years ago
Yilun Chong
96b535cc2f
Merge pull request #4302 from BSBandme/down_integ_benchmark
...
Sync internal benchmark changes
7 years ago
Yilun Chong
6cd4ec4972
Sync internal benchmark changes
7 years ago
Thomas Van Lenten
4da7706d74
Remove stray indent on normal imports.
7 years ago
Feng Xiao
b8e47830d4
Merge pull request #4288 from nico/nofall
...
Remove use of GOOGLE_FALLTHROUGH_INTENDED from protobuf.
7 years ago