v2.0.7
This release covers the second round of fixes and improvements for porting EICrecon.
- Forwards exceptions thrown on worker threads back to the main thread, so that the caller to JApplication::Run can handle them (PR #143)
- Updates JANAConfig.cmake to export modern CMake targets (PR #133)
- Improves UI for exceptions thrown from missing JFactories (issue #131) and missing JServices (issue #130)
- Creates a
jana:plugin_path
parameter to mirror$JANA_PLUGIN_PATH
(issue #134) - Enforces a
CMAKE_CXX_STANDARD
that is consistent with that of ROOT. (issue #138) - Fixes some gcc warnings about final classes (PR #129)
- Prevents confused users from inadvertently creating a weird and tricky bug (issue #135)