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: main
Choose a base ref
...
head repository: PeterSchops/cppcheck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 31, 2023

  1. Fix type mismatch in MacroUsage

    line and column information is of type int everywhere, except in MacroUsage.
    PeterSchops authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    1c6f79f View commit details
    Browse the repository at this point in the history
  2. Adding extra information in report for some issues

    I saw that cppcheck was sometimes showing extra information, on what exactly was wrong. And I found this very useful. 
    The extra information is optional, and I'm finding it very helpful to pinpoint the problematic piece of code.
    PeterSchops authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    608281e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    7ecf24b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'danmar:main' into PeterSchops-misra_add_optional_extra_…

    …information_in_error-report
    PeterSchops authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b8690f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Update string formatting for python2 compatability

    changed reportError(...f"{..}") to reportError(..."{}".format{..})
    PeterSchops authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9a4912b View commit details
    Browse the repository at this point in the history
  2. fix argument count mismatch

    renamed extra to misra_severity, and added extra as last argument
    PeterSchops authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ceb8905 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Merge pull request #2 from PeterSchops/PeterSchops_Fix_type_mismach_i…

    …n_MacroUsage_line_column_nr
    
    Fix type mismatch in MacroUsage
    PeterSchops authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    9c4aec1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'danmar:main' into PeterSchops-misra_add_optional_extra_…

    …information_in_error-report
    PeterSchops authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2f5b55d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'danmar:main' into PeterSchops-misra_add_optional_extra_…

    …information_in_error-report
    PeterSchops authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    05df446 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Merge branch 'danmar:main' into PeterSchops-misra_add_optional_extra_…

    …information_in_error-report
    PeterSchops authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9e0c2db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from PeterSchops/PeterSchops-misra_add_optional…

    …_extra_information_in_error-report
    
    Adding extra information in report for some issues
    PeterSchops authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    097672b View commit details
    Browse the repository at this point in the history
Loading