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

[native_toolchain_c] Add linking on Linux #987

Merged
merged 32 commits into from
Jul 29, 2024
Merged

Commits on Jul 18, 2024

  1. Works

    mosuem committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7078488 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Small changes

    mosuem committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    be86b28 View commit details
    Browse the repository at this point in the history
  2. Fix test

    mosuem committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    055fd43 View commit details
    Browse the repository at this point in the history
  3. Remove executable from args

    mosuem committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    01a6846 View commit details
    Browse the repository at this point in the history
  4. Remove runclinker

    mosuem committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ac1c981 View commit details
    Browse the repository at this point in the history
  5. remove unused options

    mosuem committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    db4d2f5 View commit details
    Browse the repository at this point in the history
  6. Rename flags

    mosuem committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    afcaee3 View commit details
    Browse the repository at this point in the history
  7. Fix test

    mosuem committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8aa486b View commit details
    Browse the repository at this point in the history
  8. Remove more executable stuff

    mosuem committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    74b198e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Add docs

    mosuem committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    92a48e5 View commit details
    Browse the repository at this point in the history
  2. Add more docs

    mosuem committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    60c4de1 View commit details
    Browse the repository at this point in the history
  3. Add todos

    mosuem committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c9c02f0 View commit details
    Browse the repository at this point in the history
  4. Use linkoptions as flag

    mosuem committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b1e4592 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Changes as per review

    mosuem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3bfe024 View commit details
    Browse the repository at this point in the history
  2. Fix analyzer issues

    mosuem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    287ef2b View commit details
    Browse the repository at this point in the history
  3. Hide from API

    mosuem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    64e9085 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Changes as per review

    mosuem committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d4d7c3b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Add test project

    mosuem committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    fe11eb5 View commit details
    Browse the repository at this point in the history
  2. Add pub get

    mosuem committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    29192b4 View commit details
    Browse the repository at this point in the history
  3. Fix ordering

    mosuem committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    84215ac View commit details
    Browse the repository at this point in the history
  4. Add license

    mosuem committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    01794f1 View commit details
    Browse the repository at this point in the history
  5. Changes as per review

    mosuem committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b1878e8 View commit details
    Browse the repository at this point in the history
  6. Renames

    mosuem committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5f09aa2 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    mosuem committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7346a89 View commit details
    Browse the repository at this point in the history
  8. target -> host

    mosuem committed Jul 25, 2024
    1 Configuration menu
    Copy the full SHA
    7d4643b View commit details
    Browse the repository at this point in the history
  9. host -> target :)

    mosuem committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4e7c232 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Changes as per review

    mosuem committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8f685a2 View commit details
    Browse the repository at this point in the history
  2. More changes as per review

    mosuem committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a924987 View commit details
    Browse the repository at this point in the history
  3. add test name

    mosuem committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b631354 View commit details
    Browse the repository at this point in the history
  4. Undo rename

    mosuem committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    95c67be View commit details
    Browse the repository at this point in the history
  5. Build for right architecture

    mosuem committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2e12234 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Changes as per review

    mosuem committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c72761a View commit details
    Browse the repository at this point in the history