- 07 Dec, 2016 1 commit
-
-
Joshua Haberman authored
-
- 03 Dec, 2016 1 commit
-
-
Joshua Haberman authored
* Factored Conformance test messages into shared test schema. * Updated benchmarks to use new proto3 message locations. * Fixed include path. * Conformance: fixed include of Python test messages. * Make maven in Rakefile use --batch-mode. * Revert changes to benchmarks. On second thought I think a separate schema for CPU benchmarking makes sense. * Try regenerating C# protos for new test protos. * Removed benchmark messages from test proto. * Added Jon Skeet's fixes for C#. * Removed duplicate/old test messages C# file. * C# fixes for test schema move. * Fixed C# to use the correct TestAllTypes message. * Fixes for Objective C test schema move. * Added missing EXTRA_DIST file.
-
- 23 Nov, 2016 1 commit
-
-
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.
-
- 14 Nov, 2016 1 commit
-
-
Marcin Wyszynski authored
-
- 03 Nov, 2016 2 commits
-
-
Marcin Wyszynski authored
-
Marcin Wyszynski authored
-
- 14 Oct, 2016 1 commit
-
-
Jason Lunn authored
-
- 10 Oct, 2016 3 commits
- 29 Sep, 2016 3 commits
-
-
Jason Lunn authored
Uses values from the removed `Gemfile.lock` as a baseline for version requirements, though it has been observed to work with the latest versions of all the referenced gems - see https://travis-ci.org/google/protobuf/builds/163625616 for details
-
Jason Lunn authored
Avoid [failures in travis](https://travis-ci.org/google/protobuf/jobs/163611664) under jruby
-
Jason Lunn authored
Proposed fix for #1594
-
- 23 Sep, 2016 1 commit
-
-
Feng Xiao authored
[skip ci] Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
-
- 22 Sep, 2016 1 commit
-
-
Brendan Ribera authored
`System.identityHashCode` returns a hash that does not consider a Message's values. This means two Messages with identical values will not have identical hashCodes. This patch uses the pattern from RubyMap to combine the hashCodes from all values in a given message and produce a unique, consistent, value-based hash.
-
- 21 Sep, 2016 1 commit
-
-
Bo Yang authored
-
- 20 Sep, 2016 2 commits
-
-
Bo Yang authored
-
Brendan Ribera authored
`System.identityHashCode` returns a hash that does not consider a Message's values. This means two Messages with identical values will not have identical hashCodes. This patch uses the pattern from RubyMap to combine the hashCodes from all values in a given message and produce a unique, consistent, value-based hash.
-
- 02 Sep, 2016 1 commit
-
-
Jisi Liu authored
-
- 30 Aug, 2016 3 commits
-
-
Brendan Ribera authored
Instead of shifting/xoring the hash at each field, use the built-in ruby apis for generating a hash from multiple input values. Now returns a Fixnum.
-
Brendan Ribera authored
* add a repeated field to the tested hash * also assert that two messages with identical values produce identical hashes
-
Joshua Haberman authored
Ruby: make sure map parsing frames are GC-rooted.
-
- 29 Aug, 2016 1 commit
-
-
Josh Haberman authored
-
- 26 Aug, 2016 1 commit
-
-
Josh Haberman authored
-
- 24 Aug, 2016 1 commit
-
-
Nicolas Noble authored
This will allow loading the extension for Ruby 2.1.10...
-
- 01 Aug, 2016 1 commit
-
-
Josh Haberman authored
-
- 29 Jul, 2016 2 commits
-
-
Josh Haberman authored
-
Josh Haberman authored
-
- 25 Jul, 2016 6 commits
-
-
Josh Haberman authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Josh Haberman authored
This brings us more into line with other langauges, and makes it more obvious when we are requiring protobuf generated code.
-
Josh Haberman authored
-
- 22 Jul, 2016 1 commit
-
-
Feng Xiao authored
1. Added ruby22 and jruby tests to jenkins. 2. Added javascript tests to jenkins. 3. Added golang tests to jenkins. 4. Removed ruby19/ruby20 tests from travis. Support for ruby 2.0 has ended since 2016/02/24. https://www.ruby-lang.org/en/news/2016/02/24/support-plan-of-ruby-2-0-0-and-2-1/ Change-Id: Ie984b06772335352a4be7067ab2485f923875685
-
- 21 Jul, 2016 1 commit
-
-
Josh Haberman authored
-
- 13 Jul, 2016 1 commit
-
-
Feng Xiao authored
-
- 03 Jul, 2016 1 commit
-
-
Otto Kekäläinen authored
-
- 18 May, 2016 2 commits
-
-
Josh Haberman authored
-
Josh Haberman authored
-