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

Develop #25

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

Develop #25

wants to merge 56 commits into from

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 21 commits August 28, 2019 09:09
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.

None yet

1 participant