Yilun Chong
a7a746f0b7
Merge pull request #4346 from BSBandme/performance_result
...
Add performance.md and add instruction for linking tcmalloc
7 years ago
Yilun Chong
745ef89ebf
Add performance.md and add instruction for linking tcmalloc
7 years ago
Adam Cozzette
227363bc38
Merge pull request #4412 from acozzette/remove-old-files
...
Removed some unused C++ source files
7 years ago
Pascal Muetschard
a6957f2890
Don't assume Windows builds use MSVC.
...
Switch to using the MSVC options, not based on the cpu, but based
on the compiler name. This allows building on Windows with MSYS
or MinGW's gcc.
7 years ago
Adam Cozzette
0c5fcdee44
Removed some unused C++ source files
7 years ago
pravin-dsilva
36ba04b579
Add support for power ppc64le
7 years ago
stone4774
c99f5278eb
Merge branch 'master' into fixbug_enum2json2
7 years ago
stone4774
d053271dee
Use the first enum value instead of 0 in DefaultValueObjectWriter::FindEnumDefault
7 years ago
Adam Cozzette
ed4321d1cb
Merge pull request #4387 from acozzette/down-integrate
...
Integrated internal changes from Google
7 years ago
Yilun Chong
e436ee0aa1
Merge pull request #4361 from BSBandme/go_benchmark
...
Add go benchmark
7 years ago
Feng Xiao
88a4884b55
Merge pull request #4345 from jskeet/list-json-null
...
Allow null value in JSON representation of ListValue
7 years ago
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
Yilun Chong
d6323c8c0f
Change to deal all messages in one loop
7 years ago
Jisi Liu
d6a17aadeb
Merge pull request #4397 from pherl/catlog
...
Cat the test-suite.log on errors for presubmits
7 years ago
Jisi Liu
4880027649
Cat the test-suite.log on errors for presubits
7 years ago
stone4774
773d8c3329
Fix bug: whether always_print_enums_as_ints is true or false, it always print the default value of enums as strings
7 years ago
Adam Cozzette
ab95b1bc1e
Merge pull request #4371 from Rasrack/gnuc_minor
...
Fix spelling error of __GNUC_MINOR__
7 years ago
Thomas Van Lenten
aae10ed36d
Merge pull request #4370 from felixjendrusch/objc-output-stream-write-check
...
Objective-C: Check return value on write of raw pointer
7 years ago
Feng Xiao
813848d19d
Merge pull request #4222 from JohnHBrock/increasing_max_csharp_message_size
...
Remove 64MB memory limit when deserializing messages in C#
7 years ago
Feng Xiao
d5f5725c0a
Merge pull request #4310 from KindDragon/patch-1
...
Support using MSVC intrinsics in Log2FloorNonZero
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
BSBandme
501c13f65a
Rewrite go_benchmark
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
BSBandme
6d2c6a0099
some fix
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 Aili
0e34c86ed2
Fix spelling error of __GNUC_MINOR__
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
Felix Jendrusch
1da9ffe394
Check return value on write of raw pointer
7 years ago
Felix Jendrusch
38508e9bbb
Add test for failing write of raw pointer to output stream
7 years ago
BSBandme
4e3c413493
Add go benchmark
7 years ago