- 09 Nov, 2018 4 commits
-
-
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 4 commits
-
-
gerben-s authored
Add Dart example.
-
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
-
- 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 3 commits
-
-
Brian Silverman authored
They're not doing anything, so might as well get rid of them.
-
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
-
- 18 Oct, 2018 2 commits
-
-
Paul Yang authored
* Add ruby 2.3, 2.4 and 2.5 test for linux. * Update kokoro files * Add back commented gc test * Fix gc_test failure * Remove unused code * Update ruby 2.5.0 to 2.5.1 * Update ruby 2.3 to 2.3.8 * Remove useless comment
-
Thomas BARBIER authored
-
- 17 Oct, 2018 1 commit
-
-
Adam Cozzette authored
Removed unnecessary includes from stubs/common.h
-
- 16 Oct, 2018 2 commits
-
-
Adam Cozzette authored
-
Yilun Chong authored
-
- 15 Oct, 2018 3 commits
-
-
Joshua Haberman authored
Revert "protobuf_generate(): add relative path to output dir"
-
Yilun Chong authored
Remove unnecessary cast to Builder in generated Java code
-
Sarah Zakarias authored
-
- 13 Oct, 2018 1 commit
-
-
Yilun Chong authored
-
- 12 Oct, 2018 2 commits
- 11 Oct, 2018 2 commits
-
-
Adam Cozzette authored
Link to libatomic when necessary (eg. on armv6l)
-
Sebastian Lövdahl authored
-
- 10 Oct, 2018 1 commit
-
-
Adam Cozzette authored
Update third_party.md regarding Erlang
-