Skip to content

v2.0.6

Compare
Choose a tag to compare
@nathanwbrei nathanwbrei released this 01 Aug 19:42
· 627 commits to master since this release

Fixes issues uncovered while porting EICRecon.

  • Support configuration parameters which are vectors of primitives (issue #114)
  • Expose all configuration parameters from JParameterManager (issue #120)
  • Expose ticker and timer state from JApplication (issue #112)
  • JEventProcessor::Finalize was being called prematurely when stopping a run via Ctrl-C. (issue #119, issue #87)
  • Support factory default tag overrides (issue #128)
  • Support JEventProcessors that don't require users to manage locks (pull request #118)