- 04 Jan, 2017 1 commit
-
-
Adam Cozzette authored
This test is undocumented and it looks like it has probably never worked. Let's just remove it to tidy things up. This fixes issue #2515.
-
- 28 Dec, 2016 1 commit
-
-
NicklasWallgren authored
-
- 27 Dec, 2016 2 commits
-
-
Feng Xiao authored
Fix warning in compiler/js/embed.cc
-
Julien Brianceau authored
embed.cc: In function ‘std::string CEscape(const string&)’: embed.cc:51:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < str.size(); ++i) { ^
-
- 22 Dec, 2016 4 commits
-
-
Adam Cozzette authored
Init index_in_metadata_ without condition
-
Feng Xiao authored
Eliminate redundant methods in C++ generated code for lite protos
-
Camillo Lugaresi authored
-
Camillo Lugaresi authored
-
- 21 Dec, 2016 2 commits
-
-
Julien Brianceau authored
Chromium MemorySanitizer (MSan) reports use-of-uninitialized-value of index_in_metadata_ attribute from EnumGenerator class. Fix these warnings by initializing these attributes without condition.
-
Adam Cozzette authored
Added Bazel genrule for generating well_known_types_embed.cc
-
- 20 Dec, 2016 5 commits
-
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Adam Cozzette authored
In pull request #2517 I made this change for the CMake and autotools builds but forgot to do it for the Bazel build.
-
Adam Cozzette authored
Add rvalue setters for non-arena strings on C++11.
-
Adam Cozzette authored
Remove spurious NULL checks in ArenaStringPtr::CreateInstance.
-
- 19 Dec, 2016 3 commits
-
-
Adam Cozzette authored
Auto-generate well_known_types_embed.cc
-
Adam Cozzette authored
The check target did not depend on the test_plugin binary, so this would cause "make check" to fail at times because of the absence of test_plugin. This change adds a dependency on test_plugin so that it will always get built before the tests are executed.
-
Adam Cozzette authored
Until now this file was just checked into the repo, but actually it should be generated from any.js, struct.js, and timestamp.js. This change updates the build system to make this happen. To make it work I also had to remove some C++11 features from embed.cc.
-
- 16 Dec, 2016 3 commits
-
-
Chris Kennelly authored
-
Feng Xiao authored
Missed LIBPROTOC_EXPORT for GRPC added
-
Jon Skeet authored
Fixes #2511.
-
- 15 Dec, 2016 2 commits
-
-
Chris Kennelly authored
-
Adam Cozzette authored
Define LANG_CXX11 for port.h and use this to guard C++11 features.
-
- 14 Dec, 2016 5 commits
-
-
Chris Kennelly authored
-
Adam Cozzette authored
Removed Android-specific code from stubs/hash.h
-
Thomas Van Lenten authored
Fixes and expands comments on how to use GPB_ENUM_FWD_DECLARE
-
Sergio Campama authored
-
Joshua Haberman authored
This is basic and more tests will be added over time.
-
- 13 Dec, 2016 9 commits
-
-
Feng Xiao authored
Fix integer overflow in FastUInt32ToBufferLeft
-
Feng Xiao authored
Add missing includes
-
Feng Xiao authored
Add support for Windows ARM builds
-
Adam Michalik authored
If digits > 2, and int is 32 bit, line 999 overflows. It has been fixed internally in CL 41203823.
-
Adam Cozzette authored
This #ifdef in hash.h causes us to give up on finding a hash function on Android, when there do seem to be hash functions available in practice. I also had to tweak a macro in map.h that was disabling on Android an allocator construct() method that we need.
-
Julien Brianceau authored
This changes fixes "error C2039: 'getline': is not a member of 'std'" compilation error.
-
Jan Tattermusch authored
remove leading whitespace in C# xml comments
-
Julien Brianceau authored
This changes fixes "use of undeclared identifier 'INT_MAX'" compilation error.
-
Feng Xiao authored
Fix #include in cc files
-
- 12 Dec, 2016 3 commits
-
-
Jisi Liu authored
Add a badge for bazel build status.
-
Feng Xiao authored
-
Gergely Nagy authored
-