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: cpp-linter/clang-tools-pip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8d50cd8
Choose a base ref
...
head repository: cpp-linter/clang-tools-pip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ff4337d
Choose a head ref
  • 3 commits
  • 8 files changed
  • 5 contributors

Commits on Sep 9, 2024

  1. Bump peter-evans/create-pull-request from 6 to 7 (#104)

    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    257539a View commit details
    Browse the repository at this point in the history
  2. Update python-test.yml (#105)

    This fixes the test CI workflow.
    
    Apparently, hidden files (like `.coverage*`) are excluded from artifact uploads now. This reverts that behavior using the `actions/upload-artifact`'s new input `include-hidden-files`.
    2bndy5 authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    960e9a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Bump cpp-linter/clang-tools-static-binaries to master-67c95218 (#106)

    * chore: bump clang-tools-static-binaries to master-57bca0b9
    
    * feat: support clang v19
    
    * fix: update clang-format-12_macosx-amd64.sha512sum
    
    * fix update clang-format-12_windows-amd64.sha512sum
    
    * Update README.rst
    
    * chore: bump clang-tools-static-binaries to master-67c95218
    
    * update warining in readme
    
    * Update license and pyproject.toml
    
    * skip v19 test on macos
    
    ---------
    
    Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
    Co-authored-by: shenxianpeng <xianpeng.shen@gmail.com>
    3 people authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    ff4337d View commit details
    Browse the repository at this point in the history
Loading