- 23 Nov, 2016 3 commits
-
-
Adam Cozzette authored
This makes a couple of changes to fix the tests for JRuby 1.7: - Avoid using assert_false since that assertion seems not to exist in older versions - Disable a test related to respond_to? for JRuby. It's hard to tell what is going wrong here but it looks like probably a JRuby bug that has been fixed in more recent versions.
-
Adam Cozzette authored
In Python 3 the values() method on a dictionary returns a view instead of a list, so we need to explicitly convert that to a list.
-
Adam Cozzette authored
This seems to be necessary to prevent warnings in some compiler configurations, particularly for tag numbers that are too large to fit in a signed 32-bit int.
-
- 22 Nov, 2016 3 commits
-
-
Adam Cozzette authored
The curly brace syntax for sets was introduced in Python 2.7, and so for compatibility with 2.6 we need to avoid using it for now.
-
Adam Cozzette authored
A new test is now passing and so we can remove it from the failure whitelist.
-
Adam Cozzette authored
Fixed JSPB test failures
-
- 21 Nov, 2016 5 commits
-
-
Adam Cozzette authored
-
Feng Xiao authored
Restore jenkins files.
-
Adam Cozzette authored
-
Adam Cozzette authored
-
Adam Cozzette authored
-
- 19 Nov, 2016 1 commit
- 18 Nov, 2016 8 commits
-
-
Feng Xiao authored
-
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 8 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
-