Releases: Ericsson/codechecker
Releases · Ericsson/codechecker
v5.5
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
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
- 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
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
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
With the new 5.0 version we switched to rolling release.
Automatic database upgrades are supported to newer schema versions.
v4.0
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