-
Notifications
You must be signed in to change notification settings - Fork 117
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
Extended type support #14
Closed
Closed
Commits on Apr 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for be6fd43 - Browse repository at this point
Copy the full SHA be6fd43View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce854f9 - Browse repository at this point
Copy the full SHA ce854f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf74336 - Browse repository at this point
Copy the full SHA bf74336View commit details -
Configuration menu - View commit details
-
Copy full SHA for c667b7b - Browse repository at this point
Copy the full SHA c667b7bView commit details -
Add C MessagePack::Extended class
* Remove Ruby MessagePack::Extended class * Move delegete_to_pack and ENSURE_PACKER to packer_class.h * Make msgpack_packer_write_ext_value access the instance methods `type` and `data` instead of just instance variables.
Configuration menu - View commit details
-
Copy full SHA for 10e580a - Browse repository at this point
Copy the full SHA 10e580aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c599b7 - Browse repository at this point
Copy the full SHA 1c599b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a734997 - Browse repository at this point
Copy the full SHA a734997View commit details -
Configuration menu - View commit details
-
Copy full SHA for 314adc9 - Browse repository at this point
Copy the full SHA 314adc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fc0540 - Browse repository at this point
Copy the full SHA 0fc0540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f906e6 - Browse repository at this point
Copy the full SHA 5f906e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c5a0b0 - Browse repository at this point
Copy the full SHA 6c5a0b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc3035 - Browse repository at this point
Copy the full SHA 4dc3035View commit details -
Add and use Extended#create for ext generation
This lets the users override Extended#create to handle the deserialization of application specific extended types.
Configuration menu - View commit details
-
Copy full SHA for 83e41b4 - Browse repository at this point
Copy the full SHA 83e41b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b8be4 - Browse repository at this point
Copy the full SHA 22b8be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e3ec6b - Browse repository at this point
Copy the full SHA 1e3ec6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43de62d - Browse repository at this point
Copy the full SHA 43de62dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e1d2f6 - Browse repository at this point
Copy the full SHA 4e1d2f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a17fca - Browse repository at this point
Copy the full SHA 2a17fcaView commit details -
Follow jruby version API of ExtensionValue
* Removed Extended.create * Still moved the spec to cruby since jruby's ExtensionValue's type and payload can't be accessed.
Configuration menu - View commit details
-
Copy full SHA for 5d47777 - Browse repository at this point
Copy the full SHA 5d47777View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c7c8ff - Browse repository at this point
Copy the full SHA 7c7c8ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b147a7d - Browse repository at this point
Copy the full SHA b147a7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7fa349 - Browse repository at this point
Copy the full SHA a7fa349View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.