Skip to content

Releases: Ericsson/codechecker

v5.5

30 Aug 10:27
Compare
Choose a tag to compare

What's new in this release:

  • OSX support #315
  • Use intercept-build for compilation command logging required for OSX optional on Linux
  • Store separately generated plist results into database #322
  • Documentation updates
  • Bugfixes

v5.4

05 Aug 10:44
Compare
Choose a tag to compare

Some improvements worth to mention:

  • update mode analysis fixed
  • support for environment variables in configuration files #302
  • some small GUI improvements #312 #313
  • test infrastructure and documentation updates
  • further bugfixes ...

v5.3

14 Apr 15:56
Compare
Choose a tag to compare
  • simplified and better visualization of bug events on the GUI
  • Clang/Clang-tidy v3.8 support
  • test infrastructure improvements
  • multiple bug fixes (command-line/GUI)

v5.2

17 Feb 12:41
Compare
Choose a tag to compare

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

v5.1

26 Nov 13:30
Compare
Choose a tag to compare

New release with many bug fixes and new features.

Some highlights:

  • SQLite support
  • pg8000 interface support for PostgreSQL
  • new client APIs
  • web based GUI improvements

v5.0

12 Nov 15:03
Compare
Choose a tag to compare

With the new 5.0 version we switched to rolling release.
Automatic database upgrades are supported to newer schema versions.

v4.0

26 Aug 13:37
Compare
Choose a tag to compare

New features compared to 3.0

  • new you can add paths with regular expressions in the skip file
  • module and target field are removed from the database and filters (they are superflous)
  • bug fixes