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

feat(protobuf): Add an option to remove RTTI from binaries #4682

Merged
merged 4 commits into from Mar 10, 2021
Merged

feat(protobuf): Add an option to remove RTTI from binaries #4682

merged 4 commits into from Mar 10, 2021

Commits on Mar 8, 2021

  1. Copy the full SHA
    2a2b983 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ec851e0 View commit details
    Browse the repository at this point in the history
  3. In the protobuf recipe, if we aren't in a version that supports the r…

    …emoval of RTTI, remove it
    
    That also means there will be no CMake definition, and that Conan will
    crash if you request it.
    floriansimon1 committed Mar 8, 2021
    Copy the full SHA
    aa3ca2b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Warn that versions of Protobuf between 3.15.4 and 4 are not buildable…

    … with clang < 4
    
    This change comes from #4776
    floriansimon1 committed Mar 9, 2021
    Copy the full SHA
    8b0f820 View commit details
    Browse the repository at this point in the history