1. 07 Jun, 2013 2 commits
  2. 06 Jun, 2013 2 commits
  3. 05 Jun, 2013 1 commit
  4. 04 Jun, 2013 1 commit
    • Andrew Flynn's avatar
      Add toString() method to MessageNano. · a1612155
      Andrew Flynn authored
      - All of the real work for printing the proto is actually done in
        MessageNanoPrinter.
      - Uses reflection to find proto-defined fields and prints those.
      - Prints all fields, even defaults and nulls.
      - Also added a simple test to make sure it handles all proto types well.
        Tried not to make the test too brittle (but hey it's testing a toString()
        so how flexible can it be)
      
      Change-Id: I3e360ef8b0561041e010c1f3445ec45ecdcd2559
      a1612155
  5. 29 Apr, 2013 1 commit
  6. 26 Apr, 2013 1 commit
  7. 09 Apr, 2013 1 commit
  8. 08 Apr, 2013 1 commit
  9. 04 Apr, 2013 1 commit
  10. 03 Apr, 2013 1 commit
  11. 01 Apr, 2013 2 commits
    • Wink Saville's avatar
      Merge "Nano protobufs." · 64a84212
      Wink Saville authored
      64a84212
    • Ulas Kirazci's avatar
      Nano protobufs. · 2337023f
      Ulas Kirazci authored
      Like micro protobufs except:
      
      - No setter/getter/hazzer functions.
      - Has state is not available. Outputs all fields != their default.
      - CodedInputStream can only take byte[] (not InputStream).
      - Repeated fields are in arrays, not ArrayList or Vector.
      - Unset messages/groups are null, not "defaultInstance()".
      - Required fields are always serialized.
      
      To use:
      
      - Link libprotobuf-java-2.3.0-nano runtime.
      - Use LOCAL_PROTOC_OPTIMIZE_TYPE := nano
      
      Change-Id: I7429015b3c5f7f38b7be01eb2d4927f7a9999c80
      2337023f
  12. 15 Dec, 2012 1 commit
  13. 14 Aug, 2012 1 commit
  14. 15 Jun, 2012 1 commit
  15. 12 Jul, 2011 1 commit
  16. 08 Feb, 2011 2 commits
  17. 26 Jan, 2011 1 commit
  18. 05 Nov, 2010 1 commit
    • Wink Saville's avatar
      Rename protoc to aprotoc. · 4e79aac8
      Wink Saville authored
      With gLucid protoc is installed in the base system, by renaming
      our version there will be no confusion about which compiler is
      being used.
      
      Change-Id: I975e29e4444af9467c9b9600d5a2e7027f4046ae
      4e79aac8
  19. 02 Nov, 2010 1 commit
  20. 07 Oct, 2010 1 commit
  21. 06 Oct, 2010 1 commit
  22. 05 Oct, 2010 2 commits
  23. 01 Oct, 2010 1 commit
  24. 28 Jun, 2010 1 commit
  25. 08 Jun, 2010 1 commit
    • Wink Saville's avatar
      Changed speed optimization for strings. · 00302c1d
      Wink Saville authored
      Removed use of StringUtf8Micro and instead use an extra byte array
      instance variable directly in the class. This allows the list returned
      for repeated strings to be a String instead of a StringUtf8Micro
      making the class compatible with existing code.
      
      Removed PerfTimer.java which isn't used.
      
      Change-Id: Ie6acfb40f98f59a48c1a795d86f715078f9611f5
      00302c1d
  26. 05 Jun, 2010 1 commit
    • Wink Saville's avatar
      Add libprotobuf-java-2.3.0-lite. · e9da248a
      Wink Saville authored
      Also, have all the libraries follow the same naming convention so
      rename com.google.protobuf.micro library to libprotobuf-java-2.3.0-micro.
      
      Change-Id: I7c2a7d883a17f9a6d084ce4cac9601e344e416bf
      e9da248a
  27. 04 Jun, 2010 1 commit
    • Kenny Root's avatar
      Skip stlport for simulator · c0333631
      Kenny Root authored
      The host's stl library conflicts with stlport, so we need to exclude
      stlport from inclusion in the build if we're targeting the simulator.
      
      Change-Id: Ib4da6140f4b8abb271d8e67636ccec2a796c8c5a
      c0333631
  28. 03 Jun, 2010 2 commits
    • Wink Saville's avatar
      Merge "Add libprotobuf-cpp-2.3.0-lite" · c778cad8
      Wink Saville authored
      c778cad8
    • Wink Saville's avatar
      Add libprotobuf-cpp-2.3.0-lite · acf8ef12
      Wink Saville authored
      Added android/config.h which will be used to configure
      android builds of libraries. Currently I've undef HAVE_HASH_MAP
      and HAVE_HASH_SET as the versions in stlport generated compile
      errors.
      
      Updated .gitignore to be more selective on what it ignores so
      android/config.h wouldn't be ignored.
      
      Change-Id: I53f3636121db2c6017491a37998b816aaf0cab5d
      acf8ef12
  29. 29 May, 2010 2 commits
  30. 28 May, 2010 1 commit
  31. 27 May, 2010 2 commits
  32. 05 Feb, 2010 1 commit