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

std::wstring support for C# #1632

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 14, 2021

  1. std::wstring support

    - In IgnoreSystemDeclarationsPass: Explicitly renamed basic_string::
      assign and data
      methods becasue otherwise some following implicit renamings
      make the code not working
      (this issue can be observer when a std::string and std::wstring
      is present in the C++ input classes)
    - Removed the resetting of method names in
      SpecializationMethodsWithDependentPointersPass becasue
      this reverts changes which are made in the pass
      IgnoreSystemDeclarationsPass
    - added wstring type map
    - added a hacky flag be able to run tests when the
      option MarshalCharAsManagedChar is
      set to false
    strentler committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    587f466 View commit details
    Browse the repository at this point in the history
  2. Adjustments for std:wstring support for CLI

    - Adjusted TypeMap for wstring in Stdlib.CLI.cs
    - Fixed typo in Common.Test.cs
    - Added check in test
    - Added wstring exports in Std-symbols.cpp
    strentler committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    f1743e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b3c4d0 View commit details
    Browse the repository at this point in the history