-
Notifications
You must be signed in to change notification settings - Fork 1
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 #30 from Goddard-Fortran-Ecosystem/feature/update-…
…for-1.13-release Updates for 1.13 Release
- Loading branch information
Showing
10 changed files
with
117 additions
and
31 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
Submodule fArgParse
updated
10 files
+22 −0 | .github/workflows/changelog-enforcer.yml | |
+110 −34 | .github/workflows/main.yml | |
+1 −2 | CMakeLists.txt | |
+4 −4 | COPYRIGHT | |
+15 −1 | ChangeLog.md | |
+11 −0 | LICENSE | |
+ − | LICENSE-NOSA.pdf | |
+14 −0 | cmake/Fujitsu.cmake | |
+0 −0 | tools/ci-install-cmake.sh | |
+0 −0 | tools/ci-install-gfe.bash |
Submodule gFTL
updated
9 files
+22 −0 | .github/workflows/changelog-enforcer.yml | |
+149 −6 | .github/workflows/main.yml | |
+1 −1 | CMakeLists.txt | |
+11 −0 | ChangeLog.MD | |
+14 −0 | cmake/Fujitsu.cmake | |
+4 −0 | include/v2/deque/procedures.inc | |
+5 −0 | include/v2/vector/procedures.inc | |
+0 −0 | tools/ci-install-cmake.sh | |
+0 −0 | tools/ci-install-gfe.bash |
Submodule gFTL-shared
updated
7 files
+125 −21 | .github/workflows/main.yml | |
+1 −1 | CMakeLists.txt | |
+11 −2 | ChangeLog.md | |
+54 −0 | cmake/CheckFortranSource.cmake | |
+14 −0 | cmake/Fujitsu.cmake | |
+29 −19 | cmake/check_intrinsic_kinds.cmake | |
+0 −57 | cmake/fortran_try.cmake |
Submodule pFUnit
updated
8 files
+98 −28 | .github/workflows/main.yml | |
+1 −1 | CMakeLists.txt | |
+18 −1 | ChangeLog.md | |
+14 −0 | cmake/Fujitsu.cmake | |
+ − | documentation/pFUnit3-ReferenceManual.pdf | |
+12 −0 | src/funit/asserts/AssertBasic.F90 | |
+3 −0 | src/funit/core/CMakeLists.txt | |
+32 −8 | tests/fhamcrest/Test_IsEqual.pf |
Submodule pFlogger
updated
13 files
+22 −0 | .github/workflows/changelog-enforcer.yml | |
+106 −30 | .github/workflows/main.yml | |
+6 −3 | CMakeLists.txt | |
+26 −0 | ChangeLog.md | |
+14 −0 | cmake/Fujitsu.cmake | |
+2 −1 | src/CMakeLists.txt | |
+4 −1 | src/Config.F90 | |
+2 −3 | src/LoggerManager.F90 | |
+82 −80 | src/MockMpi.F90 | |
+29 −82 | tests/Test_Config.pf | |
+1 −1 | tests/Test_MpiCommConfig.pf | |
+2 −2 | tests/Test_MpiFilter.pf | |
+1 −1 | tests/Test_MpiFormatter.pf |
Submodule yaFyaml
updated
8 files
+22 −0 | .github/workflows/changelog-enforcer.yml | |
+105 −27 | .github/workflows/main.yml | |
+1 −1 | CMakeLists.txt | |
+20 −0 | ChangeLog.md | |
+14 −0 | cmake/Fujitsu.cmake | |
+75 −21 | src/Parser.F90 | |
+1 −3 | tests/Test_ComplexNode.pf | |
+47 −75 | tests/Test_Parser.pf |