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

Commits on Feb 11, 2020

  1. use "cppcheck-suppress:errorId@symbol" format to declare inline suppr…

    …ess, and move the comment position to the same line of the error code.
    ghking1 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    e487d6c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

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

Commits on Feb 13, 2020

  1. fixed indentation problem

    ghking1 committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    4d6d639 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

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

Commits on Feb 16, 2020

  1. revert suppr.lineNumber

    ghking1 committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    00fab65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f949ca View commit details
    Browse the repository at this point in the history
  3. refine comment

    ghking1 committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    8ce58e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

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

Commits on Feb 22, 2020

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

Commits on Feb 23, 2020

  1. Configuration menu
    Copy the full SHA
    e8f9f23 View commit details
    Browse the repository at this point in the history
  2. unit test for runChecks

    ghking1 committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    51fe5da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c4fae9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69f9031 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    88d4a6d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/danmar/cppcheck into danm…

    …ar-master
    
    # Conflicts:
    #	lib/preprocessor.cpp
    #	lib/suppressions.cpp
    #	lib/suppressions.h
    #	test/testsuppressions.cpp
    ghking1 committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    954bdfe View commit details
    Browse the repository at this point in the history
  3. revert cppcheck.vcxproj

    ghking1 committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    3ec5dfc View commit details
    Browse the repository at this point in the history
  4. fixed code review suggestions

    ghking1 committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    796237c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db381c9 View commit details
    Browse the repository at this point in the history
Loading