- 14 Feb, 2019 1 commit
-
-
Sydney Acksman authored
-
- 12 Feb, 2019 3 commits
-
-
Joe Bolinger authored
-
Yuri Vanin authored
This performance optimization allows to skip reflection (in the is() method) when the message has been already unpacked once
-
Cy authored
-
- 11 Feb, 2019 1 commit
-
-
Sydney Acksman authored
* Modify how end tags are encounted in merge code (compiler) * Modify how end tags are encounted in merge code (generated) * Modify how end tags are encounted in merge code (library) * Regenerate generated code through generate_descriptor_proto.sh
-
- 06 Feb, 2019 2 commits
-
-
Greg Engle authored
I tried finding an active repo on github with no success. The only ProtoSharp I found wasn't related to PB at all.
-
Joe Bolinger authored
* add more descriptive error messages to init methods * add type errors test to Makefile.am
-
- 05 Feb, 2019 1 commit
-
-
Thomas Van Lenten authored
Document why no enum_extensibility is needed for Swift.
-
- 04 Feb, 2019 1 commit
-
-
Vitaly Buka authored
It already exists for wire and json formats
-
- 01 Feb, 2019 1 commit
-
-
Vitaly Buka authored
-
- 31 Jan, 2019 4 commits
-
-
Xiang Dai authored
Fix below issue: src/Makefile.am:210: warning: whitespace following trailing backslash Signed-off-by: Xiang Dai <764524258@qq.com>
-
Michael Matthew Mitchell authored
libprotobuf being targed before libprotoc was causing Visual Studio to fail in linking protoc.
-
Peter Sobot authored
-
- 29 Jan, 2019 1 commit
-
-
Ivan Pizhenko authored
* Fix GetErrno() to be const noexcept * Removed noexcept
-
- 28 Jan, 2019 1 commit
-
-
Paul Yang authored
-
- 26 Jan, 2019 2 commits
-
-
Hao Nguyen authored
* Use set -ex * Use -std=c++14 so -latomic can be found
-
Hao Nguyen authored
* Fix python release build. * Separate config.sh by platform * Use KOKORO_JOR_NAME to determine the BUILD_COMMIT. * Use -std=c++14 on MacOS so -latomic can be used.
-
- 25 Jan, 2019 5 commits
-
-
Adam Cozzette authored
The draconian heapcheck turns up memory leaks outside our control, such as ones in libc and in the heapchecker itself. I think for an automated test it makes more sense for us to use the "strict" heapcheck, since that already passes and should only report leaks that are within our control.
-
Adam Cozzette authored
Updated googletest submodule to the most recent upstream commit
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Hao Nguyen authored
Update guava version to 26
-
- 24 Jan, 2019 4 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
-
Hao Nguyen authored
Update more files in update_version.py
-
Hao Nguyen authored
-
- 23 Jan, 2019 3 commits
-
-
Paul Yang authored
* Fix more issues for reference values * Revert change in gdb test * Add more tests
-
Hao Nguyen authored
* Fix protoc release * Update Dockerfile to include libatomic
-
Hao Nguyen authored
* Add TC malloc kokoro test * Update tcmalloc test
-
- 22 Jan, 2019 2 commits
- 18 Jan, 2019 5 commits
-
-
Adam Cozzette authored
Add proto3 to solidity link in third_party.md
-
Joshua Haberman authored
* Fixed compile warnings for PHP extension. * Fixed some compile errors on PHP <7 and with TSR enabled. * One more fix for TSRM builds.
-
Joshua Haberman authored
Revert "doc: apply consistent indentation to Any examples"
-
bitspill authored
-
- 17 Jan, 2019 3 commits
-
-
Paul Yang authored
* Fix Any json encoding/decoding for ruby. * Revert unnecessary changes
-
Paul Yang authored
* Fix field mask for php in json * Update byte size
-
i9 authored
pb3-gen-sol is a proto3 to solidity library generator that supports proto3 native types and uses field option for solidity native types. Both the message and generated code are more efficient than other solutions. It also includes a library to decode protobuf wireformat.
-