Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: InsightSoftwareConsortium/ITKTextureFeatures
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.2
Choose a base ref
...
head repository: InsightSoftwareConsortium/ITKTextureFeatures
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.0
Choose a head ref
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Jan 3, 2023

  1. ENH: Update CI configuration to 5.3.0 latest

    ITKRemoteModuleBuildTestPackageAction main 2023-01-03.
    thewtex committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    e20b8f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3e5d1c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #99 from thewtex/ci-update

    ENH: Update CI configuration to 5.3.0 latest
    PranjalSahu authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    93a550b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0823b10 View commit details
    Browse the repository at this point in the history
  5. COMP: Match CMake minimum required version to ITK's

    Match CMake minimum required version to  ITK's.
    
    Fixes:
    ```
    CMake Warning at D:/a/ITKTextureFeatures/ITK/CMake/ITKModuleExternal.cmake:12 (message):
    -- cmake_minimum_required of 3.10.2 is not enough.
      cmake_minimum_required must be at least 3.16.3
    Call Stack (most recent call first):
      CMakeLists.txt:8 (include)
    
    -- This is needed to allow proper setting of CMAKE_MSVC_RUNTIME_LIBRARY.
    -- Do not be surprised if you run into link errors of the style:
      LNK2038: mismatch detected for 'RuntimeLibrary': value 'MTd_Static' doesn't match value 'MDd_Dynamic' in module.obj
      cmake_minimum_required must be at least 3.16.3
    Call Stack (most recent call first):
      CMakeLists.txt:21 (include)
    ```
    
    raised for example at:
    https://open.cdash.org/build/8374782/configure
    jhlegarreta committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    867bbc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Merge pull request #98 from PranjalSahu/removefixed

    ENH: Remove un-used FixedArray wrapping
    thewtex authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    e73e2cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from jhlegarreta/MatchCMakeMinimumRequiredToITK

    COMP: Match CMake minimum required version to ITK's
    thewtex authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    e8a9020 View commit details
    Browse the repository at this point in the history
Loading