- 02 Jul, 2018 4 commits
-
-
Joshua Haberman authored
Google::Protobuf::Struct can access a missing key (#3846)
-
Adam Cozzette authored
Missing symbol exports for Windows DLL
-
Feng Xiao authored
Remove write-strings warning from COPTs
-
Adam Cozzette authored
Add wsrpc
-
- 01 Jul, 2018 2 commits
-
-
Nehal J Wani authored
This should fix https://github.com/google/protobuf/issues/4717
-
Adam Cozzette authored
This fixes issue #2610. This was originally fixed in a101fa52 , but got reverted by d36c0c53
-
- 30 Jun, 2018 3 commits
-
-
mdepristo authored
-
Johan Nordberg authored
-
Feng Xiao authored
Fix to allow a compilation under mips big endian with gcc
-
- 29 Jun, 2018 1 commit
-
-
Thomas Colthurst authored
Internal convert file was broken. Change the capsule to the correct name
-
- 28 Jun, 2018 3 commits
-
-
depristo authored
This change reduces the excessive warnings when compiling C++ protobufs like "external/protobuf_archive/python/google/protobuf/pyext/message.cc:2629:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]"
-
Charles Hardin authored
The __MIPSEL__ is mips little endian, specific and we needed to compile for a big endian mips target that also happened to be a mips64, so replaced the __MIPSEL__ with a __mip__ which should preserve the build on little endian and allow a build for a big endian setup. $ echo | mips64-linux-gcc -E -dM - ... snip snip ... #define __mips__ 1 #define __MIPSEB__ 1 Signed-off-by: Charles Hardin <ckhardin@gmail.com>
-
Paul Yang authored
* Add -Og to no-warning-test * Initialize value * Implement PrintFieldName in CompactRepeatedFieldPrinter to prevent Woverloaded-virtual * Update generated code
-
- 27 Jun, 2018 3 commits
-
-
Zachary Anker authored
-
Erik Benoist authored
* This allows for ruby code to catch and handle Protobuf TypeErrors separately from the standard Ruby TypeError * Maintains backwards compatibility by having the new Google::Protobuf::TypeError inherit from the base TypeError. Any code that was catching TypeError should continue to work.
-
Adam Cozzette authored
Removed forward declaration of MemBlock class
-
- 25 Jun, 2018 15 commits
-
-
Michal Matuszak authored
Removed forward declaration of MemBlock class. Declaration is in conflict with declaration `::strings::MemBlock`
-
Adam Cozzette authored
Merge 3.6.x branch into master
-
Sydney Acksman authored
* Remove protoc conditional properties * Fix duplicate brace
-
Yuchen Xie authored
-
Pat Moroney authored
the testMessageSetNullFail function was declared twice. So I renamed one to testMessageSetNullFailMap
-
Feng Xiao authored
Remove the executable bit from several source code files
-
Feng Xiao authored
Fixed protobuf_generate output definition
-
Vladimir Kovpak authored
Added `-y` flag to `sudo apt-get` command.
-
Feng Xiao authored
Add "override" keyword for overridden virtual functions
-
Adam Cozzette authored
Add guards against bswap_XX redefnitions
-
Adam Cozzette authored
-
Paul Yang authored
* Install rake compiler * Add kokoro config to build ruby gem on linux * Rename from linix to linux * Fix prepare_build.sh name * Clean up * Install bundler * Install bundler * Use c99 in order to build gem on mingw-32 on ruby 2.0.0 See https://github.com/rake-compiler/rake-compiler-dock/issues/4 * Move c99 config to extcofig.rb
-
cclauss authored
This change helps both humans and linters to understand the unusual method of instantiating this global variable.
-
Steffen Wittmeier authored
-
Sebastian Schuberth authored
This potentially avoids compiler warnings.
-
- 23 Jun, 2018 2 commits
- 22 Jun, 2018 4 commits
-
-
Paul Yang authored
-
Paul Yang authored
* Add files to build ruby artifact for mac on kokoro * Move ruby specific stuff to ruby dir
-
Adam Cozzette authored
Fix parameters declaration
-
vervaekejonathan authored
-
- 21 Jun, 2018 3 commits
-
-
Feng Xiao authored
protostream_objectwriter: fix bug when Any is directly embedded in a …
-
Feng Xiao authored
protostream_objectsource: preserve print options across Any.
-
Sydney Acksman authored
* Added props to C# tools * Add targets file to makefile.am
-