1. 27 Jan, 2017 2 commits
  2. 26 Jan, 2017 3 commits
  3. 25 Jan, 2017 2 commits
  4. 23 Jan, 2017 2 commits
  5. 20 Jan, 2017 1 commit
  6. 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
  7. 17 Jan, 2017 1 commit
  8. 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
  9. 12 Jan, 2017 7 commits
  10. 11 Jan, 2017 2 commits
  11. 10 Jan, 2017 3 commits
  12. 09 Jan, 2017 1 commit
  13. 08 Jan, 2017 1 commit
  14. 07 Jan, 2017 2 commits
  15. 05 Jan, 2017 4 commits
  16. 04 Jan, 2017 3 commits
  17. 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
  18. 28 Dec, 2016 2 commits
  19. 27 Dec, 2016 1 commit