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

cmd/gomobile: Use parallel build for frameworks on Apple platforms #74

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Dec 22, 2021

  1. Add parallel build

    imWildCat committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    dc75976 View commit details
    Browse the repository at this point in the history
  2. Finish major part

    imWildCat committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    4629016 View commit details
    Browse the repository at this point in the history
  3. Embed libs first

    imWildCat committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    272f055 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Configuration menu
    Copy the full SHA
    e605985 View commit details
    Browse the repository at this point in the history
  2. Finish parallel build

    imWildCat committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    7a4f454 View commit details
    Browse the repository at this point in the history
  3. Remove unused field

    imWildCat committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    7a9d5b0 View commit details
    Browse the repository at this point in the history
  4. Recover bind

    imWildCat committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    ab56776 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary logs

    imWildCat committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    83860d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0572ebc View commit details
    Browse the repository at this point in the history
  7. Add empty line at the end

    imWildCat committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    b4ff384 View commit details
    Browse the repository at this point in the history
  8. Remove unused comment

    imWildCat committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    6e4c23b View commit details
    Browse the repository at this point in the history
  9. Clean up

    imWildCat committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    45c4267 View commit details
    Browse the repository at this point in the history
  10. Remove build result array

    imWildCat committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    1b903c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

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

Commits on Jan 20, 2022

  1. address review feedbacks

    imWildCat committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    594b595 View commit details
    Browse the repository at this point in the history
  2. simplify slice append case

    imWildCat committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    6d124e1 View commit details
    Browse the repository at this point in the history
  3. Add parallelism limit

    imWildCat committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    fd0e949 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Small fix

    imWildCat committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    cfbbb6f View commit details
    Browse the repository at this point in the history
  2. Fix typo

    imWildCat committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    faf4e94 View commit details
    Browse the repository at this point in the history