New features: - multiple authentication methods are supported now (PAM, LDAP, ...) - improved command line client (filtering, csv output) - improved quickcheck (skip and suppress support) - view analysis progress
UI improvements: - load results faster - show additional build related data
**_Many bugfixes, usability improvements and source cleanup.**_
5.5
What's new in this release: - OSX support 315 - Use [intercept-build](https://github.com/llvm-mirror/clang/tree/master/tools/scan-build-py) for compilation command logging required for OSX optional on Linux - Store separately generated plist results into database 322 - Documentation updates - Bugfixes
5.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 ...
5.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)
5.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
5.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