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

Dedup addprefix & delete unused defines from cmake #62528

Merged
merged 3 commits into from
Dec 11, 2021

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    bec6a83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9944ba1 View commit details
    Browse the repository at this point in the history
  3. Cleanup trailing whitespace in changeset files

    ```sh
    # git remote add dotnet https://github.com/dotnet/runtime && git pull --rebase dotnet main
    
    if uname 2>/devnull | grep -q Darwin; then
        space=" "
    fi
    
    git show --name-only --pretty="" HEAD...dotnet/main |\
        xargs -I{} sh -c "test -f {} && sed -i$space'' 's/[[:space:]]*$//' {}"
    ```
    am11 committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    ab9b081 View commit details
    Browse the repository at this point in the history