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

LIB\NET45\MsgPack.XML TYPO #339

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

LIB\NET45\MsgPack.XML TYPO #339

wants to merge 20 commits into from

Commits on Dec 1, 2013

  1. Fix and improve usage (issue #19)

    (cherry picked from commit a6558fa)
    yfakariya committed Dec 1, 2013
    Configuration menu
    Copy the full SHA
    1d0885b View commit details
    Browse the repository at this point in the history
  2. Fix synchronization issue of MessagePackSerializer.Create (issue #20)

    (cherry picked from commit 9bedf6c)
    yfakariya committed Dec 1, 2013
    Configuration menu
    Copy the full SHA
    3106b11 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2013

  1. Configuration menu
    Copy the full SHA
    1d1c173 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92937d4 View commit details
    Browse the repository at this point in the history
  3. Update version info.

    yfakariya committed Dec 6, 2013
    Configuration menu
    Copy the full SHA
    ac7e95d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2014

  1. Fix issue #24

    yfakariya committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    f265fec View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2014

  1. Configuration menu
    Copy the full SHA
    5e41ed6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4a292 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cf046c View commit details
    Browse the repository at this point in the history
  4. Update change logs.

    yfakariya committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    074304c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2014

  1. Cleanup test code.

    yfakariya committed Mar 23, 2014
    Configuration menu
    Copy the full SHA
    6cac06f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2014

  1. Fix NRE on interface type deserialization because (issue #27):

    * Collection traits detection does not care about source interface type itself
    * Creating delegate in generated code emits wrong method reference due to above wrong traits.
    yfakariya committed Apr 13, 2014
    Configuration menu
    Copy the full SHA
    98f05c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e4df1 View commit details
    Browse the repository at this point in the history
  3. Update version info.

    yfakariya committed Apr 13, 2014
    Configuration menu
    Copy the full SHA
    a173d76 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2014

  1. Remove dependency of System.Runtime.Serialization.dll

    Remove the references for DataContractAttribute and DataMemberAttribute
    and re-implement with reflection-based attribute retrieving.
    Takeshi KIRIYA authored and yfakariya committed May 24, 2014
    Configuration menu
    Copy the full SHA
    b01a4b5 View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    yfakariya committed May 24, 2014
    Configuration menu
    Copy the full SHA
    f47bac1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02143bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfc0640 View commit details
    Browse the repository at this point in the history
  5. Add test for merging PR #30

    yfakariya committed May 24, 2014
    Configuration menu
    Copy the full SHA
    c474532 View commit details
    Browse the repository at this point in the history
  6. Fix changelog.

    yfakariya committed May 24, 2014
    Configuration menu
    Copy the full SHA
    53309f7 View commit details
    Browse the repository at this point in the history