HELICS v1.1.0 Release Notes

Release Date: 2018-05-09 // almost 6 years ago
  • โž• Added

    • namedpoint functions in the C++ for publications and subscriptions, and corresponding functions in the C interface and language API's
    • Boolean publication and subscription for C++ interface, and corresponding functions in the C interface and language API's
    • ๐Ÿ†• new options for brokers, --local, --ipv4, --ipv6, --all, are shortcuts for specifying external network interfaces
    • โž• additional documentation, CONTRIBUTORS, ROADMAP, CONTRIBUTIONS, and some other documentation improvements

    ๐Ÿ”„ Changed

    • ๐Ÿ”ง the default interface configuration for federates and brokers. The --interface option is less important as interfaces should mostly get automatically determined by the broker address
    • ๐Ÿ”ง minor configuration changes to CMAKE configuration to be more conforming with modern CMAKE best practices
    • cleaned up header installation for app directory
    • shared library construction now uses some headers generated by CMAKE

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ better error checking in the C interface
    • ๐Ÿ›  fixes for occasionally failing tests