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

Move clib-demo to samples #1454

Merged
merged 4 commits into from
Mar 10, 2023
Merged

Move clib-demo to samples #1454

merged 4 commits into from
Mar 10, 2023

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    668b5c0 View commit details
    Browse the repository at this point in the history
  2. [samples] Simplify clib demo

    ischoegl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    5b48d4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e853b8 View commit details
    Browse the repository at this point in the history
  4. [test_problems] Remove checks for legacy VS versions

    _MSC_VER < 1900 corresponds to 1800 and earlier, which is
    VC++ version 12.0 (Visual Studio 2013). Cantera now uses the C++17
    standard, with the current minimum requirement VC++ version 14.1
    (Visual Studio 2017).
    ischoegl committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4f519b8 View commit details
    Browse the repository at this point in the history