Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversions and operators for Timestamp and Duration #663

Closed
wants to merge 17 commits into from

Commits on Jul 21, 2015

  1. Add packFrom, unpackTo and is in google.protobuf.Any.

    The previous two methods make it easy to transform between any and normal message.
    unPackeTo will throw error if the type url in any doesn't match the type of the message to be transformed to.
    is checks any's type url matches the give GPBMessage type.
    TeBoring committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    7366efd View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

  1. Merge pull request protocolbuffers#602 from TeBoring/objectivec

    Add packTo and unpackFrom in google.protobuf.Any.
    TeBoring committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    1647e63 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2015

  1. Remove two unused functions.

    nico committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    58b2dec View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2015

  1. 1 Configuration menu
    Copy the full SHA
    d58e95b View commit details
    Browse the repository at this point in the history
  2. Merge pull request protocolbuffers#642 from nico/unused

    Remove two unused functions.
    xfxyjwf committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    69d660b View commit details
    Browse the repository at this point in the history
  3. Merge pull request protocolbuffers#635 from TeBoring/objectivec

    Update minimal ios and osx version for deployment.
    TeBoring committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    f642c5c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2015

  1. Configuration menu
    Copy the full SHA
    224010c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d51ac View commit details
    Browse the repository at this point in the history
  3. Merge pull request protocolbuffers#651 from litinglin/master

    On x64 MSVC platform, macro PROTOBUF_LITTLE_ENDIAN won't be set
    xfxyjwf committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    add3e8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5da3fb0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request protocolbuffers#652 from TeBoring/objectivec

    Move the definition of GOOGLE_FALLTHROUGH_INTENDED to port.h
    TeBoring committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    c6dffbc View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2015

  1. Merge pull request protocolbuffers#632 from google/csharp-experimental

    Merge C# proto3 from csharp-experimental to master
    jtattermusch committed Jul 30, 2015
    Configuration menu
    Copy the full SHA
    12febd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43a2dee View commit details
    Browse the repository at this point in the history
  3. Merge pull request protocolbuffers#664 from jtattermusch/expose_umbre…

    …lla_class_name2
    
    Expose GetUmbrellaClassName in csharp_names.h
    jtattermusch committed Jul 30, 2015
    Configuration menu
    Copy the full SHA
    b193503 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2015

  1. Configuration menu
    Copy the full SHA
    f994cfe View commit details
    Browse the repository at this point in the history
  2. Merge pull request protocolbuffers#665 from jskeet/types_field

    Handle field names of "descriptor" and "types".
    jskeet committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    5bdb1fb View commit details
    Browse the repository at this point in the history
  3. Well-known type operations for Timestamp and Duration (but not JSON f…

    …ormatting).
    
    While I've provided operators, I haven't yet provided the method equivalents. It's not clear to me that
    they're actually a good idea, while we're really targeting C# developers who definitely *can* use the user-defined operators.
    jskeet committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    9629797 View commit details
    Browse the repository at this point in the history