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: cppcheck-opensource/cppcheck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.14.0
Choose a base ref
...
head repository: cppcheck-opensource/cppcheck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.14.1
Choose a head ref
  • 14 commits
  • 42 files changed
  • 4 contributors

Commits on May 3, 2024

  1. fixed #12666 - got rid of ill-conceived USE_MATCHCOMPILER CMake opt…

    …ion validation (#6348) (#6377)
    
    I went quite overboard when I introduced the validation of the define.
    That was not necessary in CMake as we provide feedback on the usage of
    the matchcompiler. So only handle the special options and otherwise rely
    on the regular CMake logic.
    
    (cherry picked from commit c4be14d)
    firewave authored May 3, 2024
    Configuration menu
    Copy the full SHA
    9d71664 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 15, 2024

  1. Deactivate failing scriptcheck using Python 3.5 (#6396) (#6405)

    (cherry picked from commit 1943b4d)
    
    Co-authored-by: chrchr-github <78114321+chrchr-github@users.noreply.github.com>
    firewave and chrchr-github authored May 15, 2024
    Configuration menu
    Copy the full SHA
    014fb25 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 21, 2024

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

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    5bb02e0 View commit details
    Browse the repository at this point in the history
  2. Fix #12747 (GUI: when compliance report is generated the checkers-rep…

    …ort should be provided.) (#6419)
    danmar committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c980604 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

Commits on May 25, 2024

  1. Fix #12772 (GUI: information messages are shown even though informati…

    …on tool button is deselected) (#6440)
    danmar committed May 25, 2024
    Configuration menu
    Copy the full SHA
    d814c06 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. TokenList: avoid Path::identify() being called with empty filename …

    …from `determineCppC()` (#6326) (#6429)
    
    (cherry picked from commit ca94527)
    firewave authored May 26, 2024
    Configuration menu
    Copy the full SHA
    c202829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3d2d80 View commit details
    Browse the repository at this point in the history
  3. fixed #12763 - do not assert in markup processing for `unusedFunction…

    …` when a language is enforced (#6447)
    
    cherry pick from 9c21862
    
    Co-authored-by: Oliver Stöneberg <firewave@users.noreply.github.com>
    danmar and firewave authored May 26, 2024
    Configuration menu
    Copy the full SHA
    8cabf85 View commit details
    Browse the repository at this point in the history
  4. 2.14.1: Set version

    danmar authored May 26, 2024
    Configuration menu
    Copy the full SHA
    cc7f2ea View commit details
    Browse the repository at this point in the history
  5. Fix #12726: Update for CheckOrderEvaluation (#6448)

    cherry picked 9d4d118
    
    Co-authored-by: olabetskyi <153490942+olabetskyi@users.noreply.github.com>
    danmar and olabetskyi authored May 26, 2024
    Configuration menu
    Copy the full SHA
    7cb8f2b View commit details
    Browse the repository at this point in the history
Loading