Skip to content

Releases: Galarius/vscode-opencl

0.7.1

08 Aug 18:08
Compare
Choose a tag to compare

Version 0.7.1: Aug 08, 2021

Built-in OpenCL API reference was extended with:

  • Async Copy and Prefetch Functions
  • Atomic Functions
  • Common Functions
  • Event Functions
  • Geometric Functions
  • Image Functions
  • Integer Functions
  • Math Functions
  • Misc. Vector Functions
  • Relational Functions
  • Sync Functions
  • Vector Data Load and Store Functions
  • Work-Item Functions
  • Pipe Functions

0.7.0

04 Aug 18:56
Compare
Choose a tag to compare

Version 0.7.0: Aug 04, 2021

  • Added language server to provide diagnostics for an OpenCL kernel
  • Security updates

0.6.6

14 Jun 12:19
Compare
Choose a tag to compare

Version 0.6.6: Jun 14, 2020

0.6.5

29 Feb 15:27
Compare
Choose a tag to compare

Version 0.6.5: Feb 29, 2020

  • Security updates
  • Discontinued support for formatters other than clang-format
  • Formatter changes the document without automatic saving
  • Unsaved changes are kept when formatting
  • Removed configuration opencl.formatting.options

0.6.5-pre

22 Feb 18:42
Compare
Choose a tag to compare
0.6.5-pre Pre-release
Pre-release
  • Filtered quotes in configuration opencl.formatting.name
  • 'Visual Studio' fallback style is not valid anymore
  • Fixed encoding issues
  • Keeping unsaved changes when formatting

0.6.4-pre

15 Feb 16:43
Compare
Choose a tag to compare
0.6.4-pre Pre-release
Pre-release
  • Search for clang-format in file's parent directories

0.6.3-pre

13 Feb 18:36
Compare
Choose a tag to compare
0.6.3-pre Pre-release
Pre-release
  • Formatter provider has been rewritten:
    • Formatter modifies a file without auto save
    • Removed configuration opencl.formatting.options
    • Only clang-format is supported (another version of clang-format can still be specified using opencl.formatting.name configuration)

0.6.1

02 Nov 15:31
Compare
Choose a tag to compare

Version 0.6.1: Nov 2, 2019

  • Fixed highlighting issues
  • Fixed security vulnerabilities

0.6.0

12 May 13:23
Compare
Choose a tag to compare

Version 0.6.0: May 12, 2019

  • Updated: clang-format (bundled with ms-vscode.cpptools) is a default formatting utility now.
  • Updated: Configuration opencl.formatting.args was renamed to opencl.formatting.options.
  • Updated: Command OpenCL: Info will not create oclinfo.txt file in the project's root. Instead it will just open a new VS Code tab with command's result without saving it to a file.
  • Added: Neither OpenCL: Info command nor Format Document action do not require an open workspace anymore.

0.5.2

16 Feb 18:14
Compare
Choose a tag to compare

Version 0.5.2: February 16, 2019

  • Fixed OpenCL Offline Compiler tasks for the VS Code ^1.31.0.