Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cppalliance/capy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: cppalliance/capy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/sub-pr-25
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 15 files changed
  • 3 contributors

Commits on Nov 29, 2025

  1. docs: Add Javadoc documentation to all public symbols

    Added comprehensive Boost-style Javadoc documentation comments to all
    public symbols in the include/boost/capy directory, including:
    
    - datastore.hpp: class and member documentation
    - polystore_fwd.hpp: forward declaration comment
    - brotli.hpp: file-level documentation
    - brotli/encode.hpp: enums, constants, service interface, and functions
    - brotli/decode.hpp: enums, result codes, service interface, and functions
    - brotli/shared_dictionary.hpp: enum and service documentation
    - zlib.hpp: file-level documentation
    - zlib/stream.hpp: structure and member documentation
    - zlib/deflate.hpp: service interface and all member functions
    - zlib/inflate.hpp: service interface and all member functions
    - zlib/flush.hpp: enum values with descriptions
    - zlib/compression_level.hpp: compression level constants
    - zlib/compression_method.hpp: compression method constants
    - zlib/compression_strategy.hpp: strategy constants with explanations
    - zlib/data_type.hpp: data type constants
    
    All documentation follows Boost C++ Libraries Javadoc conventions with:
    - Brief descriptions starting with appropriate verb forms
    - @param tags for function parameters
    - @return tags for return values
    - Proper formatting and structure
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Vinnie Falco <[email protected]>
    github-actions[bot] and vinniefalco committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    c3f1075 View commit details
    Browse the repository at this point in the history
  2. Initial plan

    Copilot committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    d2431af View commit details
    Browse the repository at this point in the history
Loading