-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add -M option for machine-readable JSON output #27
Conversation
By the way, could you add the hacktoberfest-accepted label to the PR if it is accepted so I can get credit for hacktoberfest? smile |
Implements #25 |
Hey @bstee615. Thanks a lot for your effort! This week I am quite occupied to prepare for my defense, so I will review soon within next week.
Of course! Let me figure it out how to use it first. |
No problem about the time line, good luck on your defense. |
Hey @bstee615. Before merging, I would like to double check. Is the hacktoberfest label valid? |
Yes, the label is valid. Thanks for the review! |
Thanks a lot for the PR @bstee615. Please let me know when the GUI is usable! |
This PR adds the
-M
short option which converts the output ofts
orts -l
to JSON.Also, I enabled CUDA build for an older CMake version (3.16) which is the latest by default in Ubuntu's package manager.
I implemented it with cJSON, which I added directly into the project. It is compatible with ANSI C so should not restrict any platforms.
I added a test to
testbench.sh
, not sure if any other test suite exists.Please let me know if there are any other requirements for implementing this feature.
Example: