-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor CI and enhance code robustness
- Removed OpenCppCoverage and Codecov integration from cmake.yml, indicating a shift in coverage analysis strategy. - Added automated packaging of CZIrepair-binary for Windows Release builds to streamline distribution. - Deleted GitHub Pages deployment workflow (pages.yml), suggesting a change in documentation hosting strategy. - Enhanced C++ code documentation and made codebase improvements in `commandlineoptions.h` and `czirepair.cpp`, including adding documentation comments, making variables `const`, standardizing namespace usage, and introducing more detailed logging. - Improved error handling in `repairutilities.cpp` for better robustness and added documentation comments to `SubBlockDimensionInfoRepairInfo` struct. - Overhauled Unicode support in `utilities.cpp` for accurate UTF-8 and wide character string conversions, reflecting these changes in `utilities.h` function signatures.
- Loading branch information
Showing
8 changed files
with
99 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters