-
Notifications
You must be signed in to change notification settings - Fork 1
Type mods2 #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Type mods2 #79
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
86bccfd
Add Class Releases
DavidAKopriva 79dc9ef
Linked List mods
DavidAKopriva 38d10b0
LinkedList Coverage
DavidAKopriva 4891831
Increase Coverage
DavidAKopriva 8fb7e88
Update LinkedListTests.f90
DavidAKopriva 7733259
Update FTObjectArrayClass.f90
DavidAKopriva 6426f81
Update FTObjectArrayClass.f90
DavidAKopriva 1bce14b
Update FTObjectArrayClass.f90
DavidAKopriva a63a33d
Restore ObjectArray plus bug fix
DavidAKopriva 6801940
Update UsersGuide.md
DavidAKopriva 343a3f7
attempt to add ifx to CI
andrewwinters5000 08c1880
deactiavte coverage in all but one Ubuntu test
andrewwinters5000 b8a9ed1
add valgrind tests and adjust coverage reporting
andrewwinters5000 05772f0
Update News.md
DavidAKopriva 9cc600e
Merge branch 'TypeMods2' of https://github.com/trixi-framework/FTObje…
DavidAKopriva 2411f33
fix valgrind tests
andrewwinters5000 835f6f3
Merge branch 'TypeMods2' of github.com:trixi-framework/FTObjectLibrar…
andrewwinters5000 5555d64
gate regular versus valgrind jobs
andrewwinters5000 cd805a4
typo fix
andrewwinters5000 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,5 +1,9 @@ | ||
| # News | ||
|
|
||
| July 29, 2026 | ||
|
|
||
| FTOL now has two versions, as necessary for procedures that need to distinguish between objects declared as TYPE and those declared as CLASS. See the documentation and the tests for examples. | ||
|
|
||
| May 11, 2025 | ||
|
|
||
| The stringValue() and stringValueForKey() functions now use allocated strings, so the requestedLength argument is no longer necessary. Existing code can continue to use the older versions, but those versions are deprecated and undocumented. | ||
| The stringValue() and stringValueForKey() functions now use allocated strings, so the requestedLength argument is no longer necessary. Existing code can continue to use the older versions, but those versions are deprecated and undocumented. |
This file contains hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this routine be removed?