Skip to content

Conversation

@csboo
Copy link
Owner

@csboo csboo commented Jun 4, 2025

No description provided.

csboo and others added 5 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.

2 participants