- Notifications
You must be signed in to change notification settings - Fork1
Commitfb5ad93
Variable string (#60)
* Remove need for string lengthRemove the "requestedLength" arguments and use allocatable strings now that these are available.* Update the documentationThe readme is updated. Add users guide in markdown format and remove latex version.* Add more allocatable stringsRemove more dependences on fixed length character variables.* Update UsersGuide.mdAdd links to examples. Add info about optData functionality to the documentation.* bump minimal CMake version* Update UsersGuide.mdAlign code blocks.* Update UsersGuide.mdMore code formatting. Fix link to Apple.* Update UsersGuide.mdCaught a couple more alignment errors.* Update UsersGuide.mdFix an escape for a single underscore.* Update UsersGuide.mdFix code examples formatting.* Update UsersGuide.mdFix code example object names.* AddLegacyCallAdd back the legacy calls to stringValue and stringValueForKey so that the changes in this version are non-breaking. Those functions are now generic with either the requested length or not. Going forward, one should use the versions without the requested length and use allocated strings.* CharacterTruncationChange the returned character length in the legacy function to what was originally there to get rid of the string truncation warning issue.* Increase coverageIncrease coverage in stringValueForKey* Logical returnFix logical return and add test for it.* Update ValueClassTests.f90cover more stringValue tests* Add a News.md sectionA news page hanging off of the readme page is added for the latest and future news about changes.* Update FTValueClass.f90Just change the comments to reflect that stringValueA and stringValueR are overloaded as stringValue() and that the latter is deprecated but will still work with stringValue(requestedLength)---------Co-authored-by: Andrew Winters <andrew.ross.winters@liu.se>1 parent061999f commitfb5ad93
File tree
17 files changed
+1466
-1487
lines changed- Docs
- Source
- FTObjects
- FTTesting
- Testing/Tests
17 files changed
+1466
-1487
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 20 | | |
28 | 21 | | |
29 | 22 | | |
| |||
53 | 46 | | |
54 | 47 | | |
55 | 48 | | |
56 | | - | |
| 49 | + | |
57 | 50 | | |
58 | 51 | | |
59 | 52 | | |
60 | | - | |
| 53 | + | |
61 | 54 | | |
62 | 55 | | |
63 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments
Comments
(0)