- 09 Apr, 2019 3 commits
-
-
Hao Nguyen authored
-
-
Hao Nguyen authored
-
- 08 Apr, 2019 1 commit
-
-
yejianwu authored
-
- 06 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 05 Apr, 2019 3 commits
-
-
Hao Nguyen authored
-
-
Hao Nguyen authored
-
- 03 Apr, 2019 1 commit
-
-
Ankit Singh authored
-
- 01 Apr, 2019 2 commits
-
-
Phillipp Schoppmann authored
-
Harvey Tuch authored
* external/com_google_protobuf/src/google/protobuf/stubs/strutil.cc:1122:9: runtime error: negation of -9223372036854775808 cannot be represented in type 'google::protobuf::int64' (aka 'long'); cast to an unsigned type to negate this value to itself * Bad external/com_google_protobuf/src/google/protobuf/text_format.cc:1320:14: runtime error: null pointer passed as argument 1, which is declared to never be null /usr/include/string.h:62:62: note: nonnull attribute specified here Signed-off-by: Harvey Tuch <htuch@google.com>
-
- 29 Mar, 2019 1 commit
-
-
Paul Yang authored
Merge 3.7.x into master
-
- 28 Mar, 2019 9 commits
-
-
Hao Nguyen authored
Also update Dockerfile for JavaScript. The old one is using an npm that is too outdated
-
Adam Cozzette authored
-
Bo Yang authored
-
Bo Yang authored
-
Bo Yang authored
-
Ben Boeckel authored
-
Ben Boeckel authored
This actually has always been using the first branch because `__cpluscplus` is not a real definition (contrast with the real spelling of `__cplusplus`).
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 27 Mar, 2019 3 commits
-
-
Bo Yang authored
-
Bo Yang authored
-
Joe Bolinger authored
* add wrapper type helpers * add check for _as_value suffix
-
- 26 Mar, 2019 5 commits
-
-
Joe Bolinger authored
* add implicit time conversion * add duration * add init test * more tests * add type check and alternative c type check * add rational and bigdecimal * use rb_obj_is_kind_of * use native time check * chain implicit conversions * remove unused variable
-
Adam Cozzette authored
-
Pavel Perestoronin authored
I've deprecated the separate web page for the project and moved everything to `README.md`, so for now it's better to point to the GitHub project page.
-
Paul Yang authored
* Update version number to 3.7.1 * Update version number in port_def.inc
-
Adam Cozzette authored
OSX has deprecated OpenSSL, so we need to install it via Homebrew and build against that version when we build Ruby.
-
- 25 Mar, 2019 6 commits
-
-
Benjamin Peterson authored
-
Adam Cozzette authored
We ran into problems with precompiled protoc binaries not working on some systems because of the dependence on a dynamically linked libatomic. However, I found that linking against libatomic is not actually necessary in our protoc build environment. Inside configure.ac there's a test which figures out if we need to pass -latomic, and it does this by attempting to build a test binary. That binary was failing to build, but it turns out this was because we need to pass -std=c++11, not -latomic. This fixes #5875.
-
Paul Yang authored
* Allow bytes field to be longer than 16000 bytes * Remove empty line
-
Adam Cozzette authored
-
myd7349 authored
-
Adam Cozzette authored
We need to mark messages as final soon, but before we do that we need to provide a temporary opt-out mechanism to accommodate existing code that inherits from generated messages. For 3.7.1 let's stop marking messages final but in 3.8 we can reintroduce "final" with an opt-out option.
-
- 21 Mar, 2019 5 commits
-
-
Hao Nguyen authored
Down integrate to Github
-
Daniel Kurka authored
-
Daniel Kurka authored
-
Daniel Kurka authored
The removed variable here is actually used breaking downstream bazel builds.
-
Mickaël Schoentgen authored
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
-