- 13 Nov, 2018 1 commit
-
-
Adam Cozzette authored
This header is no longer used, so we can delete it. I also tweaked Makefile.am to fix the distcheck test.
-
- 12 Nov, 2018 5 commits
-
-
Adam Cozzette authored
Add missing include guard to zip_writer.h
-
Adam Cozzette authored
Integrated internal changes from Google
-
Michał Janiszewski authored
-
Adam Cozzette authored
Import versions from @bazel_skylib//lib:versions.bzl
-
Elliotte Rusty Harold authored
-
- 09 Nov, 2018 9 commits
-
-
Adam Cozzette authored
options: reserved extension range for CSI
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Adam Cozzette authored
-
- 08 Nov, 2018 2 commits
-
-
Adam Cozzette authored
Add wire_format_lite_inl.h include to implicit_weak_message.cc
-
Dave MacLachlan authored
We have code for converting C/C++/Objc keywords that appear in protos to convert them so that they can be compiled. One of the things we need to be careful of is accidentally overriding methods that Apple declares in NSObject. It turns out that we have run into issues where we conflict with "hidden" methods in NSObject or methods added by categories. method_dump.sh collects all of the methods we care about for macOS and iOS and dumps them into objectivec_nsobject_methods.h which is then included in objectivec_helpers.cc as part of the build. Added a pile of tests to verify that conversions are happening as expected.
-
- 06 Nov, 2018 5 commits
-
-
gerben-s authored
Add Dart example.
-
James DeFelice authored
-
Hans Wennborg authored
This unbreaks the Windows shared-library build of Chrome when using Clang versions based on r344987 or later, see https://crbug.com/901776 implicit_weak_message.cc is part of protobuf_lite.dll, and it includes wire_format_lite.h, which includes the dllexport inline function WireFormatLite::WriteGroupToArray which will therefore be emitted. WriteGroupToArray in turn calls the inline function InternalWriteGroupToArray, however that definition is provided in the _inl file. To make sure the definition is available, the _inl file must be included. Before Clang r344987 the build worked anyway due to luck, because InternalWriteGroupToArray was emitted into other object files (e.g. in wire_format_lite.obj). After that Clang revision, those definitions started getting inlined, and so are longer available and cause a link failure for the reference from implicit_weak_message.obj.
-
Adam Cozzette authored
3rd-party: include Protolock utility
-
Steve Manuel authored
-
- 05 Nov, 2018 1 commit
-
-
Sydney Acksman authored
Add group support for proto2
-
- 04 Nov, 2018 1 commit
-
-
Parveen Bhatia authored
-
- 03 Nov, 2018 1 commit
-
-
Roger Chen authored
@bazel_skylib//:lib is supposedly deprecated. The 'versions' struct in lib.bzl was committed to bazel-skylib at the same time as //lib:versions.bzl, so there should be no backward incompatibility.
-
- 02 Nov, 2018 1 commit
-
-
Thomas Van Lenten authored
No changes were needed, but since the Xcode projects pick up the updated setting, the tests require a newer Xcode that supports Swift 4. This is being done because Xcode 10 starting warning about Swift 3 support going away in the future, so we might as well do the updates since most folks shouldn't be on those really old Xcode versions any more.
-
- 01 Nov, 2018 3 commits
-
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
Not sure the history for why there were two objc_library targets, but given the one has an issue about not working, merge them into a single target and an alias. - Use the alias for :objectivec since that naming doesn't seem to follow the other targets *_library targets here. - Update :protobuf_objc to be use for the working target and just inline the sources/headers lists so there is less indirection in the file. Fixes #5284
-
- 31 Oct, 2018 1 commit
-
-
Adam Cozzette authored
Remove unused types
-
- 29 Oct, 2018 4 commits
-
-
Brian Silverman authored
They're not doing anything, so might as well get rid of them.
-
Michał Janiszewski authored
-
Toby Hsieh authored
Given an argument, the previous implementation was off by one (`.first(2)` would return 3 elements) compared to the `Enumerable#first` method.
-
Adam Cozzette authored
Fix error: unused parameter 'arena' [-Werror=unused-parameter]
-
- 23 Oct, 2018 3 commits
-
-
micw523 authored
-
Sarah Zakarias authored
-
Sarah Zakarias authored
-
- 22 Oct, 2018 3 commits
-
-
Paul Yang authored
* Remove ruby21 and ruby22 tests * Update test badge
-
Adrián Nieto Rodríguez authored
-
Yilun Chong authored
Add node and php to benchmark dashboard
-