- 20 Oct, 2017 1 commit
-
-
Jisi Liu authored
[v3.4.x branch] Fix iOS cc_library build for protobuf.
-
- 18 Oct, 2017 2 commits
- 16 Oct, 2017 1 commit
-
-
Param Reddy authored
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.
-
- 02 Oct, 2017 1 commit
-
-
Jisi Liu authored
Remove ranged based for in io_win32.cc
-
- 29 Sep, 2017 1 commit
-
-
Jisi Liu authored
Fix C++11 string accessors
-
- 27 Sep, 2017 3 commits
- 15 Sep, 2017 3 commits
- 14 Sep, 2017 3 commits
-
-
Jisi Liu authored
Bump version for minor release
-
Jisi Liu authored
-
drivehappy authored
-
- 13 Sep, 2017 5 commits
-
-
Paul Yang authored
Cherry pick bug fix for ruby
-
Aaron Patterson authored
-
Aaron Patterson authored
This makes the frame stack per-parser, and per-thread. Fixes #3250
-
Bo Yang authored
-
- 12 Sep, 2017 2 commits
- 11 Sep, 2017 2 commits
- 08 Sep, 2017 1 commit
-
-
Bo Yang authored
-
- 07 Sep, 2017 1 commit
-
-
Jan Tattermusch authored
Google.Protobuf should target net45 (and not net451)
-
- 05 Sep, 2017 1 commit
-
-
Jan Tattermusch authored
-
- 31 Aug, 2017 3 commits
- 30 Aug, 2017 1 commit
-
-
Paul Yang authored
internal descriptor.proto
-
- 24 Aug, 2017 2 commits
- 23 Aug, 2017 5 commits
-
-
Jisi Liu authored
Remove pre-installed softwares
-
Matt Kwong authored
-
Jisi Liu authored
Make distcheck aware of test proto files.
-
Jisi Liu authored
-
Jisi Liu authored
Disable death tests on windows
-
- 22 Aug, 2017 2 commits