File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to the CLAW Compiler project are documented in this file.
3
3
4
+ ## [ 2.0.2] - 2020-07-27
5
+ * OMNI Compiler submodule now pointing to
6
+ omni-compiler/xcodeml-tools@3bbc8ec4caa31113a7f67ae7371e678c28d613fc
7
+ * Added support for NAG compiler
8
+ * Various bug fixes
9
+
4
10
## [ 2.0.1] - 2019-09-18
5
11
* Serialization is now disabled by default.
6
12
* Driver: Add option ` sca_forward_update_disabled ` to switch globally updates.
Original file line number Diff line number Diff line change 6
6
7
7
cmake_minimum_required (VERSION 3.0 )
8
8
9
- project ("CLAW Compiler" VERSION 2.0.1 )
9
+ project ("CLAW Compiler" VERSION 2.0.2 )
10
10
11
11
# Add local cmake modules
12
12
list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake/module" )
Original file line number Diff line number Diff line change 1
1
![ CLAW Logo] ( resources/logo_full_black.png )
2
2
3
- <a target =" _blank " href =" http://semver.org " >![ Version] ( https://img.shields.io/badge/Version-2.0.1 -lightgray.svg ) </a > [ ![ Build Status] ( https://travis-ci.org/claw-project/claw-compiler.svg?branch=master )] ( https://travis-ci.org/claw-project/claw-compiler )
3
+ <a target =" _blank " href =" http://semver.org " >![ Version] ( https://img.shields.io/badge/Version-2.0.2 -lightgray.svg ) </a > [ ![ Build Status] ( https://travis-ci.org/claw-project/claw-compiler.svg?branch=master )] ( https://travis-ci.org/claw-project/claw-compiler )
4
4
<a target =" _blank " href =" https://claw-compiler.slack.com/ " >![ Slack] ( https://img.shields.io/badge/Collab-Slack-yellow.svg ) </a >
5
5
<a target =" _blank " href =" https://claw-project.github.io/ " >![ Doc] ( https://img.shields.io/badge/Documentation-link-lightgray.svg ) </a >
6
6
![ ] ( https://img.shields.io/spack/v/claw.svg )
You can’t perform that action at this time.
0 commit comments