-
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.
Merge pull request #375 from LLNL/v0.3.5-rc
V0.3.5 rc
- Loading branch information
Showing
31 changed files
with
1,452 additions
and
737 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -9,17 +9,9 @@ Any questions can be sent to [email protected]. | |
|
||
# Attribution | ||
|
||
We want everyone to feel they are getting the proper attribution for their | ||
contributions. Here are some suggestions on how to get that: | ||
The BLT project uses git's commit history to track contributions from individual developers. | ||
|
||
* New files: add your name and a date to the top of the file | ||
* New functions or macros: add your name to the comment above it | ||
|
||
For example: | ||
|
||
``` | ||
# Author: John Doe @ Some Company, Inc. | ||
``` | ||
Since we want everyone to feel they are getting the proper attribution for their contributions, please add your name to the list below as part of your commit. | ||
|
||
# Contributors (In Alphabetical Order) | ||
|
||
|
@@ -31,8 +23,8 @@ For example: | |
* Chip Freitag, AMD, Inc. | ||
* Elsa Gonsiorowski, LLNL | ||
* Burl Hall, LLNL | ||
* Matt Larsen | ||
* Matt Larsen, LLNL | ||
* Martin McFadden, LLNL | ||
* Mark Miller, LLNL | ||
* David Poliakoff, LLNL | ||
* David Poliakoff, Sandia National Laboratories | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# <img src="/share/blt/logo/blt_logo.png?raw=true" width="128" valign="middle" alt="BLT"/> | ||
|
||
[![Build Status](https://travis-ci.org/LLNL/blt.svg)](https://travis-ci.org/LLNL/blt) | ||
[![Build Status](https://ci.appveyor.com/api/projects/status/fuaftu9mvp0y488j/branch/master?svg=true)](https://ci.appveyor.com/project/cyrush/blt/branch/master) | ||
[![Build | ||
Status](https://dev.azure.com/llnl-blt/blt/_apis/build/status/LLNL.blt?branchName=develop)](https://dev.azure.com/llnl-blt/blt/_build/latest?definitionId=1&branchName=develop) | ||
[![Documentation Status](https://readthedocs.org/projects/llnl-blt/badge/?version=develop)](https://llnl-blt.readthedocs.io/en/develop/?badge=develop) | ||
|
||
BLT is a streamlined [CMake](https://cmake.org)-based foundation for | ||
|
@@ -29,13 +29,15 @@ operating systems and technologies: | |
[FRUIT](https://sourceforge.net/projects/fortranxunit), | ||
[gbenchmark](https://github.com/google/benchmark) | ||
* Documentation: | ||
[Doxygen](http://www.doxygen.nl/), | ||
[Doxygen](http://www.doxygen.nl/), | ||
[Sphinx](http://www.sphinx-doc.org) | ||
* Code style and health: | ||
[Uncrustify](http://uncrustify.sourceforge.net), | ||
[AStyle](http://astyle.sourceforge.net), | ||
[Cppcheck](http://cppcheck.sourceforge.net), | ||
[clang-query](http://clang.llvm.org/docs/LibASTMatchers.html) | ||
* Code style: | ||
[AStyle](http://astyle.sourceforge.net), | ||
[ClangFormat](https://clang.llvm.org/docs/ClangFormat.html), | ||
[Uncrustify](http://uncrustify.sourceforge.net) | ||
* Code quality | ||
[clang-query](http://clang.llvm.org/docs/LibASTMatchers.html), | ||
[Cppcheck](http://cppcheck.sourceforge.net) | ||
|
||
|
||
Getting started | ||
|
@@ -59,17 +61,21 @@ Authors | |
|
||
Developers include: | ||
|
||
* Chris White ([email protected]) | ||
* Kenneth Weiss ([email protected]) | ||
* Cyrus Harrison ([email protected]) | ||
* George Zagaris ([email protected]) | ||
* Lee Taylor ([email protected]) | ||
* Aaron Black ([email protected]) | ||
* David A. Beckingsale ([email protected]) | ||
* Richard Hornung ([email protected]) | ||
* Randolph Settgast ([email protected]) | ||
* Chris White, LLNL | ||
* Kenneth Weiss, LLNL | ||
* Cyrus Harrison, LLNL | ||
* George Zagaris, LLNL | ||
* Lee Taylor, LLNL | ||
* Aaron Black, LLNL | ||
* David A. Beckingsale, LLNL | ||
* Richard Hornung, LLNL | ||
* Randolph Settgast, LLNL | ||
|
||
Please see the [BLT Contributors Page](https://github.com/LLNL/BLT/graphs/contributors) for the full list of project contributors. | ||
Please see our [contributing guide](https://github.com/LLNL/blt/blob/develop/CONTRIBUTING.md) | ||
for details about how to contribute to the project. | ||
|
||
The full list of project contributors can be found on the | ||
[BLT Contributors Page](https://github.com/LLNL/BLT/graphs/contributors). | ||
|
||
Open-Source Projects using BLT | ||
------------------------------ | ||
|
@@ -132,3 +138,7 @@ PackageLicenseDeclared: BSD-3-Clause | |
PackageName: gtest | ||
PackageHomePage: https://github.com/google/googletest | ||
PackageLicenseDeclared: BSD-3-Clause | ||
|
||
PackageName: run-clang-format | ||
PackageHomePage: https://github.com/Sarcasm/run-clang-format | ||
PackageLicenseDeclared: MIT |
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.