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 237 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.

aromanielloNTIA and others added 30 commits September 27, 2024 16:21
doxygen-awesome-css is checkout out to v2.3.3 tag
Update doxygen-awesome-css to v2.3.4
Update examples to recommend constexpr instead of macros
Merge recent updates
Moved contents to GitHub wiki
use strings, avoid pointers, fix a typo in Version output
Copy link

@blainNTIA blainNTIA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

app/tests/TestDriver.h Show resolved Hide resolved
app/include/ReturnCodes.h Outdated Show resolved Hide resolved
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