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

Fixed cmake warnings. #1133

Merged
merged 5 commits into from
Aug 6, 2024
Merged

Fixed cmake warnings. #1133

merged 5 commits into from
Aug 6, 2024

Commits on Aug 6, 2024

  1. Fixed cmake warnings.

    redboltz committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    232fff1 View commit details
    Browse the repository at this point in the history
  2. Fixed brew update on CI.

    redboltz committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    22f6fa1 View commit details
    Browse the repository at this point in the history
  3. Conditional include msgpack::variant.

    It uses boost::variant. boost::variant requires boost::tyoe_index.
    boost::type index has dropped C++03 support.
    redboltz committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    636a013 View commit details
    Browse the repository at this point in the history
  4. Boost.Test has dropped C++03 support.

    msgpack-c adjusted it.
    redboltz committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    28cfb1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0605190 View commit details
    Browse the repository at this point in the history