aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add gogo benchmarkYilun Chong2018-04-109-122/+685
|
* Merge pull request #4387 from acozzette/down-integrateAdam Cozzette2018-03-20312-14342/+15463
|\ | | | | Integrated internal changes from Google
| * Removed unused variables in repeated_scalar_container.ccAdam Cozzette2018-03-201-12/+0
| |
| * Try using a new version of Visual Studio on AppVeyorAdam Cozzette2018-03-201-2/+3
| | | | | | | | | | We need to use a new enough version to ensure that constexpr is available.
| * Removed unused code pertaining to shared_ptrAdam Cozzette2018-03-201-7/+0
| |
| * Updated conformance failure listsAdam Cozzette2018-03-203-3/+0
| |
| * Added map_lite_test.proto to fix LiteTestAdam Cozzette2018-03-203-0/+113
| |
| * Added pyext/thread_unsafe_shared_ptr.hAdam Cozzette2018-03-202-0/+105
| |
| * Removed unrecognized option from no_package.protoAdam Cozzette2018-03-201-3/+1
| |
| * Added new test source files to Makefile.amAdam Cozzette2018-03-201-0/+4
| |
| * Removed use of some type traitsAdam Cozzette2018-03-203-5/+5
| | | | | | | | | | Pre-5.1.0 versions of GCC do not support these particular type traits (see https://github.com/google/protobuf/issues/417).
| * Include no_package.proto in Python testAdam Cozzette2018-03-142-0/+2
| |
| * Deleted scoped_ptr.hAdam Cozzette2018-03-1427-311/+49
| | | | | | | | | | We no longer need this, now that we have finished the switch to C++11 and are using std::unique_ptr.
| * Updated checked-in generated codeAdam Cozzette2018-03-142-4/+4
| |
| * Fixed up proto3_lite_unittest.ccAdam Cozzette2018-03-141-11/+11
| |
| * Merge branch 'master' into down-integrateAdam Cozzette2018-03-1333-697/+3583
| |\
| * | Integrated internal changes from GoogleAdam Cozzette2018-03-13282-14041/+15223
| | |
* | | Merge pull request #4361 from BSBandme/go_benchmarkYilun Chong2018-03-209-15/+243
|\ \ \ | | | | | | | | Add go benchmark
| * | | Change to deal all messages in one loopYilun Chong2018-03-191-18/+19
| | | |
| * | | Rewrite go_benchmarkBSBandme2018-03-142-95/+82
| | | |
| * | | some fixBSBandme2018-03-132-35/+36
| | | |
| * | | Add go benchmarkBSBandme2018-03-079-15/+254
| | | |
* | | | Merge pull request #4345 from jskeet/list-json-nullFeng Xiao2018-03-203-2/+37
|\ \ \ \ | | | | | | | | | | Allow null value in JSON representation of ListValue
| * | | | Add conformance test for null value in list JSONJon Skeet2018-03-011-0/+18
| | | | |
| * | | | Allow list values to be null when parsingJon Skeet2018-03-012-2/+19
| |/ / /
* | | | Merge pull request #4397 from pherl/catlogJisi Liu2018-03-191-1/+1
|\ \ \ \ | | | | | | | | | | Cat the test-suite.log on errors for presubmits
| * | | | Cat the test-suite.log on errors for presubitsJisi Liu2018-03-191-1/+1
|/ / / /
* | | | Merge pull request #4371 from Rasrack/gnuc_minorAdam Cozzette2018-03-151-1/+1
|\ \ \ \ | | | | | | | | | | Fix spelling error of __GNUC_MINOR__
| * | | | Fix spelling error of __GNUC_MINOR__Adam Aili2018-03-101-1/+1
| | | | |
* | | | | Merge pull request #4370 from felixjendrusch/objc-output-stream-write-checkThomas Van Lenten2018-03-142-1/+14
|\ \ \ \ \ | | | | | | | | | | | | Objective-C: Check return value on write of raw pointer
| * | | | | Check return value on write of raw pointerFelix Jendrusch2018-03-081-1/+4
| | | | | |
| * | | | | Add test for failing write of raw pointer to output streamFelix Jendrusch2018-03-081-0/+10
| | | | | |
* | | | | | Merge pull request #4222 from JohnHBrock/increasing_max_csharp_message_sizeFeng Xiao2018-03-142-3/+86
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove 64MB memory limit when deserializing messages in C#
| * | | | | | Remove 64MB memory limit when deserializing messages in C#John Brock2018-01-312-3/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Increased `CodedInputStream.DefaultSizeLimit` to `Int32.MaxValue` to make it consistent with the Java implementation.
* | | | | | | Merge pull request #4310 from KindDragon/patch-1Feng Xiao2018-03-141-6/+9
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Support using MSVC intrinsics in Log2FloorNonZero
| * | | | | | Support using MSVC intrinsics in Log2FloorNonZeroArkady Shapkin2018-02-151-6/+9
| | | | | | |
* | | | | | | Merge pull request #4378 from acozzette/node-bufferAdam Cozzette2018-03-131-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Revert "Removed mention of Buffer in byteSourceToUint8Array"
| * | | | | | | Revert "Removed mention of Buffer in byteSourceToUint8Array"Adam Cozzette2018-03-091-0/+4
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f00e06c95bc117fb2ed0ca56c96041c93039f1fe. 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.
* | | | | | | Merge pull request #4167 from mike9005/patch-1Joshua Haberman2018-03-131-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Ruby: Fix scope resolution for MessageExts
| * | | | | | | Fix scope resolution for MessageExts in RubyMichael Collis2018-01-121-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #4380 from mateuszmatejczyk/patch-1Jisi Liu2018-03-121-3/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Output *_pb2_grpc.py files when use_grpc_plugin=True
| * | | | | | | | Output *_pb2_grpc.py when use_grpc_plugin=TrueMateusz Matejczyk2018-03-111-3/+6
| | |/ / / / / / | |/| | | | | | | | | | | | | | Start outputting missing *_pb2_grpc.py files when use_grpc_plugin is set to True for py_proto_library.
* | | | | | | | Merge pull request #1333 from cgull/pkg-config-issueJisi Liu2018-03-123-400/+487
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4
| * | | | | | | Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4john hood2016-03-183-400/+487
| | | | | | | |
* | | | | | | | Merge pull request #4347 from xfxyjwf/pluginpbFeng Xiao2018-03-094-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Revert "Move `compiler/plugin.pb.cc` to libprotobuf with the other WKT sources."
| * | | | | | | | Revert "Move `compiler/plugin.pb.cc` to libprotobuf with the other WKT sources."Feng Xiao2018-03-014-3/+3
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | This reverts commit 724f0be33d0eb42055ebe81ce0c8c7bf88ea666c.
* | | | | | | | Merge pull request #4375 from jo2y/protoc-defaultFeng Xiao2018-03-092-5/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Replace //:protoc and similar default macro arguments with
| * | | | | | | | Replace //:protoc and similar default macro arguments withJames O'Kane2018-03-082-5/+5
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @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.
* | | | | | / / Sync upb change (#4373)Paul Yang2018-03-082-195/+2783
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Convert descriptortype to type for upb_msgval_sizeof (#4357)Paul Yang2018-03-061-1/+1
| | | | | | |