Skip to content

Commit

Permalink
Version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarius committed Jul 7, 2018
1 parent 47116fe commit d9fd790
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# OpenCL for Visual Studio Code Change Log

## Version 0.3.0: July 07, 2018

* Added: Support for external formatters (e.g. [AStyle](http://astyle.sourceforge.net))

![vscode-opencl-formatting](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-formatting.gif)

## Version 0.2.1: April 28, 2018

* `Hoek` dependency was updated due to potential security vulnerability in older version.
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This extension adds:
|*Syntax Highlighting, Auto-Completion*|*Code Snippets*|
|![vscode-opencl-cmd-oclinfo](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-cmd-oclinfo.gif)|![vscode-opencl-cmd-oclinfo](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-hover.gif)|
|*OpenCL platforms/devices info*|*Hover tooltip for OpenCL Runtime*|
|![vscode-opencl-cmd-oclinfo](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-formatting.gif)||
|![vscode-opencl-formatting](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-formatting.gif)||
|*Source code formatting*||

## Prerequisites
Expand Down Expand Up @@ -53,8 +53,7 @@ See [INSTALL.md](https://github.com/Galarius/vscode-opencl/blob/master/INSTALL.m

* `opencl.formatting.args` - An array of command line options.

[AStyle](http://astyle.sourceforge.net) formatting utility is used by default. If workspace contains AStyle configuration file `.astylerc`, add the following option to `opencl.formatting.args` in workspace configuration: `--options=${workspaceRoot}/.astylerc`.

[AStyle](http://astyle.sourceforge.net) formatting utility is used by default. If workspace contains AStyle configuration file `.astylerc`, add `--options=${workspaceRoot}/.astylerc` option to `opencl.formatting.args` in a workspace configuration.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-opencl",
"displayName": "OpenCL",
"description": "OpenCL for Visual Studio Code",
"version": "0.2.1",
"version": "0.3.0",
"publisher": "galarius",
"icon": "images/OpenCL_128x.png",
"author": {
Expand Down

0 comments on commit d9fd790

Please sign in to comment.