1. 23 Nov, 2016 3 commits
    • 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
    • Adam Cozzette's avatar
      Updated descriptor_pool.py to be compatible with Python 3 · 259dd7e8
      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.
      259dd7e8
    • Adam Cozzette's avatar
      Add a "u" suffix to tag numbers in generated code · db35fe73
      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.
      db35fe73
  2. 22 Nov, 2016 3 commits
  3. 21 Nov, 2016 5 commits
  4. 19 Nov, 2016 1 commit
    • Feng Xiao's avatar
      Restore jenkins files. · 78079325
      Feng Xiao authored
      The last up-integration from github to google3 was made at commit
      e28286fa but somehow the change in
      that commit is not actually in the up-integration CL and as a result
      that change was reverted by the down-integration. Restoring them
      should make the jenkins tests running again.
      78079325
  5. 18 Nov, 2016 8 commits
  6. 17 Nov, 2016 2 commits
  7. 16 Nov, 2016 5 commits
  8. 15 Nov, 2016 5 commits
  9. 14 Nov, 2016 8 commits