Skip to content

libpressio version 0.7.0

Compare
Choose a tag to compare
@robertu94 robertu94 released this 10 Aug 16:02
· 255 commits to master since this release

libpressio version 0.7.0

Major Features

  • pressio_option and pressio_options interfaces are now exposed in the
    libpressio/cpp directory. They can provide a stack-based alternative
    to the pressio_options_iter interfaces. These interfaces should be
    considered unstable for now.
  • a new header libpressio_ext/cpp/printers.h has been added which
    provides output suitable for debugging for the option and related
    types.
    Bug Fixes
  • Documented several undocumented functions and corrected incorrect
    documentation
  • Fixed a bug in the sz_plugin where the same key incorrectly adjusted
    two different settings.
  • Require users of the library to link to C++17 capable standard
    libraries. Previously this was not enforced and cause compile failures
    for using std::variant.