-
Notifications
You must be signed in to change notification settings - Fork 191
Extraction of the demo programs from the specs #662
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
Changes from 11 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
0db0de1
fix issues in examples in specs
jvdp1 7536c0c
create demo programs from specs
jvdp1 3d4d8a7
rename examples to example
jvdp1 03df63e
fix issues in most demo programs
jvdp1 6e75462
fix issue hashmap_wrappers
jvdp1 af11e23
Generation of all demo programs + modif specs
jvdp1 f93dc4a
add examples in fpm
jvdp1 7bebf15
formatting
jvdp1 8e2dfc9
fix demo_copy_otehr
jvdp1 b003080
Update test/example/array/demo_falseloc.f90
jvdp1 ec8d47c
progress
jvdp1 e8d840c
Update test/example/logger/demo_log_text_error.f90
jvdp1 0a2f030
Update test/example/strings/demo_padl.f90
jvdp1 c3ca0c8
Update test/example/strings/demo_replace_all.f90
jvdp1 aec3691
Update test/example/strings/demo_padr.f90
jvdp1 b390dc8
Update test/example/strings/demo_padr.f90
jvdp1 faa1bc3
Update test/example/strings/demo_padr.f90
jvdp1 dc42cf5
Update test/example/logger/demo_log_text_error.f90
jvdp1 7fd1ac9
remove `int()` out of a `logical` expression
14NGiestas 729b403
fix demo to pass all tests
jvdp1 e9cd24f
add example files in io
jvdp1 5954f51
fix issue with Intel compiler
jvdp1 6d7f889
use 2 spaces for indentation
jvdp1 bf00288
replace the prefix demo_ by example_
jvdp1 5d0024b
Update example_padr.f90
14NGiestas 6a6900c
Revert last change using unformatted, but this time use the DT descri…
14NGiestas e208c2b
Merge remote-tracking branch 'upstream/master' into extract_demo
jvdp1 31d02cb
fix issues with examples in strings
jvdp1 e98384d
Merge remote-tracking branch 'origin/extract_demo' into extract_demo
jvdp1 948cf4d
Merge remote-tracking branch 'upstream/master' into extract_demo
jvdp1 9d17482
mv tests/examples to src/examples
jvdp1 e2f362d
fix ci/fpm-deployment.sh
jvdp1 b607ef3
Update README.md
jvdp1 83902b6
Merge remote-tracking branch 'upstream/master' into extract_demo
jvdp1 6988336
fix log_text_error
jvdp1 d644482
add log_text_error in CMakeLists.txt
jvdp1 29a091e
add a dummy file for logger examples
jvdp1 5fc1caa
add instructions to run the examples with fpm
jvdp1 9794b86
Merge remote-tracking branch 'upstream/master' into extract_demo
jvdp1 a647c5d
mv src/examples to example
jvdp1 dda3b45
update CMakeLists.txt
jvdp1 79b53a2
update fpm-deployment
jvdp1 6b2b5d2
update specs
jvdp1 ead3440
Mv src/examples to example
jvdp1 d0aeb90
update README.md
jvdp1 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
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.
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 we put this under just
example
. Fpm can pick up demo programs and run them as well, means we have to deploy this directory with fpm (maybe for a follow-up PR).