This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
Version 2.4.3
Most significant changes:
- Portability
- Some windows-related fixes (windows is not supported yet but we are closing the gap)
- C bindings
- Tests
- Functional test suite
- Refactors related to CTest
make test
can now be run withoutmake install
- Continous Integration
- Integration with "coveralls", a coverage reporting tool: https://coveralls.io/r/01org/parameter-framework
- Make valgrind errors fatal for the CI
- Misc
- Fixed bash completion installation directory
- Some dead code removal
- Misc cleanup and fixes