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

Fix issues identified by _GLIBCXX_ASSERTIONS and various build warnings #1441

Merged
merged 7 commits into from
Feb 25, 2023

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    792f379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d447ef2 View commit details
    Browse the repository at this point in the history
  3. Fix some compiler warnings

    speth committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    4a2a83a View commit details
    Browse the repository at this point in the history
  4. Fix warnings about sprintf from Apple Clang

    Starting in macOS 13.2, the use of sprintf started generating
    deprecation warnings, even though it's not deprecated by the C++ standard.
    speth committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f835d25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    feffc3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec01975 View commit details
    Browse the repository at this point in the history
  7. Fix setuptools warning about package data

    Setuptools started giving the warning:
    
    "Installing 'cantera.test' as data is deprecated, please list it in
    `packages`."
    
    for the data, test, and examples directories.
    speth committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    ec523de View commit details
    Browse the repository at this point in the history