1. 10 Feb, 2017 1 commit
  2. 09 Feb, 2017 1 commit
  3. 27 Jan, 2017 2 commits
  4. 26 Jan, 2017 3 commits
  5. 25 Jan, 2017 2 commits
  6. 23 Jan, 2017 2 commits
  7. 20 Jan, 2017 1 commit
  8. 19 Jan, 2017 1 commit
    • Jon Skeet's avatar
      Support custom options in C# · 047575f2
      Jon Skeet authored
      This consists of:
      - Changing the codegen for the fixed set of options protos, to parse unknown fields instead of skipping them
      - Add a new CustomOptions type in the C# support library
      - Expose CustomOptions properties from the immutable proto wrappers in the support library
      
      Only single-value options are currently supported, and fetching options values requires getting the type right
      and knowing the field number. Both of these can be addressed at a later time.
      
      Fixes #2143, at least as a first pass.
      047575f2
  9. 17 Jan, 2017 1 commit
  10. 13 Jan, 2017 1 commit
    • Thomas Van Lenten's avatar
      Timestamp helper fix, Duration helper cleanup. · d0bc096b
      Thomas Van Lenten authored
      - The Timestamp proto does not allow for negative nanos fields, so the seconds
        must be shifted and a positive nanos then applied.
      - Tweak the helpers on Duration to make it clear there is no "base" time
        involved.
      - Update the unittests for duration and timestamp to cover positive and
        negative NSTimeIntervals and what their impact is on the protos.
      d0bc096b
  11. 12 Jan, 2017 7 commits
  12. 11 Jan, 2017 2 commits
  13. 10 Jan, 2017 3 commits
  14. 09 Jan, 2017 1 commit
  15. 08 Jan, 2017 1 commit
  16. 07 Jan, 2017 2 commits
  17. 05 Jan, 2017 4 commits
  18. 04 Jan, 2017 3 commits
  19. 03 Jan, 2017 1 commit
    • Adam Cozzette's avatar
      Fixed cross compilations with the Autotools build · b40d3186
      Adam Cozzette authored
      Pull request #2517 caused cross compilations to start failing, because
      the js_embed binary was being built to run on the target platform
      instead of on the build machine. This change updates the Autotools build
      to use the AX_PROG_CXX_FOR_BUILD macro to find a suitable compiler for
      the build machine and always use that when building js_embed.
      b40d3186
  20. 28 Dec, 2016 1 commit