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

Remove VIGRA support #122

Merged
merged 17 commits into from
Oct 14, 2018
Merged

Conversation

jakirkham
Copy link
Member

Remove support for VIGRA C++ bindings as these are no longer used or maintained.

@jakirkham jakirkham mentioned this pull request Oct 14, 2018
As we manage the bindings through Cython and the C++ code is easily
usable, there is not much need in maintaining VIGRA bindings. Especially
as this library is mainly used through Python. So go ahead stop testing
VIGRA on CI in preparation of removing the VIGRA bindings.
As we are no longer supporting or using the VIGRA C++ bindings, go ahead
and drop those from the headers.
As there is no need to separate out a non-VIGRA/base portion of the C++
rank filter algorithm into another header, go ahead and rename it to
`rank_filter.hxx` dropping `rank_filter_base.hxx` in the process.
As we are no longer shipping the VIGRA bindings, there is no need to
have VIGRA C++ tests. So go ahead and drop them.
No need to signify these C++ tests as base tests as they are the only
C++ tests.
No need to search for VIGRA as we are no longer using it.
As we have stripped `_base` from the C++ tests, cleanup the CMake build
accordingly.
Comparison here was incorrect in that it referenced VIGRA when it
shouldn't. So drop the VIGRA reference.
As the `_base` suffix has been dropped, update the Cython header
accordingly.
Drop `_base` suffix from C++ header as it is has been renamed.
Drop use of base in all names as this is no longer a relevant designator
and some files have already been renamed.
Drop `_base` from C++ executable as it is no longer a relevant
designator.
As the header file has been renamed, the guard should also be updated.
No need to reference a subset of C++ tests. These are all of the C++
tests now.
@jakirkham jakirkham merged commit 24ee13e into nanshe-org:master Oct 14, 2018
@jakirkham jakirkham deleted the rm_vigra_support branch October 14, 2018 05:02
@jakirkham
Copy link
Member Author

Going ahead and merging as the last two commits should have negligible effect on the already passing CI.

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