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 11# Change Log
22All notable changes to the CLAW Compiler project are documented in this file.
33
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+
410## [ 2.0.1] - 2019-09-18
511* Serialization is now disabled by default.
612* Driver: Add option ` sca_forward_update_disabled ` to switch globally updates.
Original file line number Diff line number Diff line change 66
77cmake_minimum_required (VERSION 3.0)
88
9- project ("CLAW Compiler" VERSION 2.0.1 )
9+ project ("CLAW Compiler" VERSION 2.0.2 )
1010
1111# Add local cmake modules
1212list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake/module" )
Original file line number Diff line number Diff line change 11![ CLAW Logo] ( resources/logo_full_black.png )
22
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 )
44<a target =" _blank " href =" https://claw-compiler.slack.com/ " >![ Slack] ( https://img.shields.io/badge/Collab-Slack-yellow.svg ) </a >
55<a target =" _blank " href =" https://claw-project.github.io/ " >![ Doc] ( https://img.shields.io/badge/Documentation-link-lightgray.svg ) </a >
66![ ] ( https://img.shields.io/spack/v/claw.svg )
You can’t perform that action at this time.
0 commit comments