Skip to content

Commit

Permalink
STYLE: Replace ${git_protocol} with https
Browse files Browse the repository at this point in the history
The git:// protocol is now deprecated in favor of https -- just always
use https. The git_protocol CMake variable is retained for backwards
compatibility.
  • Loading branch information
thewtex committed Jan 23, 2024
1 parent 0a36430 commit 8b22004
Show file tree
Hide file tree
Showing 65 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion Modules/Remote/AdaptiveDenoising.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ itk_fetch_module(
https://insight-journal.org/browse/publication/979.
"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/ntustison/ITKAdaptiveDenoising.git
GIT_REPOSITORY https://github.com/ntustison/ITKAdaptiveDenoising.git
GIT_TAG 24825c8d246e941334f47968553f0ae388851f0c
)
2 changes: 1 addition & 1 deletion Modules/Remote/AnalyzeObjectLabelMap.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ itk_fetch_module(
AnalyzeObjectLabelMap
"AnalyzeObjectLabelMap plugin for ITK. From Insight Journal article with handle: https://www.insight-journal.org/browse/publication/178"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/itkAnalyzeObjectMap.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/itkAnalyzeObjectMap.git
GIT_TAG e6a8291f6066c4f0e732d422c3cdb0a5644f2ce6
)
2 changes: 1 addition & 1 deletion Modules/Remote/AnisotropicDiffusionLBR.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ itk_fetch_module(
https://insight-journal.org/browse/publication/953
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKAnisotropicDiffusionLBR.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKAnisotropicDiffusionLBR.git
GIT_TAG d46aab0e0c8f02b89eaa0420e61970559177683f
)
2 changes: 1 addition & 1 deletion Modules/Remote/BSplineGradient.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ itk_fetch_module(
BSplineGradient
"Approximate an image's gradient from a b-spline fit to its intensity."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKBSplineGradient.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKBSplineGradient.git
GIT_TAG 827b708f912b57519e9b1eec3551aea837e0cf7a
)
2 changes: 1 addition & 1 deletion Modules/Remote/BioCell.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ It has classes to represent cells' shape, color, and growth state.
It also has classes to represent a cell genome,
whose expression is modeled by differential equations."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKBioCell.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKBioCell.git
GIT_TAG 5a6ee6c0cef727d8a6c39b3333af0fced0611deey
)
2 changes: 1 addition & 1 deletion Modules/Remote/BoneEnhancement.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ itk_fetch_module(
BoneEnhancement
"Various filters for enhancing cortical bones in quantitative computed tomography."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKBoneEnhancement.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKBoneEnhancement.git
GIT_TAG 658b9cb31f7216f604dfd35b187bd1ae80fd7506
)
2 changes: 1 addition & 1 deletion Modules/Remote/BoneMorphometry.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ itk_fetch_module(
https://www.insight-journal.org/browse/publication/988
"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKBoneMorphometry.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKBoneMorphometry.git
GIT_TAG 47b8f352fb2cb7204d7a8b332847da438f268b35
)
2 changes: 1 addition & 1 deletion Modules/Remote/Cleaver.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ itk_fetch_module(
Cleaver
"ITK module wrapping Cleaver functionalities used for MultiMaterial Tetrahedral Meshing."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/SCIInstitute/ITKCleaver.git
GIT_REPOSITORY https://github.com/SCIInstitute/ITKCleaver.git
GIT_TAG 0ece368f2e8a8b8d619abf0157d288b1dfd080ac
)
2 changes: 1 addition & 1 deletion Modules/Remote/Cuberille.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ And the related:
January-June, 2008.
"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKCuberille.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKCuberille.git
GIT_TAG 2b8509ad31beab7314146c19404ff0b49dcba6dc
)
2 changes: 1 addition & 1 deletion Modules/Remote/CudaCommon.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ itk_fetch_module(
CudaCommon
"Framework for processing images with Cuda."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/RTKConsortium/ITKCudaCommon.git
GIT_REPOSITORY https://github.com/RTKConsortium/ITKCudaCommon.git
GIT_TAG cc772817b320f0055a7bc4025465bda5b5a55140
)
2 changes: 1 addition & 1 deletion Modules/Remote/Deprecated/NeuralNetworks.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This can be used, for instance, for image classification.
This historical set of features is likely not appropriate for modern neural
network implementations due to performance issues."
MODULE_COMPLIANCE_LEVEL 0
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKNeuralNetworks.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKNeuralNetworks.git
GIT_TAG c293e56699d6d102dcde567baf1cf5b704819c17
)

Expand Down
2 changes: 1 addition & 1 deletion Modules/Remote/FPFH.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ Please refer to the documentation upstream for a detailed description and sample
https://github.com/InsightSoftwareConsortium/ITKFPFH
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKFPFH.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKFPFH.git
GIT_TAG c2c86b2b1e457e1d99c038aec38e2dea9e67f2e9
)
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ itk_fetch_module(
FixedPointInverseDisplacementField
"Computes the inverse of a displacement field."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKFixedPointInverseDisplacementField.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKFixedPointInverseDisplacementField.git
GIT_TAG e38e8a3c5af0ffc6ee208e44b805b817d9836ab2
)
2 changes: 1 addition & 1 deletion Modules/Remote/GenericLabelInterpolator.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ itk_fetch_module(
GenericLabelInterpolator
"A generic interpolator for multi-label images."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKGenericLabelInterpolator.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKGenericLabelInterpolator.git
GIT_TAG 35212939091e9a449e78cf4b811f8081e2d3f104
)
2 changes: 1 addition & 1 deletion Modules/Remote/GrowCut.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ itk_fetch_module(
GrowCut
"ITKGrowCut segments a 3D image from user-provided foreground and background seeds."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKGrowCut.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKGrowCut.git
GIT_TAG 21d982afd15047173108d39643adfba3ba7ca0a9
)
2 changes: 1 addition & 1 deletion Modules/Remote/HASI.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ itk_fetch_module(
HASI
"High-throughput Applications for Skeletal Imaging."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/KitwareMedical/HASI.git
GIT_REPOSITORY https://github.com/KitwareMedical/HASI.git
GIT_TAG d58acf4cda836bdedd1b7531dddc8ca7b20b396a
)
2 changes: 1 addition & 1 deletion Modules/Remote/HigherOrderAccurateGradient.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ itk_fetch_module(
Higher Order Accurate Derivative and Gradient Calculation in ITK
https://www.insight-journal.org/browse/publication/775"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKHigherOrderAccurateGradient.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKHigherOrderAccurateGradient.git
GIT_TAG f90bb7ec83c7842c03e4e68d58957b965870497e
)
2 changes: 1 addition & 1 deletion Modules/Remote/IOFDF.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ itk_fetch_module(
IOFDF
"FDFImageIO plugin for ITK. Authors Gleen Pierce/Nick Tustison/Kent Williams"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKIOFDF.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIOFDF.git
GIT_TAG 79695870f4d2416b257db733624a3e8bfc38391d
)
2 changes: 1 addition & 1 deletion Modules/Remote/IOMeshSTL.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ itk_fetch_module(
"This module contains classes for reading and writing QuadEdgeMeshes using
the STL (STereoLithography) file format. https://www.insight-journal.org/browse/publication/913"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKIOMeshSTL.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIOMeshSTL.git
GIT_TAG 31594eb088ef35897e7ce0f02077e8ce50454e01
)
2 changes: 1 addition & 1 deletion Modules/Remote/IOMeshSWC.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ itk_fetch_module(
IOMeshSWC
"Read meshes from SWC files, a format for representing neuron morphology."
MODULE_COMPLIANCE_LEVEL 4
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKIOMeshSWC.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIOMeshSWC.git
GIT_TAG 6375295e7802c6a064c90d11f48b3ea238ac8d76
)
2 changes: 1 addition & 1 deletion Modules/Remote/IOOpenSlide.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ itk_fetch_module(
IOOpenSlide
"ITK ImageIO for OpenSlide library supported file formats. These are generally TIFF-based microscopy formats."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKIOOpenSlide.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIOOpenSlide.git
GIT_TAG fb654552e240e50bd4121d431d88536d2c84e937
)
2 changes: 1 addition & 1 deletion Modules/Remote/IOScanco.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ itk_fetch_module(
IOScanco
"An ITK module to read and write Scanco microCT .isq files."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/KitwareMedical/ITKIOScanco.git
GIT_REPOSITORY https://github.com/KitwareMedical/ITKIOScanco.git
GIT_TAG c7352ec1d5071968f64459e722335170de59bba4
)
2 changes: 1 addition & 1 deletion Modules/Remote/IOTransformDCMTK.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ itk_fetch_module(
"The modules contains classes for reading spatial transform from DICOM
files. See https://www.insight-journal.org/browse/publication/923"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKIOTransformDCMTK.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIOTransformDCMTK.git
GIT_TAG e97e0e8c27809eea1834dd534a47fc06168e3e45
)
2 changes: 1 addition & 1 deletion Modules/Remote/IsotropicWavelets.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ Cerdan, P.H. \"Steerable Isotropic Wavelets for Multiscale and Phase Analysis\".
"
# Upstream repository was transferred from phcerdan to InsightSoftwareConsortium
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKIsotropicWavelets.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIsotropicWavelets.git
GIT_TAG b63d8d55f146d194b665e3599d5a154054d052e9
)
2 changes: 1 addition & 1 deletion Modules/Remote/LabelErodeDilate.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ itk_fetch_module(
https://www.insight-journal.org/browse/publication/228"
MODULE_COMPLIANCE_LEVEL 2
#UPSTREAM_GIT_REPOSITORY
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKLabelErodeDilate.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKLabelErodeDilate.git
GIT_TAG 7e23b12be913ff2bd935d9ffc2d10b573a923501
)
2 changes: 1 addition & 1 deletion Modules/Remote/LesionSizingToolkit.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ itk_fetch_module(
LesionSizingToolkit
"Framework for determining the sizes of lesions in medical images."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/LesionSizingToolkit.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/LesionSizingToolkit.git
GIT_TAG 58b95e8f54e8f270b2b221c519f7a49c2086bb11
)
2 changes: 1 addition & 1 deletion Modules/Remote/MGHIO.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ itk_fetch_module(
MGHIO
"MGHIO ImageIO plugin for ITK"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/itkMGHImageIO.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/itkMGHImageIO.git
GIT_TAG 4b2e7bd514d3759b6903b75c71d593d061b6e6a3
)
2 changes: 1 addition & 1 deletion Modules/Remote/MeshNoise.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ itk_fetch_module(
https://www.insight-journal.org/browse/publication/981
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKMeshNoise.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKMeshNoise.git
GIT_TAG a01fae4f1d637eb6d4a183d940b9ce79970db14e
)
2 changes: 1 addition & 1 deletion Modules/Remote/MeshToPolyData.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ itk_fetch_module(
MeshToPolyData
"Convert an ITK Mesh to a data structure compatible with vtkPolyData."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKMeshToPolyData.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData.git
GIT_TAG 40e3e6cc6a0742382b8a7983c092f1b20da51c2e
)
2 changes: 1 addition & 1 deletion Modules/Remote/MinimalPathExtraction.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ itk_fetch_module(
"https://www.insight-journal.org/browse/publication/213
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction.git
GIT_TAG 35dd8e83b7df2059876e6835a5741eb3d45973bf
)
# Release v1.2.6
2 changes: 1 addition & 1 deletion Modules/Remote/Montage.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ itk_fetch_module(
Montage
"Reconstruction of 3D volumetric dataset from a collection of 2D slices"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKMontage.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKMontage.git
GIT_TAG 53f0970fe3ed9a257c8e7f1e6b1ab547840f8fa8
)
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ IEEE Trans Biomed Eng. 2008 Aug;55(8):2022-38. doi: 10.1109/TBME.2008.921158.
This work is supported by NIH grant R01 EB014346
'Continued development and maintenance of the ITK-SNAP 3D image segmentation software'."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/KitwareMedical/ITKMorphologicalContourInterpolation.git
GIT_REPOSITORY https://github.com/KitwareMedical/ITKMorphologicalContourInterpolation.git
GIT_TAG a31fbf768db9d51ad6d54d9dccd532c33cd4d720
)
2 changes: 1 addition & 1 deletion Modules/Remote/MultipleImageIterator.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ Schaerer J. \"A MultipleImageIterator for iterating over multiple images simulta
December, 2014.
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/KitwareMedical/MultipleImageIterator.git
GIT_REPOSITORY https://github.com/KitwareMedical/MultipleImageIterator.git
GIT_TAG 046e70f43f56ac1a0e32e083fb1fe1d1379a1f73
)
2 changes: 1 addition & 1 deletion Modules/Remote/ParabolicMorphology.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ itk_fetch_module(
by spheres, sharpenings and grayscale operations.
https://www.insight-journal.org/browse/publication/228"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKParabolicMorphology.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKParabolicMorphology.git
GIT_TAG 4cfb99d9688184f579bf4fae4c8cf99ea61bb8e5
)
2 changes: 1 addition & 1 deletion Modules/Remote/PerformanceBenchmarking.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ For more information, see::
https://insight-journal.org/browse/publication/972
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKPerformanceBenchmarking.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKPerformanceBenchmarking.git
GIT_TAG 950921a642a720867c00c92c548312a4939da917
)
2 changes: 1 addition & 1 deletion Modules/Remote/PhaseSymmetry.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ The Insight Journal. July-December. 2011.
https://www.insight-journal.org/browse/publication/846
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/KitwareMedical/ITKPhaseSymmetry.git
GIT_REPOSITORY https://github.com/KitwareMedical/ITKPhaseSymmetry.git
GIT_TAG 4d9cba2d0529e29500c11fd25ac9c4c808a0279b
)
2 changes: 1 addition & 1 deletion Modules/Remote/PolarTransform.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ For more information, see the Insight Journal article:
https://insight-journal.org/browse/publication/130
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKPolarTransform.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKPolarTransform.git
GIT_TAG 930d44ac91d2994e4d604be67714f1ffb9cd065c
)
2 changes: 1 addition & 1 deletion Modules/Remote/PrincipalComponentsAnalysis.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ A more detailed description can be found in the Insight Journal article:
August, 2013.
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKPrincipalComponentsAnalysis.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKPrincipalComponentsAnalysis.git
GIT_TAG 2f8d8bffb37fca8875a674465af5e3d902432f30
)
2 changes: 1 addition & 1 deletion Modules/Remote/RANSAC.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ Please refer to the documentation upstream for a detailed description and sample
https://github.com/InsightSoftwareConsortium/ITKRANSAC
"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKRANSAC.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKRANSAC.git
GIT_TAG ed350fbabaf82c81167f41c6996e779425e87de4
)
2 changes: 1 addition & 1 deletion Modules/Remote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Use the following template to document the compliance level of the modules.
itk_fetch_module(MyFavRemoteModule
"The best image processing algorithm in ITK. From Insight Journal article with handle: https://hdl.handle.net/1234/567"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/MyFavRemoteModule.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/MyFavRemoteModule.git
GIT_TAG 9988d866433896368bd3049c396b974433b22ccd
)
```
2 changes: 1 addition & 1 deletion Modules/Remote/RLEImage.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ https://www.insight-journal.org/browse/publication/978
This work is supported by NIH grant R01 EB014346
'Continued development and maintenance of the ITK-SNAP 3D image segmentation software'."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/KitwareMedical/ITKRLEImage.git
GIT_REPOSITORY https://github.com/KitwareMedical/ITKRLEImage.git
GIT_TAG 070fef6b0cd6122d95b62913487c2348ba8f5189
)
2 changes: 1 addition & 1 deletion Modules/Remote/RTK.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ itk_fetch_module(
RTK
"Reconstruction Toolkit (RTK) https://www.openrtk.org/"
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/RTKConsortium/RTK.git
GIT_REPOSITORY https://github.com/RTKConsortium/RTK.git
GIT_TAG ab08d7a61cb50301d0ed26287a507b856b013314
)
2 changes: 1 addition & 1 deletion Modules/Remote/SCIFIO.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ itk_fetch_module(
SCIFIO
"SCIFIO (Bioformats) ImageIO plugin for ITK"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/scifio/scifio-imageio.git
GIT_REPOSITORY https://github.com/scifio/scifio-imageio.git
GIT_TAG 1054ece893ee072bdb8124c45ce207de00af280f
)
2 changes: 1 addition & 1 deletion Modules/Remote/Shape.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ itk_fetch_module(
ITK external module for libraries originally developed in SPHARM-PDM 3D Slicer extension (https://github.com/NIRALUser/SPHARM-PDM)."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/SlicerSALT/ITKShape.git
GIT_REPOSITORY https://github.com/SlicerSALT/ITKShape.git
GIT_TAG eb38c9603e78f03e7ed085e3bdac450ad8000dcb
)
2 changes: 1 addition & 1 deletion Modules/Remote/SimpleITKFilters.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ itk_fetch_module(
implementations designed for SimpleITK's requirements. Currently it
contains a discrete hessian, and a composite filter to compute objectness."
MODULE_COMPLIANCE_LEVEL 3
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKSimpleITKFilters.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKSimpleITKFilters.git
GIT_TAG bb896868fc6480835495d0da4356d5db009592a6
)
2 changes: 1 addition & 1 deletion Modules/Remote/SkullStrip.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ itk_fetch_module(
SkullStrip
"A class to perform automatic skull-stripping for neuroimage analysis."
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKSkullStrip.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKSkullStrip.git
GIT_TAG da5821af3e2fe8f4c2d881d4fd961b17d0684b3e
)
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ itk_fetch_module(
SmoothingRecursiveYvvGaussianFilter
"GPU and CPU Young & Van Vliet Recursive Gaussian Smoothing Filter: https://www.insight-journal.org/browse/publication/896"
MODULE_COMPLIANCE_LEVEL 2
#UPSTREAM_REPO GIT_REPOSITORY ${git_protocol}://github.com/Inria-Asclepios/SmoothingRecursiveYvvGaussianFilter
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKSmoothingRecursiveYvvGaussianFilter.git
#UPSTREAM_REPO GIT_REPOSITORY https://github.com/Inria-Asclepios/SmoothingRecursiveYvvGaussianFilter
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKSmoothingRecursiveYvvGaussianFilter.git
GIT_TAG f6bd553266aa1c1c3cdebc9033fd3b21f1f734c4
)
2 changes: 1 addition & 1 deletion Modules/Remote/SphinxExamples.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ itk_fetch_module(
SphinxExamples
"This module builds the examples found at https://itk.org/ITKExamples/"
MODULE_COMPLIANCE_LEVEL 5
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKSphinxExamples.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKSphinxExamples.git
GIT_TAG 5fb149df7ba212771dee920141e5364344644c35
)
2 changes: 1 addition & 1 deletion Modules/Remote/SplitComponents.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ itk::SplitComponentsImageFilter. This filter generates component images from an
itk::Image of, for example, itk::Vector, itk::CovariantVector, or
itk::SymmetricSecondRankTensor. https://www.insight-journal.org/browse/publication/774"
MODULE_COMPLIANCE_LEVEL 2
GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKSplitComponents.git
GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKSplitComponents.git
GIT_TAG 3030e1e3144b98c190e1d19d81233472b791811e
)
Loading

0 comments on commit 8b22004

Please sign in to comment.