Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

fosterbrereton
Copy link
Contributor

@fosterbrereton fosterbrereton commented May 8, 2025

  • Added fixed_vector container class with fixed capacity at compile time
    • Implements standard vector-like interface with bounds checking
    • Includes comprehensive test suite covering all operations
    • Used to replace std::array in DWARF attribute handling and object_ancestry implementation details
    • Added comprehensive test suite for fixed_vector
  • Migrated orc_test to Google Test. This includes running the supplied orc_test battery as a collection of gtest based tests.
  • Improvements to the Github actions reporting, where the gtest output is JSON-formatted, then converted to Markdown and rolled up as part of the overall job summary.

@fosterbrereton fosterbrereton merged commit d0cb469 into main May 16, 2025
3 checks passed
@fosterbrereton fosterbrereton deleted the fosterbrereton/fixed-vector branch May 16, 2025 23:41
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