Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Version 3.2.0

Compare
Choose a tag to compare
@dawagner dawagner released this 05 Jan 10:02
· 165 commits to master since this release

Major changes

  • Auto-sync and tuning mode can now be activated independently; tests for the auto-sync feature have been added.

XML generation

  • The XML generation was broken and this wasn't caught because of a lack of tests;
  • it doesn't rely on Python bindings anymore in order to keep Android compatibility;
  • the process has been reworked (but this is transparent to users) and is now tested by the CI.

Minor changes

  • Klocwork fixes.
  • The code has been formatted using clang-format. The configuration file, .clang-format, is available at the root of the repository. This is the official coding style for the Parameter Framework. Note that you need clang-format-3.8 to use that configuration file.

Misc

  • Code coverage rose from 75% to 77%