Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Get image layer working with cppwinrt. #354

Merged
merged 3 commits into from
Sep 23, 2020
Merged

Commits on Sep 22, 2020

  1. Get image layer working with cppwinrt.

    Has some issues if the images are not found, but it works otherwise.
    Includes some untested cleaning up of the CX code.
    Simeon Cran committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    38a150e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Remove "final" from generated cppwinrt classes.

    In some non-release cases, cppwinrt does not allow classes to be final because it subclasses them..
    Simeon Cran committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    404b1af View commit details
    Browse the repository at this point in the history
  2. Fix string incorrectly terminated.

    Simeon Cran committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    127924a View commit details
    Browse the repository at this point in the history