-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Object libraries, add tests, add release notes, bump version …
…number and report it
- Loading branch information
Showing
13 changed files
with
289 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# BLT Software Release Notes | ||
|
||
Notes describing significant changes in each BLT release are documented | ||
in this file. | ||
|
||
The format of this file is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). | ||
|
||
The Axom project release numbers follow [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## 0.2.0 - Release date 2019-02-15 | ||
|
||
### Added | ||
- Release notes... | ||
- Object library support through blt_add_library(... OBJECT TRUE ...) | ||
- Now reporting BLT version through CMake cache variable BLT_VERSION | ||
- Output CMake version and executable used during CMake step | ||
- Clang-query support now added (Thanks David Poliakoff) | ||
|
||
### Removed | ||
|
||
### Deprecated | ||
|
||
### Changed | ||
|
||
### Fixed | ||
- Incorrect use of cuda vs cuda_runtime targets | ||
- Improved tutorial documentation | ||
- Incorrect use of Fortran flags with CUDA (Thanks Robert Blake) | ||
- Handle correctly CMake version differences with CUDA host compiler variables | ||
(Thanks Randy Settgast) | ||
- Handle uncrustify (version 0.68) command line option changes (--no-backup) | ||
|
||
### Known Bugs | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.