1. 04 Jan, 2010 4 commits
  2. 24 Dec, 2009 1 commit
  3. 23 Dec, 2009 7 commits
  4. 22 Dec, 2009 8 commits
  5. 21 Dec, 2009 5 commits
  6. 20 Dec, 2009 1 commit
  7. 19 Dec, 2009 1 commit
  8. 18 Dec, 2009 7 commits
  9. 11 Dec, 2009 2 commits
  10. 01 Dec, 2009 1 commit
    • jasonh+personal@google.com's avatar
      Fix Issue 136: the memoized serialized size for packed fields may not · 9951233e
      jasonh+personal@google.com authored
      be properly set. writeTo() may be invoked without a call to
      getSerializedSize(), so the generated serialization methods would
      write a length of 0 for non-empty packed fields. Just call
      getSerializedSize() at the beginning of writeTo(): although this
      means that we may compute the byte size needlessly when there
      are no packed fields, in practice, getSerializedSize() will
      already have been called - all of the writeTo() wrappers in
      AbstractMessageLite invoke it.
      
      Tested: new unittest case in WireFormatTest.java now passes
      9951233e
  11. 12 Nov, 2009 1 commit
  12. 03 Nov, 2009 2 commits