-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…ault-on-extra-args Fixes #61 - segfault for unprocessed arguments
- Loading branch information
Showing
6 changed files
with
69 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
0.9.0 2019-09-04 | ||
- Updated to use pFUnit 4.0 | ||
# Change log | ||
|
||
## [0.9.2] - 2019-12-19 | ||
- Bug fix for extra arguments. | ||
- Updated gFTL to latest | ||
|
||
## [0.9.1] - 2019-11-08 | ||
- Workaround for compiler hang in ifort 19.0.3 | ||
- Updated gFTL for memory leak workaround in ifort 18 | ||
|
||
## [0.9.0] - 2019-09-04 | ||
- Updated to use pFUnit 4.0 | ||
|
||
0.9.1 2019-11-08 | ||
- Workaround for compiler hang in ifort 19.0.3 | ||
- Updated gFTL for memory leak workaround in ifort 18 | ||
|
Submodule gFTL
updated
6 files
+25 −13 | .travis.yml | |
+5 −5 | CMakeLists.txt | |
+16 −5 | ChangeLog.MD | |
+1 −1 | cmake_utils/Intel.cmake | |
+12 −3 | include/templates/map.inc | |
+16 −0 | tests/Map/Test_map_double_assign.pf |
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