- 22 Mar, 2017 2 commits
- 21 Mar, 2017 1 commit
-
-
Paul Yang authored
-
- 20 Mar, 2017 5 commits
-
-
Adam Cozzette authored
migrate delimited messages functions to util package
-
Bairen Yi authored
-
Feng Xiao authored
Remove duplicated copyright statement
-
Adam Cozzette authored
fix attributes warning
-
Adam Cozzette authored
Ruby: only link against specific version of memcpy if we're using glibc
-
- 17 Mar, 2017 9 commits
-
-
Feng Xiao authored
Add preserve_proto_field_names option to JsonPrintOptions
-
Adam Cozzette authored
We have some special code in wrap_memcpy.c to ensure that we use the 2.2.5 version of memcpy, for compatibility with older versions of glibc. However, we need to make sure we only attempt to do this when we are actually building with glibc, so that the code can also build successfully against other libc implementations such as musl.
-
Jie Luo authored
DefaultValueObjectWriter should populate oneof message field
-
Paul Yang authored
This option will be prepended to generated classes of all messages in the containing file.
-
Feng Xiao authored
Fix freebsd build.
-
Bairen Yi authored
-
Brendan McCarthy authored
-
Brendan McCarthy authored
-
Byron Yi authored
-
- 16 Mar, 2017 10 commits
-
-
Feng Xiao authored
Add a notice for nano.
-
Feng Xiao authored
We no longer supports nano and recommend protobuf lite over nano for Android users.
-
Joshua Haberman authored
Changed scope of Java deps to "test".
-
Joshua Haberman authored
Ruby: fixed Message#to_h for map fields.
-
Adam Cozzette authored
JS: ensure that extension values are serialized even if they're falsy
-
Byron Yi authored
-
Byron Yi authored
-
Byron Yi authored
-
prehistoric-penguin authored
-
Josh Haberman authored
This is per: https://github.com/google/protobuf/issues/2019
-
- 15 Mar, 2017 12 commits
-
-
Joshua Haberman authored
compiler/cli: PrintHelpText prints to stdout instead of stderr
-
Adam Cozzette authored
-
Josh Haberman authored
-
Konstantin Podsvirov authored
Unfortunate typo. Just one extra ',' symbol, has led to the hidden implicit behavior. Now everything will be fine.
-
Paul Yang authored
in order to be wire compatible.
-
Josh Haberman authored
-
Adam Cozzette authored
Hide unnecessary exported library symbols
-
Josh Haberman authored
-
Adam Cozzette authored
Updated an outdated comment in bytestream.h
-
Thomas Van Lenten authored
Document deep copy in the header
-
Thomas Van Lenten authored
-
Markus Heß authored
-
- 14 Mar, 2017 1 commit
-
-
Feng Xiao authored
It turns out system headers included by generated plugin.pb.h file already contains major/minor macro definitions when built on FreeBSD and we need to add #undefs to the generated header file. This change also fixes another compile error regarding EXPECT_DEATH on FreeBSD.
-