Skip to content

map_v2.0.14

Compare
Choose a tag to compare
@klingaard klingaard released this 24 Apr 15:52
· 31 commits to master since this release

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

Full Changelog: map_v2.0.13...map_v2.0.14