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

added additional wide string support for marshalling wide strings #122

Merged
merged 12 commits into from
May 19, 2022

Commits on May 18, 2022

  1. use {managedMethodName} instead of calling 'this.mdReader.GetString(m…

    …ethodDef.Name)' again;
    
    added char* support for easier LPStr and LPWStr marshalling
    mwetzko committed May 18, 2022
    Configuration menu
    Copy the full SHA
    aa54476 View commit details
    Browse the repository at this point in the history
  2. added string samples

    mwetzko committed May 18, 2022
    Configuration menu
    Copy the full SHA
    8938423 View commit details
    Browse the repository at this point in the history
  3. proper space

    mwetzko committed May 18, 2022
    Configuration menu
    Copy the full SHA
    fd0a79e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Update src/dnne-gen/Generator.cs

    Co-authored-by: Aaron Robinson <arobins@microsoft.com>
    mwetzko and AaronRobinsonMSFT committed May 19, 2022
    Configuration menu
    Copy the full SHA
    546a388 View commit details
    Browse the repository at this point in the history
  2. Update src/dnne-gen/Generator.cs

    Co-authored-by: Aaron Robinson <arobins@microsoft.com>
    mwetzko and AaronRobinsonMSFT committed May 19, 2022
    Configuration menu
    Copy the full SHA
    f1922ab View commit details
    Browse the repository at this point in the history
  3. Update src/dnne-gen/Generator.cs

    Co-authored-by: Aaron Robinson <arobins@microsoft.com>
    mwetzko and AaronRobinsonMSFT committed May 19, 2022
    Configuration menu
    Copy the full SHA
    7f43696 View commit details
    Browse the repository at this point in the history
  4. Update src/dnne-gen/Generator.cs

    Co-authored-by: Aaron Robinson <arobins@microsoft.com>
    mwetzko and AaronRobinsonMSFT committed May 19, 2022
    Configuration menu
    Copy the full SHA
    e006a2a View commit details
    Browse the repository at this point in the history
  5. Update src/dnne-gen/Generator.cs

    Co-authored-by: Aaron Robinson <arobins@microsoft.com>
    mwetzko and AaronRobinsonMSFT committed May 19, 2022
    Configuration menu
    Copy the full SHA
    4faab47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c710f0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a85e5da View commit details
    Browse the repository at this point in the history
  8. added support for booleans

    mwetzko committed May 19, 2022
    Configuration menu
    Copy the full SHA
    bab6609 View commit details
    Browse the repository at this point in the history
  9. Revert "added support for booleans"

    This reverts commit bab6609.
    mwetzko committed May 19, 2022
    Configuration menu
    Copy the full SHA
    c397133 View commit details
    Browse the repository at this point in the history