Skip to content
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

Cross platform command line driver + PropLib template adherence #9

Open
wants to merge 313 commits into
base: dev
Choose a base branch
from

Conversation

aromanielloNTIA
Copy link
Member

@aromanielloNTIA aromanielloNTIA commented Oct 24, 2024

  • Adds a cross-platform command line driver as a utility for calling the P2108 software library. Inputs are stored in, and outputs are written to, a text file. The command line driver code resides in the app directory, is documented with Doxygen, and has its own README with further information: app/README.md
  • Makes refactoring changes to avoid widespread use of preprocessor directives to hold constants (return codes, tags, and labels)
  • Merges in changes from (NTIA-private) PropLib template repository, such that this repository is up to date with the template. This currently results in some minor and mostly non-functional updates to the files in this repository. In the future, this will allow for upstream changes to the template to be easily and cleanly applied to this repository.

Comment out boilerplate content for clarity
This is usually included by <iostream> but this is not guaranteed
Helps in testing driver
MSVC: always use /Gz
G++ equivalents: none required for Gz
Already handled above with CMAKE_CXX_STANDARD. These two should not be mixed. The other method is preferred in combination with CMAKE_CXX_EXTENSIONS OFF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants