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

Unity IL2CPP and New CodeGenerator #591

Merged
merged 18 commits into from
Oct 29, 2019
Merged

Unity IL2CPP and New CodeGenerator #591

merged 18 commits into from
Oct 29, 2019

Commits on Oct 11, 2019

  1. copy dotnet dll to plugins

    neuecc committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    8fdcad4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    a04c7b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d272c76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c485a75 View commit details
    Browse the repository at this point in the history
  4. IL2CPP Testing Part1

    neuecc committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    f07aa11 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. All green on IL2CPP(win)

    neuecc committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    c7b661c View commit details
    Browse the repository at this point in the history
  2. Add MessagePack.MSBuild.Tasks

    neuecc committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    15fbe13 View commit details
    Browse the repository at this point in the history
  3. add testcode generate bat

    neuecc committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    65749c0 View commit details
    Browse the repository at this point in the history
  4. Add StaticCompositeResolver

    neuecc committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    7ce1012 View commit details
    Browse the repository at this point in the history
  5. fuckin lint

    neuecc committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    5269007 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Fix a bunch of build warnings

    AArnott committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    f12a27f View commit details
    Browse the repository at this point in the history
  2. Update analyzers to solve AD0001 compiler error

    Also fix some issues the newer version of the analyzers found.
    AArnott committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    26b9414 View commit details
    Browse the repository at this point in the history
  3. Fix strong name build failure

    AArnott committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    38499e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Add mark obsolete to CompositeResolver when ENABLE_IL2CPP, add docume…

    …ntation to StaticCompositeResolver, Fix UnityPackage exporeter, Fix compile error on Unity.
    neuecc committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    1ded753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50537e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cd64b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8434faf View commit details
    Browse the repository at this point in the history
  5. Suppress VSTHRD002 warning

    AArnott committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9472771 View commit details
    Browse the repository at this point in the history