Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hartwork/resolve-march-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.0
Choose a base ref
...
head repository: hartwork/resolve-march-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.0
Choose a head ref
  • 17 commits
  • 69 files changed
  • 2 contributors

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    51640df View commit details
    Browse the repository at this point in the history
  2. runner.py: Address warning "unclosed file"

    pytest output contained:
    > [..]/resolve_march_native/runner.py:26: ResourceWarning: unclosed file <_io.TextIOWrapper name='[..]/empty.c' mode='w' encoding='UTF-8'>
    >   open(input_filename, 'w')
    hartwork committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3fae7f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9a5548 View commit details
    Browse the repository at this point in the history
  4. tests: Resolve use of deprecated API pkg_resources

    pytest output was:
    > [..]/resolve_march_native/test/test_target_help_parser.py:7: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    >   from pkg_resources import resource_filename
    hartwork committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    019787a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0f6a18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c78762 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e9ca95 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #120 from hartwork/address-warnings

    Address warnings
    hartwork authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d01254b View commit details
    Browse the repository at this point in the history
  9. Actions(deps): Bump actions/setup-python from 4.7.1 to 5.0.0

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@65d7f2d...0a5c615)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c17b4d5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #121 from hartwork/dependabot/github_actions/actio…

    …ns/setup-python-5.0.0
    
    Actions(deps): Bump actions/setup-python from 4.7.1 to 5.0.0
    hartwork authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    61412aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0149eed View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f7c5d08 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e32d021 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f739e38 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #122 from hartwork/cfarm-machines

    Add support for `octeon2`, `power7`, `power8` / cover more cfarm machines
    hartwork authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    882440d View commit details
    Browse the repository at this point in the history
  16. Bump version to 5.0.0

    hartwork committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    282e109 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #123 from hartwork/prepare-release

    Prepare release 5.0.0
    hartwork authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    48676a2 View commit details
    Browse the repository at this point in the history
Loading