Skip to content
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

cpp: add build-time flags to make compression dependencies optional #1013

Merged
merged 7 commits into from
Nov 14, 2023

Commits on Nov 13, 2023

  1. C++: Make LZ4 and ZSTD dependencies optional + clang-format

    New defines: MCAP_COMPRESSION_NO_ZSTD, MCAP_COMPRESSION_NO_LZ4
    asherikov committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    95b1a58 View commit details
    Browse the repository at this point in the history
  2. reader: report unsupported compression if not compiled in

    remove extra default
    james-rms committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    111c7a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6839722 View commit details
    Browse the repository at this point in the history
  4. update README

    james-rms committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4ea93cc View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. run tests in ci

    james-rms committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c9a229f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    408f0b6 View commit details
    Browse the repository at this point in the history
  3. add zstd test

    james-rms committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    04d9ca4 View commit details
    Browse the repository at this point in the history