Skip to content

v5.2

Compare
Choose a tag to compare
@gyorb gyorb released this 17 Feb 12:41
· 5932 commits to master since this release

Major changes:

  • SQLite is the new default database (--sqlite is deprecated) use --postgresql to store results into PostgreSQL
  • Update mode is enabled by default if analysis name is the same (--force is used to cleanup run results, --update is deprecated)
  • Sourcing init.sh script is not required anymore (add CodeChecker/bin to the PATH)
  • Some default arguments were changed (default work directory, server port, PostgreSQL port)

New Features:

  • Clang-tidy analyzer support
  • Forward arguments or configuration options to the analyzers
  • UI improvements

Bug fixes:

  • SQLite support fixes
  • Better CMake support. (logging more compiler names)
  • Performance improvements for deleting runs

Improved documentation