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

Add contrib ports (Contrib ports part 2) #21244

Merged
merged 35 commits into from
Feb 5, 2024

Commits on Jan 30, 2024

  1. added PORTS new settings

    - all official ports can be used with this setting
    ypujante committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    19f0583 View commit details
    Browse the repository at this point in the history
  2. check for valid port name

    - added tests
    ypujante committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d135cd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27db0bd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    831c523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bfdef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    177d603 View commit details
    Browse the repository at this point in the history
  4. reverted comma

    ypujante committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7d43831 View commit details
    Browse the repository at this point in the history
  5. changes from code review

    ypujante committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5d0afbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6694fe View commit details
    Browse the repository at this point in the history
  7. removed print statement

    ypujante committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ba2a1ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b88e332 View commit details
    Browse the repository at this point in the history
  9. use compile+link

    ypujante committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    aeb2d0a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. fixed sanity checks

    ypujante committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9facf38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6717313 View commit details
    Browse the repository at this point in the history
  3. documentation changes

    ypujante committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0344a99 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    2be2672 View commit details
    Browse the repository at this point in the history
  2. added new documentation

    ypujante committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d7a3b45 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into contrib-ports-2

    # Conflicts:
    #	site/source/docs/compiling/Building-Projects.rst
    #	test/test_other.py
    #	test/test_sanity.py
    #	tools/ports/__init__.py
    ypujante committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    dc92707 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Code review

    ypujante committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    b028587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f9e599 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51ae73d View commit details
    Browse the repository at this point in the history
  4. 80 columns

    ypujante committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ec050d1 View commit details
    Browse the repository at this point in the history
  5. removed comment

    ypujante committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    033e0ba View commit details
    Browse the repository at this point in the history
  6. Fixed documentation

    ypujante committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    c5d2f99 View commit details
    Browse the repository at this point in the history
  7. fix documentation

    ypujante committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    db88e52 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Added changelog + tweaks

    ypujante committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    3d727b9 View commit details
    Browse the repository at this point in the history
  2. updated readme accordingly

    ypujante committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    5a0b668 View commit details
    Browse the repository at this point in the history
  3. removed blank line

    ypujante committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    124d52b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. code review

    ypujante committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    22a392a View commit details
    Browse the repository at this point in the history
  2. removed unnecessary comment

    ypujante committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    93c5ea7 View commit details
    Browse the repository at this point in the history
  3. 2 lines...

    ypujante committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0953955 View commit details
    Browse the repository at this point in the history
  4. removed key variable

    ypujante committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    21a2839 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44758b0 View commit details
    Browse the repository at this point in the history
  6. code review

    ypujante committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3df103f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1512be View commit details
    Browse the repository at this point in the history