- 28 Feb, 2019 1 commit
-
-
Paul Yang authored
* Update version number to 3.7.0 * Add php/releash.sh to Makefile.am * Make cpp_distcheck exit on fail
-
- 22 Feb, 2019 2 commits
-
-
Bo Yang authored
-
Yilun Chong authored
-
- 21 Feb, 2019 2 commits
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Dalvin authored
-
- 19 Feb, 2019 1 commit
-
-
Paul Yang authored
* Update version to 3.7.0 * Update version number for java bom
-
- 01 Feb, 2019 1 commit
-
-
Adam Cozzette authored
GeneratedMessageV3#setUnknownFieldsProto3 was trying to delegate to setUnknownFields but was inadvertently resulting in infinite recursion. This commit makes setUnknownFields and setUnknownFieldsProto3 delegate to a common private method to fix the problem and avoid confusion.
-
- 31 Jan, 2019 1 commit
-
-
Adam Cozzette authored
-
- 30 Jan, 2019 2 commits
-
-
Adam Cozzette authored
The Nexus repository now seems to require SCM and developer information to be present in the POM file.
-
Adam Cozzette authored
-
- 24 Jan, 2019 4 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
-
Hao Nguyen authored
-
Hao Nguyen authored
-
- 08 Jan, 2019 1 commit
-
-
Yilun Chong authored
* Down-integrate internal changes to github. * fix python conformance test * fix csharp conformance test * add back java map_lite_test.proto's optimize for option * fix php conformance test
-
- 20 Dec, 2018 2 commits
- 15 Dec, 2018 1 commit
-
-
Paul Yang authored
* Down-integrate internal changes * Update generated code for php, objc and csharp. * Add missing dependency in conformance_php
-
- 14 Dec, 2018 2 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
Replace update_version shell script with a python script, which is much better at handling XML rewrite. Update the PHP version too. As part of rewrite, some XML file format will change a little, but the semantics is still the same so it should be okay.
-
- 13 Dec, 2018 1 commit
-
-
Hao Nguyen authored
Use docker for csharp, java_compatibility, and python_compatibility. Remove prepare_build_linux_rc that is no longer needed.
-
- 12 Nov, 2018 1 commit
-
-
Elliotte Rusty Harold authored
-
- 09 Nov, 2018 3 commits
-
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Adam Cozzette authored
-
- 22 Oct, 2018 1 commit
-
-
Adrián Nieto Rodríguez authored
-
- 02 Oct, 2018 1 commit
-
-
Elliotte Harold authored
-
- 07 Sep, 2018 2 commits
-
-
Josh Haberman authored
-
Elliotte Rusty Harold authored
-
- 06 Sep, 2018 1 commit
-
-
Kyle Krueger authored
-
- 04 Sep, 2018 1 commit
-
-
Josh Haberman authored
-
- 28 Aug, 2018 1 commit
-
-
Elliotte Harold authored
-
- 22 Aug, 2018 1 commit
-
-
Feng Xiao authored
-
- 10 Aug, 2018 1 commit
-
-
Feng Xiao authored
1. Fix C++ tests. * Add missing files to Makefile.am and fix distcheck in tests.sh * Remove BUILT_SOURCES from conformance/Makefile.am. * Add some missing override keyword. * Add a type cast to int64 because our StrCat() in stubs can't handle size_t. 2. Fix Java tests. * Add missing test dependency on guava in pom.xml. * Include newly referenced test data in test resources. * Manually fix map_lite_test.proto which is overwritten because it's mapped from map_test.proto in google3. * Add back "optimize_for = LITE_RUNTIME" which is still needed to keep the opensource test passing as it's still running lite tests. * Add a type cast in newBuilder() because without it the code doesn't compile with openjdk javac 1.8 (the compiler can't figure if it's the right type due to complex generic typing). 3. Fix Python tests. * Remove/replace references to <hash_map>. * Suppress more warnings in setup.py. * Replace incorrect header inclusion for google/protobuf/proto_api.h. * Add strings::EndsWith to google/protobuf/stubs/strutil.h because it's referenced in the updated python C extension code. * Replace proto2 with google::protobuf. The proto2 name is leaked to opensource because we removed the subsitition rule for proto2 namespace but only fixed C++ source code and forgot to update python C extension code.
-
- 09 Aug, 2018 1 commit
-
-
Feng Xiao authored
-
- 07 Aug, 2018 1 commit
-
-
Aleksej Kazmin authored
-
- 30 Jul, 2018 1 commit
-
-
vijay-bhatt authored
* Ignore unknown enum received in json when ignoreUnknownFields flag is set.
-
- 27 Jul, 2018 1 commit
-
-
Adam Cozzette authored
-
- 23 Jul, 2018 1 commit
-
-
Jonathan Haber authored
* Store the class object itself * Add test for backwards compatibility * Rename and add test * Add comments
-
- 14 May, 2018 1 commit
-
-
Jisi Liu authored
-