-
Notifications
You must be signed in to change notification settings - Fork 4
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 #271 from LLNL/v0.13.1-RC
v0.13.1 RC
- Loading branch information
Showing
7 changed files
with
11 additions
and
6 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
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
Submodule chai
updated
25 files
+4 −2 | .gitlab-ci.yml | |
+14 −2 | .gitlab/custom-jobs-and-variables.yml | |
+1 −3 | .gitlab/jobs/corona.yml | |
+1 −3 | .gitlab/jobs/lassen.yml | |
+2 −3 | .gitlab/jobs/poodle.yml | |
+2 −3 | .gitlab/jobs/ruby.yml | |
+1 −3 | .gitlab/jobs/tioga.yml | |
+1 −1 | .uberenv_config.json | |
+1 −1 | CMakeLists.txt | |
+1 −1 | README.md | |
+6 −0 | RELEASE_NOTES.md | |
+1 −1 | docs/sphinx/conf.py | |
+1 −1 | docs/sphinx/conf.py.in | |
+101 −71 | scripts/gitlab/build_and_test.sh | |
+1 −1 | scripts/make_release_tarball.sh | |
+1 −1 | scripts/radiuss-spack-configs | |
+1 −1 | scripts/uberenv | |
+6 −1 | src/chai/ArrayManager.cpp | |
+13 −5 | src/chai/ArrayManager.hpp | |
+3 −0 | src/chai/ChaiMacros.hpp | |
+26 −0 | src/chai/ManagedArray.inl | |
+96 −30 | src/chai/managed_ptr.hpp | |
+1 −1 | src/tpl/raja | |
+4 −4 | tests/integration/managed_ptr_tests.cpp | |
+17 −17 | tests/integration/raja-chai-launch.cpp |
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