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

[mono] More domain cleanups #50479

Merged
merged 8 commits into from
Apr 6, 2021
Merged

[mono] More domain cleanups #50479

merged 8 commits into from
Apr 6, 2021

Commits on Apr 5, 2021

  1. [mono] More domain cleanups.

    vargaz committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    5bc1a45 View commit details
    Browse the repository at this point in the history
  2. [mono] Move the storage of the loaded assemblies list to assembly-loa…

    …d-context.c.
    
    Add a mono_alc_get_all_loaded_assemblies () helper function to return a
    array of all the loaded assemblies. Use this instead of accessing
    domain->loaded_assemblies directly.
    vargaz committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    6f58f3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed1309d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0f86c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2860002 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10b4473 View commit details
    Browse the repository at this point in the history
  7. Fix the build.

    vargaz committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    f86d5bc View commit details
    Browse the repository at this point in the history
  8. [mono] Remove more unused 'domain' arguments.

    Move functions from appdomain.c to more assembly-load-context.c/
    extern-only.c.
    vargaz committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    ba1337a View commit details
    Browse the repository at this point in the history