1. 16 Oct, 2015 2 commits
  2. 14 Oct, 2015 1 commit
  3. 13 Oct, 2015 6 commits
  4. 09 Oct, 2015 3 commits
  5. 08 Oct, 2015 4 commits
  6. 07 Oct, 2015 3 commits
  7. 06 Oct, 2015 7 commits
  8. 05 Oct, 2015 9 commits
  9. 04 Oct, 2015 1 commit
  10. 01 Oct, 2015 4 commits
    • Paul Yang's avatar
      Merge pull request #843 from thomasvl/objcpp_enum_fwd_decl · 24fe6ba7
      Paul Yang authored
      Support enum forward decls in Objective C++
      24fe6ba7
    • Thomas Van Lenten's avatar
      Support enum forward decls in Objective C++ · ad2d5c92
      Thomas Van Lenten authored
      NS_ENUM changes defintion in Objective C++ based on the C++ spec being
      compiled with, special case the one situation where it wouldn't support doing a
      forward decl for the enum.
      ad2d5c92
    • Jon Skeet's avatar
      Support ToString in RepeatedField and MapField. · 9ed6d4da
      Jon Skeet authored
      This changes how we approach JSON formatting in general - instead of looking  at the field a value came from, we just look at the type of the value. It's possible this *could* be slightly inefficient, but if we start caring about JSON performance deeply, we'll probably want to rewrite all of this anyway. It's definitely simpler this way.
      
      When we support dynamic messages, we'll need to modify JsonFormatter to handle enum values, as they won't come be "real" .NET enums at that point. It shouldn't be hard to do though.
      9ed6d4da
    • Jon Skeet's avatar
      Generated code from previous commit. · 18e0a2e5
      Jon Skeet authored
      18e0a2e5