Thanks to visit codestin.com
Credit goes to github.com

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: cpplint/cpplint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.2
Choose a base ref
...
head repository: cpplint/cpplint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 7 commits
  • 10 files changed
  • 5 contributors

Commits on Apr 15, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#374)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    2d2e1c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. chore: bump dev version (#378)

    Per release policy
    aaronliu0130 authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    54f085a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#379)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    b32e1f3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

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

Commits on Jul 9, 2025

  1. granular build/namespaces categories

    Enhance the using directives check by adding more granularity to the warnings.
    The warnings are split into multiple categories
    1. block/namespace scope
    2. source/header file
    3. literal/nonliteral namespace
    
    Possible filter combinations would look like the following
    
    1. Google: None
    2. CppCoreGuidelines
        1. -build/namespaces/header/block
        2. -build/namespaces/source
    3. Like CppCoreGuidlines, but disallow non-literal namespaces in source files at namespace scope
        1. -build/namespaces/header/block
        2. -build/namespaces/source/block
        3. -build/namespaces/source/namespace/literal
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    geoffviola and pre-commit-ci[bot] authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    26af971 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Bump sigstore/gh-action-sigstore-python in the github-actions group

    Bumps the github-actions group with 1 update: [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python).
    
    
    Updates `sigstore/gh-action-sigstore-python` from 3.0.0 to 3.0.1
    - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases)
    - [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md)
    - [Commits](sigstore/gh-action-sigstore-python@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/gh-action-sigstore-python
      dependency-version: 3.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and aaronliu0130 committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    c2b1ce6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eef70d View commit details
    Browse the repository at this point in the history
Loading