- 02 Sep, 2018 2 commits
-
-
Joshua Haberman authored
-
Joshua Haberman authored
Added cmake build files for the conformance test runner.
-
- 01 Sep, 2018 1 commit
-
-
Feng Xiao authored
Add contributing guidelines.
-
- 31 Aug, 2018 2 commits
-
-
Paul Yang authored
* Fix well known type class not inheriting Message Previously, well known types only implement Message interface but not inhert it. Fix the problem by calling zend_do_inheritance * Add back commented tests
-
Paul Yang authored
* Add missing reference to conformanc_test_impl.cc in Makefile * Update conformance failure list
-
- 29 Aug, 2018 4 commits
- 28 Aug, 2018 1 commit
-
-
Elliotte Harold authored
-
- 25 Aug, 2018 1 commit
-
-
Josh Haberman authored
-
- 24 Aug, 2018 3 commits
-
-
Toby Schneider authored
Update my projects' (DCCL / Goby) URLs. Propose new extension for CGSN Mooring project.
-
Josh Haberman authored
I want to use the conformance tests from upb, which is switching to CMake.
-
Gohar Aziz authored
Update options.md | fix website url for C# port of protocol buffers.. From `http://github.com/jskeet/dotnet-protobufs` to `https://github.com/jskeet/protobuf-csharp-port`
-
- 23 Aug, 2018 4 commits
- 22 Aug, 2018 1 commit
-
-
Feng Xiao authored
-
- 20 Aug, 2018 3 commits
- 15 Aug, 2018 1 commit
-
-
James Judd authored
This removes the need for --incompatible_disable_deprecated_attr_params when using Protobuf
-
- 14 Aug, 2018 2 commits
- 13 Aug, 2018 11 commits
-
-
Joe Tsai authored
Document the cases where the wrapper well-known types are not useful.
-
Feng Xiao authored
Fix issues discovered in up-integration.
-
Feng Xiao authored
-
Feng Xiao authored
Add status badge for bazel build.
-
Feng Xiao authored
-
Feng Xiao authored
Fix bazel test.
-
Feng Xiao authored
* Fixes https://github.com/google/protobuf/issues/5031 * Fixes https://github.com/google/protobuf/issues/5037
-
Feng Xiao authored
Down-integrate proto2 namespace fix.
-
Sam Smith authored
-
Joshua Haberman authored
Fix json parsing of wrapper values
-
Feng Xiao authored
-
- 10 Aug, 2018 3 commits
-
-
Bo Yang authored
-
Yilun Chong authored
Add JS and Protobuf.js benchmark, fix js's reader.skipGroup
-
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
-