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

Version 3.2.5

Compare
Choose a tag to compare
@dawagner dawagner released this 30 Mar 08:33
· 59 commits to master since this release

Major Changes

#362: CMake Package configuration file generation

This allows downstream CMake projects to easily import the Parameter Framework (using find_package(ParameterFramework)). In the process, we group all installed headers under a common directory. This breaks the compilation of plugins, which should now use the provided package configuration file. See the skeleton-subsystem for how to use this.

Others

  • #356: Preliminary and unofficial OSX support in Travis-CI.

Minor Changes

  • #359: Use clang-tidy for automatic code cleanup.
  • Some more cleanup and fixes.
  • #355: Speed Travis-CI up by using CCache.

Coverage stayed roughly the same at 80%.