-
Notifications
You must be signed in to change notification settings - Fork 189
Revival string list #470
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
milancurcic
merged 41 commits into
fortran-lang:master
from
aman-godara:revival_string_list
Aug 26, 2021
Merged
Revival string list #470
Changes from 15 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
405e06f
Add module for list of strings
arjenmarkus 320caed
Correct typo
arjenmarkus c75dd20
fixed a bug in append_stringlist
aman-godara ecaa0bf
used concept of forward backward indexes, refactored code to use stdl…
aman-godara e7604bd
resolved stash conflicts
aman-godara bc9eda7
resolved 2 bugs, improved aesthetics of code
aman-godara 5f72c18
added stringlist.f90 to cmakelists & makefile.manual
aman-godara 9bbcdf7
blocked integer indexes, added copy function, added comments, stopped…
aman-godara 0128f4e
cleaned PR and saved comments in another branch
aman-godara 4bf2738
removed top comments
aman-godara 5f8c484
resolved a bug in get, improved the implementation of the design
aman-godara 7af5987
resolved a bug in destroy, added test cases
aman-godara e0e0a96
this might resolve the error
aman-godara 3534150
added equality and inequality operators, added support for chararray …
aman-godara b577a54
added first test case
aman-godara 9bfab34
Fix manual makefile build
awvwgk 42487ea
added 2nd test case for insert_at
aman-godara 3ddfa93
added 3rd test case for insert_at
aman-godara 872b2cd
added test case for append prepend
aman-godara dd6aea1
cleared the previous documentation for string_list
aman-godara 2918270
'100' is not equal to '100 ' in other compilers
aman-godara 961a2e7
Makefile.manual takes backslash instead of slash
aman-godara 9c758c0
added insert_at test cases for array and stringlist
aman-godara 4db28c8
first draft of documentation: isnert_at, get, len, derived types
aman-godara afb318e
added constructor for carray & sarray, changed intent of clear_list s…
aman-godara a0c20cc
replaced copy function with appropriate comments
aman-godara 35b28f5
solved bug: inserting a list in itself
aman-godara 8ed81c0
added test cases for constructor stringlist_type()
aman-godara bca711f
added documentation for clear, constructor and fidx/bidx
aman-godara 38052c2
corrected some bugs in documentation, added stringlist to index.md
aman-godara 1584eeb
removed capacity function
aman-godara fb3ddd5
removed size component, changed the logic of len function, modified c…
aman-godara 3777c04
renamed stringlist to stringlist_type
aman-godara 948d064
made to_current_idxn as private
aman-godara f0a668c
Apply suggestions from code review
aman-godara 4b69e3d
added constructor for string array and its test cases
aman-godara 2c3bcdb
corrected some mistakes in the documentation
aman-godara 9a0a33a
added documentation for operators //, == and /=
aman-godara 2e5e822
some minor improvements in doc
aman-godara cea79e8
dependency to_string has been moved to stdlib_strings
aman-godara 39297bd
Merge branch 'master' into revival_string_list
aman-godara 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.
Uh oh!
There was an error while loading. Please reload this page.