map_v2.0.14
What's Changed
- Remove unused member ev_producing_event_(SkeletonPipeline) by @lhtin in #474
- [fix]: add paused check before pthread_mutex_lock. by @littlewin-wang in #477
- Fix syntax error warning causing error on build for some compiler versions (older GCC versions) by @adrenaholicgeek in #483
- Bug fix for Master scoreboard mask update by @klingaard in #481
- Add an implementation of a true LRU cache replacement policy by @bdutro in #489
- Fix the script to make sure user is using conda-forge channel. by @adrenaholicgeek in #488
- Define custom copy/move constructors/operators for SharedData and GlobalEvent by @bdutro in #493
New Contributors
- @littlewin-wang made their first contribution in #477
- @adrenaholicgeek made their first contribution in #483
Full Changelog: map_v2.0.13...map_v2.0.14