Skip to content
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