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

Strip libmonosgen linked library #53240

Merged
merged 16 commits into from
Jun 8, 2021
Merged

Commits on May 25, 2021

  1. Strip libmonosgen linked library

    It seems in the .symbols.nupkg package, instead of a stripped .dylib/so and
    companion .dwarf/.dbg, we've just been shipping unstripped libs. This commit
    largely duplicates the functions from eng/native/functions.cmake into an
    MSbuild proj, as our entire logic is already in MSbuild not CMake.
    directhex committed May 25, 2021
    Configuration menu
    Copy the full SHA
    1389a4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61c41af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16e9029 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f59533 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62e2c8b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    f5e401c View commit details
    Browse the repository at this point in the history
  2. Drive ExitCode better

    directhex committed May 26, 2021
    Configuration menu
    Copy the full SHA
    960e6ea View commit details
    Browse the repository at this point in the history
  3. ContinueOnError

    directhex committed May 26, 2021
    Configuration menu
    Copy the full SHA
    3700f34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a57d216 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b5751e View commit details
    Browse the repository at this point in the history
  6. Fix typo

    directhex committed May 26, 2021
    Configuration menu
    Copy the full SHA
    8fee408 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    25410a1 View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    directhex committed May 27, 2021
    Configuration menu
    Copy the full SHA
    535d15e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    c21328c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    b876424 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    b6bd810 View commit details
    Browse the repository at this point in the history