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

ENH: Update GitHub Actions configuration for ITK 5.4.0 #98

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 29, 2024

  1. ENH: Update GitHub Actions configuration for ITK 5.4.0

    Points to `main`, which is currently up-to-date with ITK v5.4.0.
    thewtex committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6b6d2d4 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. COMP: Bump C++ standard to 17

    Required for ITK 5.4.0.
    thewtex committed May 30, 2024
    Configuration menu
    Copy the full SHA
    cb1d906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f82c9f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. COMP: Update jsonxx

    thewtex committed May 31, 2024
    Configuration menu
    Copy the full SHA
    82116f9 View commit details
    Browse the repository at this point in the history
  2. COMP: Avoid ... operator

    To address:
    
    D:\a\ITKPerformanceBenchmarking\ITKPerformanceBenchmarking\src\jsonxx.cc(222): error C2143: syntax error: missing ':' before '...'
    D:\a\ITKPerformanceBenchmarking\ITKPerformanceBenchmarking\src\jsonxx.cc(222): error C2059: syntax error: '...'
    thewtex committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d1c470a View commit details
    Browse the repository at this point in the history