File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# # See: https://clang.llvm.org/docs/ClangFormatStyleOptions.html for details of each option
55# #
66# # The clang-format binaries can be downloaded as part of the clang binary distributions
7- # # from http ://releases.llvm.org/download.html
7+ # # from https ://releases.llvm.org/download.html
88# #
99# # Use the script Utilities/Maintenance/clang-format.bash to faciliate
1010# # maintaining a consistent code style.
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
1313 - os : ubuntu-18.04
1414 c-compiler : " gcc"
1515 cxx-compiler : " g++"
16- itk-git-tag : " v5.3rc03 "
16+ itk-git-tag : " d6acfd26bfcdec606d605beb1301bddfb17c05a6 "
1717 cmake-build-type : " MinSizeRel"
1818 - os : windows-2019
1919 c-compiler : " cl.exe"
2020 cxx-compiler : " cl.exe"
21- itk-git-tag : " v5.3rc03 "
21+ itk-git-tag : " d6acfd26bfcdec606d605beb1301bddfb17c05a6 "
2222 cmake-build-type : " Release"
2323 - os : macos-10.15
2424 c-compiler : " clang"
2525 cxx-compiler : " clang++"
26- itk-git-tag : " v5.3rc03 "
26+ itk-git-tag : " d6acfd26bfcdec606d605beb1301bddfb17c05a6 "
2727 cmake-build-type : " MinSizeRel"
2828
2929 steps :
Original file line number Diff line number Diff line change 11
22 Apache License
33 Version 2.0, January 2004
4- http ://www.apache.org/licenses/
4+ https ://www.apache.org/licenses/
55
66 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
77
193193 you may not use this file except in compliance with the License.
194194 You may obtain a copy of the License at
195195
196- http ://www.apache.org/licenses/LICENSE-2.0
196+ https ://www.apache.org/licenses/LICENSE-2.0
197197
198198 Unless required by applicable law or agreed to in writing, software
199199 distributed under the License is distributed on an "AS IS" BASIS,
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ MultipleImageIterator
66Overview
77--------
88
9- An `ITK <http ://itk.org >`_-based implementation of principal components analysis.
9+ An `ITK <https ://itk.org >`_-based implementation of principal components analysis.
1010
11- For more information, see the `Insight Journal article <http ://hdl.handle.net/10380/3455 >`_::
11+ For more information, see the `Insight Journal article <https ://hdl.handle.net/10380/3455 >`_::
1212
1313 Schaerer J.
1414 A MultipleImageIterator for iterating over multiple images simultaneously
1515 The Insight Journal. December, 2014.
16- http ://hdl.handle.net/10380/3455
17- http ://www.insight-journal.org/browse/publication/915
16+ https ://hdl.handle.net/10380/3455
17+ https ://www.insight-journal.org/browse/publication/915
1818
1919Installation
2020------------
Original file line number Diff line number Diff line change 66 * you may not use this file except in compliance with the License.
77 * You may obtain a copy of the License at
88 *
9- * http ://www.apache.org/licenses/LICENSE-2.0.txt
9+ * https ://www.apache.org/licenses/LICENSE-2.0.txt
1010 *
1111 * Unless required by applicable law or agreed to in writing, software
1212 * distributed under the License is distributed on an "AS IS" BASIS,
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ The MultipleImageIterator is a simple wrapper class that tries to make this more
77
88A more detailed description can be found in the Insight Journal article::
99Schaerer J. \" A MultipleImageIterator for iterating over multiple images simultaneously\" .
10- http ://hdl.handle.net/10380/3455
11- http ://www.insight-journal.org/browse/publication/915
10+ https ://hdl.handle.net/10380/3455
11+ https ://www.insight-journal.org/browse/publication/915
1212 December, 2014.
1313" )
1414
Original file line number Diff line number Diff line change 66 * you may not use this file except in compliance with the License.
77 * You may obtain a copy of the License at
88 *
9- * http ://www.apache.org/licenses/LICENSE-2.0.txt
9+ * https ://www.apache.org/licenses/LICENSE-2.0.txt
1010 *
1111 * Unless required by applicable law or agreed to in writing, software
1212 * distributed under the License is distributed on an "AS IS" BASIS,
You can’t perform that action at this time.
0 commit comments