- 18 Nov, 2016 7 commits
-
-
Feng Xiao authored
-
Feng Xiao authored
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Adam Cozzette authored
Update README.md
-
Adam Cozzette authored
Add LL to large constant
-
- 17 Nov, 2016 2 commits
-
-
Samuel Rossoff (of The Ebon Blade) authored
needed a grave here, not an apostrophy
-
zhsyourai authored
Some compiler will report: 'error: integer constant is too large for long type'
-
- 16 Nov, 2016 5 commits
-
-
Paul Yang authored
In php, class name cannot be "Empty". Modified code generator to (#2375) generate GPBEmpty instead (for google.protobuf.Empty only). Also change runtime code to work with the new generated code accordingly.
-
Adam Cozzette authored
Class is final but declares protected field
-
Adam Cozzette authored
typo in readme
-
Adam Cozzette authored
Add missing include in message_lite.cc
-
Ian Hunter authored
-
- 15 Nov, 2016 5 commits
-
-
Feng Xiao authored
-
Joshua Haberman authored
More Ruby-eqsue interface
-
Joshua Haberman authored
JS: Fix for high utf-8 codepoints.
-
Wojciech Mandrysz authored
-
Wojciech Mandrysz authored
-
- 14 Nov, 2016 9 commits
-
-
Feng Xiao authored
Fix #include in js_generator.cc
-
Feng Xiao authored
Fix csharp/src/Google.Protobuf.Test/project.json
-
Julien Brianceau authored
This change fixes the following Chromium presubmit error: third_party/protobuf/csharp/src/Google.Protobuf.Test/project.json could not be parsed: Expecting property name: line 25 column 3 (char 482)
-
Julien Brianceau authored
This changes fixes "use of undeclared identifier 'INT_MAX'" compilation error.
-
Julien Brianceau authored
Reland commit f2885f61 that has been trampled by commit d64a2d99.
-
Marcin Wyszynski authored
-
Joshua Haberman authored
Fixed JavaScript license declaration.
-
Josh Haberman authored
-
wujingchao authored
This class is declared to be final, but declares fields to be protected. Since the class is final, it can not be derived from, and the use of protected is confusing.
-
- 12 Nov, 2016 2 commits
-
-
Feng Xiao authored
Resolve old TODO for StringTypeHandler.
-
Chris Kennelly authored
StringSpaceUsedExcludingSelf has been part of the lite library since b913cbd3.
-
- 11 Nov, 2016 3 commits
- 10 Nov, 2016 4 commits
-
-
Paul Yang authored
-
Feng Xiao authored
Fixes deprecation warnings/errors on Xcode
-
guptasu authored
This is done so that the same library can be used irrespective of whether MessageOptions belong to package name 'proto2' or 'google.protobuf'
-
Sergio Campama authored
-
- 09 Nov, 2016 2 commits
-
-
Adam Cozzette authored
Added explicit cast to avoid size warning on Win64.
-
Adam Cozzette authored
Use latest maven-compiler-plugin (2.6.0)
-
- 08 Nov, 2016 1 commit
-
-
Paul Yang authored
-