1. 06 Dec, 2013 1 commit
  2. 05 Dec, 2013 1 commit
  3. 23 Nov, 2013 1 commit
  4. 22 Nov, 2013 1 commit
  5. 21 Nov, 2013 1 commit
  6. 18 Nov, 2013 2 commits
  7. 15 Nov, 2013 5 commits
  8. 13 Nov, 2013 1 commit
  9. 12 Nov, 2013 2 commits
  10. 11 Nov, 2013 1 commit
    • Tom Chao's avatar
      Minimize method count for nanoproto. · 28b4dec7
      Tom Chao authored
      - Migrates getCachedSize to the MessageNano parent class to save one method per message.
      - Create ExtendableMessageNano parent class for protos with extensions, this saves the
      getExtension and setExtension methods on the relevant messages.
      - getSerializedSize's default case (with no fields to serialize) also migrate to the
      parent class, which saves methods on empty messages.
      - Container classes become interfaces to save the constructor.
      
      Change-Id: I81f1a1b6d6a660096835e9df3ea20456655aab4a
      28b4dec7
  11. 07 Nov, 2013 1 commit
  12. 06 Nov, 2013 1 commit
  13. 05 Nov, 2013 1 commit
    • Aurash Mahbod's avatar
      Allow for ref-type arrays containing null elements. · 3f0c3480
      Aurash Mahbod authored
      Strip the null elements out before serializing the array.
      This is helpful in the cases where the user wants to construct
      an array of an inexact size for serialization. For example:
      User constructs array of size 5 because they anticipate adding
      more than 1 element before serialization. Only 3 get added, so
      the array looks like [Obj, Obj, Obj, null, null]. This would
      curently crash without this CL.
      
      All repeated fields of ref-type elements can contain null
      elements: repeated strings, repeated bytes, and repeated
      messages/groups.
      
      Change-Id: I117391c868c9a436536d70d6151780e9cc7e8227
      
      Conflicts:
      	src/google/protobuf/compiler/javanano/javanano_message_field.cc
      3f0c3480
  14. 25 Oct, 2013 3 commits
  15. 16 Oct, 2013 8 commits
  16. 15 Oct, 2013 5 commits
  17. 11 Oct, 2013 4 commits
  18. 10 Oct, 2013 1 commit