Skip to content

Release 0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 18:14

Release Notes

Major changes

  • Command Line Arguments have been updated to provide more flexibility and ease of use. Make sure to check the updated documentation (opencl-language-server --help).

Updates

  • INT signal handler has been added.

  • Dependencies have been updated.

    • cli11/[^2.3.2] (new)
    • spdlog/[^1.11.0] (new)
    • nlohmann_json/[^3.11.2] (a replacement for boost/json)
    • opencl-clhpp-headers/2022.09.30 (updated)
    • opencl-icd-loader/2022.09.30 (new, for Windows and Linux only)
  • Build options have been changed (libstdc++ and libgcc are no longer statically linked in Linux)

Bug Fixes

  • Device Selection: An issue where device selection was not checking other platforms has been fixed.