-
7.0.0-acc7
Same changelog as 7.0.0 Only needed to tweak cmake build due to old cmake version
-
7.0.0
New feature: - Allow to configure the trigger window in seconds (#28) - Use GAP event for full sequence tests (#62) - Removed multi-writer mutex (#59) --> client is responsible for multi-writer usecases - Build as well against yocto SDK (#57) - Add support for pushing "std::vector" types - Dropped validation of single samples in favor of validation of whole windows (performance) Internal Refactoring / Hardening: - Use n_data_pushed_total_ for window validation (#58) - Remove prev/next pointers from sample metadata (#46) - Remove hard-coded events (#5) - Make meta_start_ and meta_end_ private (#50) - Pass arguments by reference when possible (#36) - Build using CMake (#52) - Silence build warnings - Use global googletest package
-
6.1.1
check git log for details