- 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
-
- 06 Sep, 2017 1 commit
-
-
Adam Cozzette authored
Update autogen.sh
-
- 05 Sep, 2017 3 commits
-
-
Paul Yang authored
-
Feng Xiao authored
bazel: Add proto_library rules for well known types. Fixes #2763
-
Jakob Buchgraber authored
Adds a proto_library rule for each well known type proto: $ bazel query "filter(\".*_proto$\", \"...\")" //:wrappers_proto //:timestamp_proto //:struct_proto //:field_mask_proto //:empty_proto //:duration_proto //:compiler_plugin_proto //:descriptor_proto //:api_proto //:type_proto //:source_context_proto //:any_proto Bazel users can reference these proto_library rules for their own language specific rules i.e. java_proto_library( name = "any_java_proto", deps = ["@com_google_protobuf//:any_proto"], ) Also set the workspace name to "com_google_protobuf", as proto_library rules reference protobuf that way.
-
- 04 Sep, 2017 1 commit
-
-
Nan Xiao authored
Fix the bug in following scenario: gmock is downloaded successfully while gtest not. Resuming "autogen.sh", the gtest won't be downloaded. And following error will occur: $ ./autogen.sh + autoreconf -f -i -Wall,no-obsolete aclocal: error: configure.ac:1: file 'gtest/m4/acx_pthread.m4' does not exist autoreconf: aclocal failed with exit status: 1
-
- 31 Aug, 2017 2 commits
-
-
Joshua Haberman authored
Move parse frame array to the Map object
-
Paul Yang authored
* Add php support for Timestamp. * Fix comments
-
- 30 Aug, 2017 2 commits
-
-
Aaron Patterson authored
-
Aaron Patterson authored
This makes the frame stack per-parser, and per-thread. Fixes #3250
-