- 17 Mar, 2017 2 commits
- 16 Mar, 2017 6 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
-
Josh Haberman authored
This is per: https://github.com/google/protobuf/issues/2019
-
- 15 Mar, 2017 11 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
-
- 14 Mar, 2017 4 commits
-
-
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.
-
Josh Haberman authored
-
Joshua Haberman authored
Replace CHECK() with GOOGLE_CHECK().
-
Adam Cozzette authored
-
- 13 Mar, 2017 4 commits
-
-
Josh Haberman authored
Fixes: https://github.com/google/protobuf/issues/1175
-
Feng Xiao authored
Double-quote file paths in extract_includes.bat.in
-
Jisi Liu authored
Suppress the last unchecked warning.
-
Alexandros Frantzis authored
-
- 11 Mar, 2017 1 commit
-
-
Feng Xiao authored
This allows the file path to contain spaces which is very common on windows.
-
- 10 Mar, 2017 12 commits
-
-
Jisi Liu authored
Likely to be java language issue. Varargs are considered arrays, thus using generic with varargs will cause unchecked warning about generic array creation.
-
Jie Luo authored
Detect generated code of WKT, addressbook and conformance protos
-
Jisi Liu authored
Fix java code according to error prone.
-
Feng Xiao authored
Don't expose gson exceptions in JsonFormat.
-
Feng Xiao authored
Use per-type table to lookup JSON name.
-
Feng Xiao authored
Add missing thread dependency in cmake.
-
Feng Xiao authored
Update comments for setSizeLimit.
-
Jisi Liu authored
-
Paul Yang authored
Accept regular PHP array for repeated/map setter. Existing map/repeated field will be swapped by a clean map/repeated field. Then, elements in the array will be added to the map/repeated field. All elements will be type checked before adding. See #2686 for detail.
-
Jie Luo authored
-
Feng Xiao authored
-
Jisi Liu authored
Cherry-pick changes from javalite branch to also fix Java warnings in the master branch
-