Skip to content

Release v1.2.5 of DynAdjust

Compare
Choose a tag to compare
@rogerfraser rogerfraser released this 13 Apr 03:22
· 186 commits to master since this release
b1b39c8

Overview

This pull request addresses a bug, and incorporates several code enhancements. These include:

  • Add changes to fix #179, by also assessing the n-statistic for each measurement
  • Upgrade to boost 1.78
  • Upgrade the visual studio solution and project files to VS2022
  • Finalise transition to Intel® oneAPI MKL. This includes:
  • Transition from Microsoft.Cpp.x64.user property pages to a new dynadjust.props file to manage paths for boost and xsd/xerces-c headers and libraries
  • Address several compiler warnings across all files from VS2022 and gcc 11.2
  • Fix an issue relating to the gcc compiler flag for openmp
  • Add resource files (resource.h and dynadjust.rc) to assist with managing versioning and copyright information in Windows binary builds
  • Move instructions for Windows builds from PDF to the Windows only build instructions