~thopiekar/protobuf/+git/protobuf:3.5.x

Last commit made on 2018-10-10
Get this branch:
git clone -b 3.5.x https://git.launchpad.net/~thopiekar/protobuf/+git/protobuf

Branch merges

Branch information

Name:
3.5.x
Repository:
lp:~thopiekar/protobuf/+git/protobuf

Recent commits

a4d93c2... by Adam Cozzette <email address hidden>

Merge pull request #5203 from windpenguin/3.5.x

Fix string subscript out of range when parse command line argument

4b2d1d7... by windpenguin <email address hidden>

Fix string subscript out of range when parse command line. ref pull request #4016

23dccc5... by Adam Cozzette

Merge pull request #5001 from acozzette/backport-spelling-fix

Fix spelling error of __GNUC_MINOR__

1c19892... by Adam Aili <email address hidden>

Fix spelling error of __GNUC_MINOR__

71985be... by Feng Xiao <email address hidden>

Merge pull request #4936 from arashikou/3.5.x

Do Not Define GOOGLE_FALLTHROUGH_INTENDED on GCC Without Attribute Support

39c3654... by "John W. Bruce" <email address hidden>

Do Not Define GOOGLE_FALLTHROUGH_INTENDED on GCC Without Attribute Support

The definition of GOOGLE_FALLTHROUGH_INTENDED assumed that
[[gnu::fallthrough]] was always available on GCC 7+. While
gnu::fallthrough is supported on GCC 7+, C++ attributes themselves are
not supported on GCC if the C++ standard is before C++11. As a fix,
the guard on this definition has been expanded to include a check for
C++ attribute support. The form of this check is the one recommended
by GCC at https://gcc.gnu.org/projects/cxx-status.html .

c934cb7... by Tom

Guards for older GCC versions (#4870)

Guards for older GCC versions.

fe773bf... by Feng Xiao <email address hidden>

Merge pull request #4572 from jozefizso/fix/4494_compilation_error_c4146

Using binary one's complement to negate an unsigned int

8a603ec... by Jozef Izso

Using binary one's complement to negate an unsigned int

This removes a Visual Studio warning C4146: unary minus operator applied to unsigned type, result still unsigned.

Original code: https://github.com/google/protobuf/commit/24493eef9395e5b832360e12efabf9c363c9cb15

2131584... by Jisi Liu <email address hidden>

Merge pull request #4398 from pherl/catlog3.5

Cat the test-suite.log on errors for presubmits