- 29 Jul, 2019 4 commits
-
-
Yannic Bonenberger authored
This change adds the required loads to examples and zlib. For full compatibility with --incompatible_load_{cc,java,proto}_rules_from_bzl, we will need to roll gtest to a newer version.
-
Adam Cozzette authored
Windows: expand path names on command line
-
Laszlo Csomor authored
-
Laszlo Csomor authored
-
- 28 Jul, 2019 1 commit
-
-
Andrei Shevtsov authored
-
- 26 Jul, 2019 1 commit
-
-
Paul Yang authored
* Add binary conformance test for default repeated fields 1) Both packed and unpacked encoding should be accepted for parsing. 2) Encode should follow the default way for the syntax. * Uncomment test * Remove is_primitive * Add failed tests to failure lists. * Add failed test to failure list * Use binary format to specify expected value Text format cannot distinguish whether repeated field is packed or not. * Change method name from ToHexString to ToOctString * Add failed test to failure list * Add failed test to php's failure list * Fix comments
-
- 25 Jul, 2019 2 commits
-
-
Jie Luo authored
* Add csharp compatibility tests for 3.7.0 * Add compatibility test between last major version with current for C# * Update last version number * compatibility tests between last released and the current version * fix typo
-
Joe Bolinger authored
* support hashes for struct initalizers * convert hash keys to string * update tests * add extra asserts
-
- 24 Jul, 2019 9 commits
-
-
Lian Duan authored
-
Josh Humphries authored
-
Josh Humphries authored
-
Paul Yang authored
* Add binary conformance test for message type. * Add test case for merge repeated scalar message field * Add failed tests to failure list * Add failed test to php's failure list * Remove successful tests from php c's failure list
-
Yannic Bonenberger authored
-
Yannic Bonenberger authored
-
Yannic Bonenberger authored
-
Yannic Bonenberger authored
-
Yannic Bonenberger authored
-
- 23 Jul, 2019 4 commits
-
-
Paul Yang authored
* Add binary conformance test for enum fields. * Add failed conformance test to js failure list
-
rmstar authored
-
Paul Yang authored
* Add binary conformance test case for bytes field * Add failed conformance test to php's failure list
-
Joe Bolinger authored
-
- 22 Jul, 2019 4 commits
-
-
-
Paul Yang authored
* Add conformance test for binary string * Add failing tests to php failure list
-
-
Wang Kirin authored
-
- 19 Jul, 2019 7 commits
-
-
Sydney Acksman authored
* Fix binary compatibility in FieldCodec factory messages * Make default value parameter for current factories required * Route old methods through default value overloads
-
Leon Barrett authored
Currently, if you access a ListValue from a Struct and attempted to assign it to another Struct, you would get an exception: > s1 = spb.Struct() > s1['a'] = [1] > s2 = spb.Struct() > s2['a'] = s1['a'] ValueError: Unexpected type This fixes that case.
-
Paul Yang authored
* Down integrate to GitHub * Fix broken tests
-
Adam Cozzette authored
I'm not exactly sure why, but this fixes the failing Bazel presubmit test. Using the most recent version seems like a good idea anyway so that we can make sure we're compatible with any new Bazel changes.
-
Thomas Van Lenten authored
Since true for objc is external, changes should always start on the github side, so the fact that something got pushed out is a sign something was broken in the process.
-
Laszlo Csomor authored
-
Laszlo Csomor authored
-
- 18 Jul, 2019 3 commits
-
-
Yannic Bonenberger authored
-
Laszlo Csomor authored
-
Laszlo Csomor authored
-
- 17 Jul, 2019 3 commits
-
-
Adam Cozzette authored
Fixes #6382.
-
Adam Liddell authored
-
Po-Chuan Hsieh authored
google/protobuf/testing/zcgzip.cc:61:25: error: unknown type name 'STDOUT_FILENO' FileOutputStream fout(STDOUT_FILENO); ^ google/protobuf/testing/zcgzip.cc:61:24: warning: parentheses were disambiguated as a function declaration [-Wvexing-parse] FileOutputStream fout(STDOUT_FILENO); ^~~~~~~~~~~~~~~ google/protobuf/testing/zcgzip.cc:61:25: note: add a pair of parentheses to declare a variable FileOutputStream fout(STDOUT_FILENO); ^ ( google/protobuf/testing/zcgzip.cc:75:20: error: use of undeclared identifier 'STDIN_FILENO' readlen = read(STDIN_FILENO, outptr, outlen); ^ 1 warning and 2 errors generated. gmake[3]: *** [Makefile:4009: google/protobuf/testing/zcgzip.o] Error 1 google/protobuf/testing/zcgunzip.cc:62:23: error: unknown type name 'STDIN_FILENO' FileInputStream fin(STDIN_FILENO); ^ google/protobuf/testing/zcgunzip.cc:62:22: warning: parentheses were disambiguated as a function declaration [-Wvexing-parse] FileInputStream fin(STDIN_FILENO); ^~~~~~~~~~~~~~ google/protobuf/testing/zcgunzip.cc:62:23: note: add a pair of parentheses to declare a variable FileInputStream fin(STDIN_FILENO); ^ ( google/protobuf/testing/zcgunzip.cc:74:23: error: use of undeclared identifier 'STDOUT_FILENO' int err = write(STDOUT_FILENO, inptr, inlen); ^ 1 warning and 2 errors generated. gmake[3]: *** [Makefile:4009: google/protobuf/testing/zcgunzip.o] Error 1 Reference: https://bugs.FreeBSD.org/bugzilla/show_bug.cgi?id=215346 https://svnweb.FreeBSD.org/changeset/ports/428734
-
- 15 Jul, 2019 2 commits
-
-
Seth Greenstein authored
Following the instructions as is does not work, the new_local_repository rule needs to be called "python_headers"
-
Adam Liddell authored
* Fix reference to six in //:protobuf_python rule * Add six to protobuf_deps.bzl * Use six archive directly as repo @six
-