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: 13958e2
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: 29c5700
Choose a head ref
  • 7 commits
  • 15 files changed
  • 6 contributors

Commits on Sep 8, 2025

  1. chore: Bump actions/setup-python from 5.6.0 to 6.0.0 (#126)

    * Bump actions/setup-python from 5.6.0 to 6.0.0
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@a26af69...e797f83)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * update pre-commit ci triggers
    
    * feat: add prefix to bump commit message
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Brendan <[email protected]>
    Co-authored-by: Xianpeng Shen <[email protected]>
    3 people authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    57518ac View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

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

Commits on Sep 11, 2025

  1. fix: update stale workflow permissions for reusable workflow compatib…

    …ility (#129)
    
    * Initial plan
    
    * fix: update stale workflow permissions for reusable workflow compatibility
    
    Co-authored-by: shenxianpeng <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: shenxianpeng <[email protected]>
    Copilot and shenxianpeng authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    83fc1af View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

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

Commits on Oct 27, 2025

  1. chore: Bump actions/upload-artifact from 4 to 5 (#132)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    3861d1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    327e2a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. New CLI to install clang-format and clang-tidy Python wheels (#133)

    * feat: support install python wheels
    
    * fix: Update python-test.yml to upload only clang-tools wheel
    
    * chore: save progress
    
    * fix: remove duplicate code
    
    * test: add test to test wheel
    
    * test: add condition to test
    
    * test: add condition to test
    
    * docs: update readme
    
    * Update clang_tools/wheel.py
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update clang_tools/wheel.py
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * fix: add version_str to show version
    
    * fix: update dependencies and use public function
    
    * docs: udpate README.rst
    
    * docs: udpate README.rst
    
    * fix: add required=True and update test.yml
    
    * test: update to fix test
    
    * Update clang_tools/wheel.py
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update README.rst
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * fix: update if condition using fromJSON
    
    * fix: skip 12.0.1
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    shenxianpeng and coderabbitai[bot] authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    29c5700 View commit details
    Browse the repository at this point in the history
Loading