- 28 Feb, 2019 7 commits
-
-
Paul Yang authored
Revert "Fix Ruby module name generation when the ruby_package option is used"
-
Joe Bolinger authored
* fix module name generation and add tests * fix existing tests * support both package name styles
-
Joe Bolinger authored
* add check for overflow * de-nestify * break long lines
-
Joe Bolinger authored
* let repeated fields push arrays * add varargs push * better test
-
Peter Ebden authored
* Fix construction of messages using the C++ Python implementation when a map field is passed from one message to another. * Add a test on message map field construction * python 3 support * review comments * add test * Collapse code into one
-
Oliver Bristow authored
-
- 27 Feb, 2019 3 commits
-
-
Hao Nguyen authored
Added Optional GRPC library to third party docs
-
Paul Yang authored
down integration from internal
-
Yilun Chong authored
-
- 26 Feb, 2019 8 commits
-
-
Yilun Chong authored
-
Sydney Acksman authored
* Fix #5513 * Added tests for invalid lengths when reading strings and bytes. Added test for reading tags with invalid wire types in unknown field set. Changed invalid length check in ReadString to match the one in ReadBytes
-
grindhold authored
We need to cast to a constant charpointer here.
-
Yilun Chong authored
-
Yilun Chong authored
-
Yilun Chong authored
-
Yilun Chong authored
* fix macos build by changing xcode version * add comments * fix benchmark build for mac * fix for gem option and install npm * add test for node and npm * fix node * fix for node * another attempts to fix node * another attempts * clean up
-
Kent Ross authored
-
- 25 Feb, 2019 2 commits
-
-
Yilun Chong authored
-
Yilun Chong authored
-
- 24 Feb, 2019 2 commits
-
-
Matthew Paletta authored
-
Joe Bolinger authored
-
- 22 Feb, 2019 3 commits
-
-
Daniel Ruoso authored
That should be only on the CFlags. When using the compiler as the linker driver, one may want to also call pkg-config to get the cflags, but when invoking the linker, there should be no compiler flags.
-
Yilun Chong authored
-
dickmao authored
Currently, downstream libraries such as RProtoBuf fail because `-std=c++11` is required via `configure.ac`, but RProtobuf has no way of knowing this by consulting `pkg-config --cflags protobuf`.
-
- 21 Feb, 2019 2 commits
-
-
Xiang Dai authored
Signed-off-by: Xiang Dai <764524258@qq.com>
-
Dalvin authored
-
- 20 Feb, 2019 1 commit
-
-
Hao Nguyen authored
* Support rc version in update_version.py
-
- 16 Feb, 2019 1 commit
-
-
michaelbausor authored
* Exclude repeated and map fields from normalization * Remove erroneous comments * Remove unnecessary check for map type * Add support for repeated/map fields, add tests * Fix wrapper message in repeated/map fields in array constructor * Address PR comments * Removed unused code * Update docs
-
- 15 Feb, 2019 2 commits
-
-
Paul Yang authored
Revert "Add stack overflow protection for text format"
-
- 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
-