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

Commits on Sep 26, 2021

  1. 2.6: Set version

    danmar committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    a7fc054 View commit details
    Browse the repository at this point in the history
  2. Makefile: Set release mode

    danmar committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    92cfdf2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

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

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    7836eb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    056a1b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Remove -rc1 from version

    danmar committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    d873b8e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Allow compiled addons

    danmar committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    66a734b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    935c934 View commit details
    Browse the repository at this point in the history
  3. Make it possible to configure default addons in a cppcheck.cfg file.

    Example:
    {
        "addons":["cert"]
    }
    
    With that cppcheck.cfg file cppcheck will always run the "cert" addon. Explicit options such as --addon=cert will not be needed.
    danmar committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d053f8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b3ae41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    328fa49 View commit details
    Browse the repository at this point in the history
  6. Set version 2.6.1

    danmar committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    45a5ae6 View commit details
    Browse the repository at this point in the history
  7. win_installer: update building. all files needed are collected in a s…

    …ingle folder. the 'deploy' artifact will contain all the files.
    danmar committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d1d6099 View commit details
    Browse the repository at this point in the history
Loading
X Tutup