Skip to content

Develop#25

Open
taznux wants to merge 58 commits intomasterfrom
develop
Open

Develop#25
taznux wants to merge 58 commits intomasterfrom
develop

Conversation

@taznux
Copy link
Owner

@taznux taznux commented Jun 30, 2020

No description provided.

taznux and others added 30 commits December 25, 2017 16:00
test for brew error
Merge master  to develop
Ancient CMake versions required upper-case commands.  Later command names
became case-insensitive.  Now the preferred style is lower-case.
Ancient versions of CMake required else(), endif(), and similar block
termination commands to have arguments matching the command starting the block.
This is no longer the preferred style.
Wookjin Choi and others added 20 commits August 28, 2019 13:14
Use constexpr for constant numeric literals.
git grep -l "ITK_NULLPTR" |   fgrep -v itk_compiler_detection.h | fgrep -v CMakeLists.txt |fgrep -v .cmake |   xargs sed -i '' -e "s/ITK_NULLPTR/nullptr/g"
git grep -l "ITK_OVERRIDE" |   fgrep -v itk_compiler_detection.h | fgrep -v CMakeLists.txt |fgrep -v .cmake |   xargs sed -i '' -e "s/ITK_OVERRIDE/override/g"
git grep -l \"ITK_NOEXCEPT_OR_THROW\" |   fgrep -v itk_compiler_detection.h | fgrep -v itkMacro.h | fgrep -v CMakeLists.txt |fgrep -v .cmake |   xargs sed -i '' -e \"s/ ITK_NOEXCEPT_OR_THROW/ ITK_NOEXCEPT/g\"
* COMP: fixed to support ITK5

* COMP: support both ITK4 and ITK5

* COMP: to test combiations of ITK 4 and 5 as well as python 3.6 and 3.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant