- 03 Oct, 2017 5 commits
-
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
Add Xcode 9 support to the helper script.
-
Thomas Van Lenten authored
ObjC: Fix merging of length delimited unknown fields.
-
Thomas Van Lenten authored
-
- 02 Oct, 2017 2 commits
-
-
Thomas Van Lenten authored
- Add a test to cover this and tweak the test to not use two merge paths to be sure things are as expected.
-
Bruce Dawson authored
* Use constexpr more with VC++ 2017 Chrome's official builds have over 170 dynamic initializers for variables of the form *::TableStruct::aux. Defining PROTOBUF_CONSTEXPR_VAR to be constexpr for VS 2017 gets rid of all of these and saves about 10 KB of binary size. * Update generated_message_table_driven.h Restore accidentally deleted line.
-
- 25 Sep, 2017 2 commits
-
-
Feng Xiao authored
generate python code when calling PROTOBUF_GENERATE_PYTHON
-
Markus Heß authored
-
- 22 Sep, 2017 3 commits
-
-
Paul Yang authored
* Enforce all error report for php tests. * Import vendor/autoload.php in tests/bootstrap_phpunit.php
-
Feng Xiao authored
protobuf_generate: add EXPORT_MACRO option
-
Markus Heß authored
-
- 21 Sep, 2017 5 commits
-
-
Jisi Liu authored
Test Shutdown can be called multiple times.
-
Joshua Haberman authored
Allow initializing a chain of protos using only a hash in Ruby
-
Jisi Liu authored
-
Zachary Anker authored
-
Paul Yang authored
* Add $ before url_prefix_len to make it a variable. * Remove unnecessary string length check * Remove useless $type_url_len
-
- 20 Sep, 2017 5 commits
-
-
Joshua Haberman authored
Fixed to_h with repeated messages to return hashes in Ruby
-
Zachary Anker authored
-
Zachary Anker authored
-
Zachary Anker authored
-
Feng Xiao authored
Conformance Tests for Null Timestamp and Duration JSON Values
-
- 18 Sep, 2017 1 commit
-
-
Adam Cozzette authored
Integrated internal changes from Google
-
- 14 Sep, 2017 3 commits
-
-
Adam Cozzette authored
-
Feng Xiao authored
Fix go example test.
-
Feng Xiao authored
It needs "-I" flag to find imported file google/protobuf/timestamp.proto
-
- 13 Sep, 2017 3 commits
-
-
Feng Xiao authored
Clang warning cleanup for unused parameter.
-
drivehappy authored
-
Feng Xiao authored
Fix policy warning CMP0054
-
- 12 Sep, 2017 6 commits
-
-
Jan Tattermusch authored
Google.Protobuf should target net45 (upport to upstream/master)
-
Feng Xiao authored
fix protobuf_generate function
-
Jan Tattermusch authored
-
Markus Heß authored
-
Feng Xiao authored
Add bazel support for examples.
-
Feng Xiao authored
This addressbook.proto now belongs to its own bazel pacakge and can't be accessed in bazel protobuf_test target.
-
- 11 Sep, 2017 2 commits
- 10 Sep, 2017 1 commit
-
-
Jack Wakefield authored
-
- 08 Sep, 2017 2 commits
-
-
Feng Xiao authored
The example utilizes native bazel rules (proto_library, cc_proto_library, java_proto_library, java_lite_proto_library) to show how easy it is to build protobuf with bazel's native support. It also makes use of well known types which was not possible until the latest bazel 0.5.4 release and https://github.com/google/protobuf/pull/3594 .
-
Feng Xiao authored
python: do not include internal 'strutil.h' header
-