aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | | | | | | Added missing .inc files to BUILDGravatar Adam Cozzette2018-03-23
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | This fixes the Bazel build.
* | | | | | | Merge pull request #4346 from BSBandme/performance_resultGravatar Yilun Chong2018-03-22
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Add performance.md and add instruction for linking tcmalloc
| * | | | | | Add performance.md and add instruction for linking tcmallocGravatar Yilun Chong2018-03-22
| | | | | | |
* | | | | | | Merge pull request #4412 from acozzette/remove-old-filesGravatar Adam Cozzette2018-03-22
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Removed some unused C++ source files
| | | * | | | Don't assume Windows builds use MSVC.Gravatar Pascal Muetschard2018-03-22
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | Removed some unused C++ source filesGravatar Adam Cozzette2018-03-22
|/ / / / /
| | | * / Add support for power ppc64leGravatar pravin-dsilva2018-03-22
| |_|/ / |/| | |
| | * | Merge branch 'master' into fixbug_enum2json2Gravatar stone47742018-03-22
| | |\ \ | |_|/ / |/| | |
| | * | Use the first enum value instead of 0 in ↵Gravatar stone47742018-03-21
| | | | | | | | | | | | | | | | DefaultValueObjectWriter::FindEnumDefault
* | | | Merge pull request #4387 from acozzette/down-integrateGravatar Adam Cozzette2018-03-20
|\ \ \ \ | | | | | | | | | | Integrated internal changes from Google
* \ \ \ \ Merge pull request #4361 from BSBandme/go_benchmarkGravatar Yilun Chong2018-03-20
|\ \ \ \ \ | | | | | | | | | | | | Add go benchmark
* \ \ \ \ \ Merge pull request #4345 from jskeet/list-json-nullGravatar Feng Xiao2018-03-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow null value in JSON representation of ListValue
| | | * | | | Removed unused variables in repeated_scalar_container.ccGravatar Adam Cozzette2018-03-20
| | | | | | |
| | | * | | | Try using a new version of Visual Studio on AppVeyorGravatar Adam Cozzette2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to use a new enough version to ensure that constexpr is available.
| | | * | | | Removed unused code pertaining to shared_ptrGravatar Adam Cozzette2018-03-20
| | | | | | |
| | | * | | | Updated conformance failure listsGravatar Adam Cozzette2018-03-20
| | | | | | |
| | | * | | | Added map_lite_test.proto to fix LiteTestGravatar Adam Cozzette2018-03-20
| | | | | | |
| | | * | | | Added pyext/thread_unsafe_shared_ptr.hGravatar Adam Cozzette2018-03-20
| | | | | | |
| | | * | | | Removed unrecognized option from no_package.protoGravatar Adam Cozzette2018-03-20
| | | | | | |
| | | * | | | Added new test source files to Makefile.amGravatar Adam Cozzette2018-03-20
| | | | | | |
| | | * | | | Removed use of some type traitsGravatar Adam Cozzette2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pre-5.1.0 versions of GCC do not support these particular type traits (see https://github.com/google/protobuf/issues/417).
| | * | | | | Change to deal all messages in one loopGravatar Yilun Chong2018-03-19
| | | | | | |
* | | | | | | Merge pull request #4397 from pherl/catlogGravatar Jisi Liu2018-03-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Cat the test-suite.log on errors for presubmits
| * | | | | | | Cat the test-suite.log on errors for presubitsGravatar Jisi Liu2018-03-19
|/ / / / / / /
| | | | | * | Fix bug: whether always_print_enums_as_ints is true or false, it always ↵Gravatar stone47742018-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | print the default value of enums as strings
* | | | | | | Merge pull request #4371 from Rasrack/gnuc_minorGravatar Adam Cozzette2018-03-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix spelling error of __GNUC_MINOR__
* \ \ \ \ \ \ \ Merge pull request #4370 from felixjendrusch/objc-output-stream-write-checkGravatar Thomas Van Lenten2018-03-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Objective-C: Check return value on write of raw pointer
* \ \ \ \ \ \ \ \ Merge pull request #4222 from JohnHBrock/increasing_max_csharp_message_sizeGravatar Feng Xiao2018-03-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove 64MB memory limit when deserializing messages in C#
* \ \ \ \ \ \ \ \ \ Merge pull request #4310 from KindDragon/patch-1Gravatar Feng Xiao2018-03-14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Support using MSVC intrinsics in Log2FloorNonZero
| | | | | | | * | | | Include no_package.proto in Python testGravatar Adam Cozzette2018-03-14
| | | | | | | | | | |
| | | | | | | * | | | Deleted scoped_ptr.hGravatar Adam Cozzette2018-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 codeGravatar Adam Cozzette2018-03-14
| | | | | | | | | | |
| | | | | | | * | | | Fixed up proto3_lite_unittest.ccGravatar Adam Cozzette2018-03-14
| | | | | | | | | | |
| | | | | | * | | | | Rewrite go_benchmarkGravatar BSBandme2018-03-14
| | | | | | | | | | |
| | | | | | | * | | | Merge branch 'master' into down-integrateGravatar Adam Cozzette2018-03-13
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| | | | | | | * | | | Integrated internal changes from GoogleGravatar Adam Cozzette2018-03-13
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4378 from acozzette/node-bufferGravatar Adam Cozzette2018-03-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Revert "Removed mention of Buffer in byteSourceToUint8Array"
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #4167 from mike9005/patch-1Gravatar Joshua Haberman2018-03-13
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Ruby: Fix scope resolution for MessageExts
| | | | | | | | * | | | | some fixGravatar BSBandme2018-03-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4380 from mateuszmatejczyk/patch-1Gravatar Jisi Liu2018-03-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Output *_pb2_grpc.py files when use_grpc_plugin=True
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1333 from cgull/pkg-config-issueGravatar Jisi Liu2018-03-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4
| | * | | | | | | | | | | | | Output *_pb2_grpc.py when use_grpc_plugin=TrueGravatar Mateusz Matejczyk2018-03-11
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Start outputting missing *_pb2_grpc.py files when use_grpc_plugin is set to True for py_proto_library.
| | | | | | | * | | | | | | Fix spelling error of __GNUC_MINOR__Gravatar Adam Aili2018-03-10
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| | | * | | | | | | | | | Revert "Removed mention of Buffer in byteSourceToUint8Array"Gravatar Adam Cozzette2018-03-09
| |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #4347 from xfxyjwf/pluginpbGravatar Feng Xiao2018-03-09
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Move `compiler/plugin.pb.cc` to libprotobuf with the other WKT sources."
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #4375 from jo2y/protoc-defaultGravatar Feng Xiao2018-03-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace //:protoc and similar default macro arguments with
| * | | | | | | | | | | | | Replace //:protoc and similar default macro arguments withGravatar James O'Kane2018-03-08
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @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)Gravatar Paul Yang2018-03-08
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| | | | | | * | | | | | Check return value on write of raw pointerGravatar Felix Jendrusch2018-03-08
| | | | | | | | | | | |
| | | | | | * | | | | | Add test for failing write of raw pointer to output streamGravatar Felix Jendrusch2018-03-08
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |