- 08 Aug, 2018 2 commits
-
-
Yilun Chong authored
Fix js reader.js's skipGroup
-
Feng Xiao authored
Fix typo in FieldMaskTree.java warning
-
- 07 Aug, 2018 3 commits
-
-
Adam Cozzette authored
#4593 Replace all occurrences of "NULL" to nullptr in src/google/proto…
-
Aleksej Kazmin authored
-
Dhruv authored
-
- 06 Aug, 2018 2 commits
- 05 Aug, 2018 1 commit
-
-
Yuzhang Hu authored
-
- 03 Aug, 2018 1 commit
-
-
johnlow95 authored
-
- 01 Aug, 2018 7 commits
-
-
Adam Cozzette authored
Added support for building the aarch64 and ppcle64 protoc binaries with Kokoro
-
Yilun Chong authored
-
Adam Cozzette authored
This was fairly straightforward using the existing build-protoc.sh script. The only problem I ran into was that the x86 Docker builds create output directories owned by root, which caused some permission issues. Fortunately it was easy to get around that just by doing those Docker builds last.
-
Adam Cozzette authored
Merge 3.6.x branch into master
-
Adam Cozzette authored
-
Yilun Chong authored
-
Yilun Chong authored
-
- 31 Jul, 2018 4 commits
-
-
Yilun Chong authored
-
Adam Cozzette authored
tests: fix link failure and stack overflow on Mingw w64
-
Yilun Chong authored
-
Roman Popov authored
-
- 30 Jul, 2018 4 commits
-
-
vijay-bhatt authored
* Ignore unknown enum received in json when ignoreUnknownFields flag is set.
-
Yilun Chong authored
fix third_party/benchmark submodule init
-
Petros Pissias authored
I have added the xsrpcj RPC implementation for java
-
Adam Cozzette authored
I made a few small fixes to the documentation related to publishing protoc artifacts: - The target directory for Mac should be called osx instead of macos. - There needs to be a directory for aarch_64. - We need to avoid calling "mvn clean" inside the protoc-artifacts directory, since that will delete the contents of the target/ subdirectory.
-
- 28 Jul, 2018 1 commit
-
-
Yilun Chong authored
-
- 27 Jul, 2018 3 commits
-
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Paul Yang authored
* Give a unique category to each test. This change introduce a TestCategory enum to ConformanceRequest. Existing tests are divided into three categories: binary format test, json format test and json format (ignore unknown when parsing) test. For the previous two categories, there is no change to existing testee programs. For tests with the last category, testee programs should either enable ignoring unknown field during json parsing or skip the test. * Fix python test * Fix java * Fix csharp * Update document * Update csharp generated code
-
- 26 Jul, 2018 1 commit
-
-
Paul Yang authored
* Add conformance test for php c back php c extension has different result for conformance test for different php version and architecture. Try to add conformance back for php 7.1 c extension first. * Disable conformance test for c extension on 32-bit architecture 32-bit and 64-bit have different failing tests * Fix typo
-
- 23 Jul, 2018 6 commits
-
-
Jonathan Haber authored
* Store the class object itself * Add test for backwards compatibility * Rename and add test * Add comments
-
Feng Xiao authored
Added support for Visual Studio 2017 in gitignore
-
Arun Olappamanna Vasudevan authored
-
Timothy Younger authored
* Prevents installation of `phpunit/phpunit:^6` because the test cases in this project require `\PHPUnit_Framework_TestCase` which was removed in v6. Moves generated PHP classes for tests into autoload-dev so that they are not referenced in the dist autoload. Adds Composer scripts to run protoc with and without grpc. * update composer test target to use the same commands as generate_php_test_proto in tests.sh
-
Paul Yang authored
* Check the message to be encoded is the wrong type. (#4885) * Change TypeError to ArgumentError
-
Feng Xiao authored
* Remove/replace travis references.
-
- 22 Jul, 2018 1 commit
-
-
mkosieradzki authored
-
- 21 Jul, 2018 1 commit
-
-
Ryland Degnan authored
Added Netifi Proteus to Registered Extensions
-
- 20 Jul, 2018 3 commits
-
-
Leonard Hecker authored
* php: Added nanosecond support for Timestamp * php: Fixed compatibility test
-
Paul Yang authored
This change only makes assertEquals pass for message in c extension. However, it actually does nothing. This is the same behavior before 3.6.0 release.
-
Adam Cozzette authored
When running unit tests, read reference files in text mode
-