1. 07 Dec, 2016 1 commit
  2. 03 Dec, 2016 1 commit
    • Joshua Haberman's avatar
      Factored Conformance and Benchmark test messages into shared test schema. (#1971) · f1ce60e7
      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.
      f1ce60e7
  3. 23 Nov, 2016 1 commit
    • Adam Cozzette's avatar
      Fixed Ruby tests for JRuby 1.7 · 65479cb7
      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.
      65479cb7
  4. 14 Nov, 2016 1 commit
  5. 03 Nov, 2016 2 commits
  6. 14 Oct, 2016 1 commit
  7. 10 Oct, 2016 3 commits
  8. 29 Sep, 2016 3 commits
  9. 23 Sep, 2016 1 commit
  10. 22 Sep, 2016 1 commit
    • Brendan Ribera's avatar
      Fix hash computation for JRuby's RubyMessage · 525c6327
      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.
      525c6327
  11. 21 Sep, 2016 1 commit
  12. 20 Sep, 2016 2 commits
  13. 02 Sep, 2016 1 commit
  14. 30 Aug, 2016 3 commits
  15. 29 Aug, 2016 1 commit
  16. 26 Aug, 2016 1 commit
  17. 24 Aug, 2016 1 commit
  18. 01 Aug, 2016 1 commit
  19. 29 Jul, 2016 2 commits
  20. 25 Jul, 2016 6 commits
  21. 22 Jul, 2016 1 commit
  22. 21 Jul, 2016 1 commit
  23. 13 Jul, 2016 1 commit
  24. 03 Jul, 2016 1 commit
  25. 18 May, 2016 2 commits