-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
Commits on Jul 21, 2015
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7366efd - Browse repository at this point
Copy the full SHA 7366efdView commit details
Commits on Jul 22, 2015
-
Merge pull request protocolbuffers#602 from TeBoring/objectivec
Add packTo and unpackFrom in google.protobuf.Any.
Configuration menu - View commit details
-
Copy full SHA for 1647e63 - Browse repository at this point
Copy the full SHA 1647e63View commit details
Commits on Jul 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 58b2dec - Browse repository at this point
Copy the full SHA 58b2decView commit details
Commits on Jul 27, 2015
-
1
Configuration menu - View commit details
-
Copy full SHA for d58e95b - Browse repository at this point
Copy the full SHA d58e95bView commit details -
Merge pull request protocolbuffers#642 from nico/unused
Remove two unused functions.
Configuration menu - View commit details
-
Copy full SHA for 69d660b - Browse repository at this point
Copy the full SHA 69d660bView commit details -
Merge pull request protocolbuffers#635 from TeBoring/objectivec
Update minimal ios and osx version for deployment.
Configuration menu - View commit details
-
Copy full SHA for f642c5c - Browse repository at this point
Copy the full SHA f642c5cView commit details
Commits on Jul 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 224010c - Browse repository at this point
Copy the full SHA 224010cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67d51ac - Browse repository at this point
Copy the full SHA 67d51acView commit details -
Merge pull request protocolbuffers#651 from litinglin/master
On x64 MSVC platform, macro PROTOBUF_LITTLE_ENDIAN won't be set
Configuration menu - View commit details
-
Copy full SHA for add3e8d - Browse repository at this point
Copy the full SHA add3e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5da3fb0 - Browse repository at this point
Copy the full SHA 5da3fb0View commit details -
Merge pull request protocolbuffers#652 from TeBoring/objectivec
Move the definition of GOOGLE_FALLTHROUGH_INTENDED to port.h
Configuration menu - View commit details
-
Copy full SHA for c6dffbc - Browse repository at this point
Copy the full SHA c6dffbcView commit details
Commits on Jul 30, 2015
-
Merge pull request protocolbuffers#632 from google/csharp-experimental
Merge C# proto3 from csharp-experimental to master
Configuration menu - View commit details
-
Copy full SHA for 12febd0 - Browse repository at this point
Copy the full SHA 12febd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a2dee - Browse repository at this point
Copy the full SHA 43a2deeView commit details -
Merge pull request protocolbuffers#664 from jtattermusch/expose_umbre…
…lla_class_name2 Expose GetUmbrellaClassName in csharp_names.h
Configuration menu - View commit details
-
Copy full SHA for b193503 - Browse repository at this point
Copy the full SHA b193503View commit details
Commits on Jul 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f994cfe - Browse repository at this point
Copy the full SHA f994cfeView commit details -
Merge pull request protocolbuffers#665 from jskeet/types_field
Handle field names of "descriptor" and "types".
Configuration menu - View commit details
-
Copy full SHA for 5bdb1fb - Browse repository at this point
Copy the full SHA 5bdb1fbView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9629797 - Browse repository at this point
Copy the full SHA 9629797View commit details