1. 30 Dec, 2015 1 commit
  2. 29 Dec, 2015 5 commits
    • Feng Xiao's avatar
      Require six>=1.9 for Python. · 283c40c8
      Feng Xiao authored
      We use six sub-modules that aren't available in old versions. Not specifying
      this requirement in the setup will lead to much less readable runtime errors.
      It's particuarlly problematic for Mac OSX users because the system comes with
      an old six version 1.4.1 by default.
      
      [skip ci]
      283c40c8
    • Feng Xiao's avatar
      Update BUILD/cmake files. · ef6c72b4
      Feng Xiao authored
      Change-Id: I6fa9f1b65d6c06b891aabf3f3d868364d74d727d
      ef6c72b4
    • Feng Xiao's avatar
      Fix a misplaced macro. · c5147e3d
      Feng Xiao authored
      Change-Id: Ife609e073bd142d328b680c753f543bb18f4f66d
      c5147e3d
    • Feng Xiao's avatar
      Add js to post_process_dist.sh. · 9dcd24df
      Feng Xiao authored
      Change-Id: I1ee87c49481bcc545939745ccf0a53d766a01a4c
      9dcd24df
    • Feng Xiao's avatar
      Fix a compiler warning. · 7a9d5825
      Feng Xiao authored
      Change-Id: I4c4e2a4a248e4336fef735f75ff5648d8d33627e
      7a9d5825
  3. 28 Dec, 2015 3 commits
  4. 22 Dec, 2015 1 commit
  5. 21 Dec, 2015 11 commits
  6. 19 Dec, 2015 2 commits
  7. 17 Dec, 2015 6 commits
  8. 16 Dec, 2015 7 commits
  9. 15 Dec, 2015 3 commits
    • Tim Swast's avatar
      Add region tags to the Go protobuf examples. · 1cc541b3
      Tim Swast authored
      This will allow us to like to specific snippets of code in the
      documentation.  I plan to create a tutorial similar to the C# tutorial
      https://developers.google.com/protocol-buffers/docs/csharptutorial
      
      Since that tutorial has sections for populating a proto, parsing, and
      serializing, I made a region for each of these for Go.  To make the
      populating sample more self-contained, I refactor the listing example
      slightly.
      1cc541b3
    • Jon Skeet's avatar
      Generated code changes from previous commit. · adee6fe3
      Jon Skeet authored
      adee6fe3
    • Jon Skeet's avatar
      Make ToString() valid without a type registry · aabc6c41
      Jon Skeet authored
      This addresses issue #1008, by creating a JsonFormatter which is private and only different
      to JsonFormatter.Default in terms of reference equality.
      
      Other plausible designs:
      
      - The same, but expose the diagnostic-only formatter
      - Add something to settings to say "I don't have a type registry at all"
      - Change the behaviour of JsonFormatter.Default (bad idea IMO, as we really *don't* want the result of this used as regular JSON to be parsed)
      
      Note that just trying to find a separate fix to issue #933 and using that to override Any.ToString() differently wouldn't work for messages that *contain* an Any.
      
      Generated code changes follow in the next commit.
      aabc6c41
  10. 14 Dec, 2015 1 commit