Skip to content

More test #23

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

Open
wants to merge 31 commits into
base: update
Choose a base branch
from
Open

More test #23

wants to merge 31 commits into from

Conversation

csboo
Copy link
Owner

@csboo csboo commented Jun 4, 2025

No description provided.

csboo and others added 30 commits May 15, 2025 19:09
TLDR;
Features:
- Added support for arguments accepting multiple values.
- Improved parsing robustness and expanded type support in the parser.
- Implemented the Parse "trait" and introduced the Parsable concept.
- Added macros for code generation in the Parser module.
- Added and integrated a utility function: to_upper.
- Introduced .clang-tidy and .clang-format configuration files for static analysis.
 and formatting.

Bug Fixes:
- Fixed helper function definitions and declarations in the parser.
- Fixed Arg debug printing wouldn't display all properties.
- Fixed many operating system compatibility issues.
- Fixed test suite didn't log the parser in some cases.

Refactoring & Maintenance:
- Removed many old, unused, and unnecessary functions and logic.
- Renamed parse_options() to parse_cli_args() for clarity.
- Migrated Parsable and implementations to Parsables.hpp.
- Switched to macro-based getters and setters for the Arg module.
- Removed all unused imports.

Code Quality & Formatting:
- Applied clang-format (Google style) for consistent code formatting.
- Updated code to comply with clang-tidy recommendations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant