aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Improves coverage of GPBCodedInputStreamSergio Campama2017-10-245-85/+182
|/ / / / /
* | | | | Merge pull request #3757 from spinorx/masterJisi Liu2017-10-201-43/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix iOS cc_library build for protobuf.
| * | | | | Fix iOS cc_library build for protobuf.Param Reddy2017-10-151-43/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The SDK and os versions were hard coded. Archs were mixed up. Because of this, Was getting errors with latest SDK: clang: warning: no such sysroot directory: '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/' [-Wmissing-sysroot] clang: warning: no such sysroot directory: '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/' [-Wmissing-sysroot] clang: warning: no such sysroot directory: '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/' [-Wmissing-sysroot] In file included from external/com_google_protobuf/src/google/protobuf/io/printer.cc:35: In file included from external/com_google_protobuf/src/google/protobuf/io/printer.h:40: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/string:470: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/string_view:171: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/__string:56: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/algorithm:638: In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cstring:61: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/string.h:61:15: fatal error: 'string.h' file not found ^~~~~~~~~~ 1 error generated. Currently none of these are needed when using bazel with https://github.com/bazelbuild/rules_apple. -target arm64-apple-ios is passed properly to clang. So -arch armv7 etc are not needed. OS_IOS is not used anywhere. Sources have: GOOGLE_PROTOBUF_NO_THREADLOCAL defined in src/google/protobuf/stubs/platform_macros.h for iOS. So __thread= is not needed. In fact now that bazel is using C++11 by default, __thread should ideally be moved to thread_local. -miphoneos-version-min is passed by rules_apple.
* | | | | | Merge pull request #3743 from Schtolc/masterJisi Liu2017-10-191-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | CodedInputStream::SetTotalBytesLimit description fix
| * | | | | | CodedInputStream::SetTotalBytesLimit description fixPavel2017-10-121-3/+3
| | | | | | |
* | | | | | | Merge pull request #3754 from toanju/gcc-fallthroughJisi Liu2017-10-191-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix implicit fallthrough in gcc 7
| * | | | | | | fix implicit fallthrough in gcc 7Tobias Jungel2017-10-151-0/+2
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | fixes #3700
* | | | | | | Merge pull request #3770 from pherl/3.5-integrateJisi Liu2017-10-19114-3115/+3684
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Integrate google internal changes for the up coming 3.5 release.
| * | | | | | | Fix Java 1.6 compileJisi Liu2017-10-181-2/+2
| | | | | | | |
| * | | | | | | Fix JS conformance testsJisi Liu2017-10-181-6/+0
| | | | | | | |
| * | | | | | | Fix bazel buildJisi Liu2017-10-182-4/+3
| | | | | | | |
| * | | | | | | Update descriptor protosJisi Liu2017-10-184-4/+20
| | | | | | | |
| * | | | | | | Merge branch 'master' of github.com:google/protobufJisi Liu2017-10-181-13/+21
| |\ \ \ \ \ \ \
| * | | | | | | | Merge from google internalJisi Liu2017-10-18107-3101/+3661
| | | | | | | | |
* | | | | | | | | Merge pull request #3751 from uykusuz/masterJisi Liu2017-10-181-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fixes issue #3750
| * | | | | | | | | fixes issue #3750Boris Broenner2017-10-141-0/+4
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In protobuf-module.cmake: in addition to checking for release or debug variants of protoc's location we should also check the configuration "noconfig".
* | | | | | | | | Merge pull request #3764 from zearen/patch-1Jisi Liu2017-10-181-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add the proto-lens Haskell library to the 3rd party doc.
| * | | | | | | | | Update third_party.mdZearen Wover2017-10-091-0/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #3698 from hesmar/hesmar/fixProtocIncludeDirsJisi Liu2017-10-181-15/+15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | protobuf_generate: create include path only for proto files
| * | | | | | | | | protobuf_generate: create include path only for proto filesMarkus Heß2017-09-291-15/+15
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3706 from johanbrandhorst/patch-1Jisi Liu2017-10-181-0/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add GopherJS protobuf and gRPC links
| * | | | | | | | | | Add GopherJS protobuf and gRPC linksJohan Brandhorst2017-10-021-0/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | Add a link to my third party protobuf/gRPC implementation for GopherJS.
* | | | | | | | | | Merge pull request #3736 from jleni/fix_rbpiJisi Liu2017-10-182-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | Fix: Truncated Message due to "TypeError: unhashable type: 'bytearray'"
| * | | | | | | | | Converting to immutable hashable typesJuan Leni2017-10-112-2/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3769 from pherl/io_win32Jisi Liu2017-10-181-13/+21
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Remove C++11 only usages in io_win32 tests.
| * | | | | | | | Fix unsiged underflowJisi Liu2017-10-181-1/+1
| | | | | | | | |
| * | | | | | | | Remove C++11 only usages in io_win32 tests.Jisi Liu2017-10-181-13/+21
|/ / / / / / / /
* | | | | | | | Merge pull request #3760 from jmillikin-stripe/descriptor-memset-ubFeng Xiao2017-10-164-10/+16
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Fix undefined memory management found by Clang's sanitizers.
| * | | | | | | Fix undefined memory management found by Clang's sanitizers.John Millikin2017-10-164-10/+16
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | See https://github.com/google/protobuf/issues/3752 for context.
* | | | | | | Merge pull request #3744 from fmarier/json-escaping-namespaceJisi Liu2017-10-131-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Move namespace closing brace inside the header guard block
| * | | | | | | Move namespace closing brace inside the header guard blockFrancois Marier2017-10-121-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #3739 from pherl/merge3.4Jisi Liu2017-10-1230-52/+1309
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Merge3.4
| * | | | | | Fix distcheckJisi Liu2017-10-111-0/+1
| | | | | | |
| * | | | | | Merge remote-tracking branch 'origin/3.4.x' into masterJisi Liu2017-10-1130-52/+1308
|/| | | | | | | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #3690 from pherl/3.4.xJisi Liu2017-10-021-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | Remove ranged based for in io_win32.cc
| | * | | | | Remove ranged based for in io_win32.ccJisi Liu2017-09-271-2/+2
| | | | | | |
| * | | | | | Merge pull request #3691 from pherl/stringbackJisi Liu2017-09-291-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Fix C++11 string accessors
| | * | | | | Add spacesJisi Liu2017-09-271-1/+1
| | | | | | |
| | * | | | | Fix C++11 string accessorsJisi Liu2017-09-271-1/+1
| |/ / / / /
| * | | | | Merge pull request #3651 from pherl/3.4.xJisi Liu2017-09-151-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Bumping minor version for ruby gems
| | * | | | | Bumping minor version for ruby gemsJisi Liu2017-09-151-1/+1
| | | | | | |
| * | | | | | Merge pull request #3612 from TeBoring/php-bugPaul Yang2017-09-1514-30/+1087
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Add prefix to php reserved keywords.
| | * | | | | Rename ClassNamePrefix to ConstantNamePrefixBo Yang2017-09-131-4/+3
| | | | | | |
| | * | | | | Exclude valid constant name from reserved name.Bo Yang2017-09-129-238/+652
| | | | | | |
| | * | | | | Change array to map for reserved names in c extensionBo Yang2017-09-113-24/+69
| | | | | | |
| | * | | | | Change array to associate array.Bo Yang2017-09-111-20/+21
| | | | | | |
| | * | | | | Add prefix to php reserved keywords.Bo Yang2017-09-0810-17/+615
| | | | | | |
| * | | | | | Merge pull request #3642 from pherl/3.4.xv3.4.1Jisi Liu2017-09-1413-16/+32
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | Bump version for minor release
| | * | | | | Bump version for minor releaseJisi Liu2017-09-1413-16/+32
| |/ / / / /
| * | | | | Merge pull request #3634 from TeBoring/ruby-bugPaul Yang2017-09-135-23/+37
| |\ \ \ \ \ | | | | | | | | | | | | | | Cherry pick bug fix for ruby