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

Add msys2 workflow for CMake #4991

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Oct 21, 2024

  1. Add msys2 workflow for CMake

    byrnHDF committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ce70344 View commit details
    Browse the repository at this point in the history
  2. Add call to msys2 workflow

    byrnHDF committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5df0ee5 View commit details
    Browse the repository at this point in the history
  3. Correct workflow step

    byrnHDF committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8fdc7b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Do not regenerate files

    byrnHDF committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7fa9107 View commit details
    Browse the repository at this point in the history
  2. Correct option name

    byrnHDF committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c81df1d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    e13eed3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c55e8e View commit details
    Browse the repository at this point in the history
  3. Don't check for alarm(2) on MinGW in CMake

    alarm(2) is spotty on MinGW and often picked up as present by
    configure checks, even when it's non-functional.
    derobins committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8e6bc72 View commit details
    Browse the repository at this point in the history
  4. Added a note to RELEASE.txt

    derobins committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2d308c1 View commit details
    Browse the repository at this point in the history