mnt/conda
This MR contains several changes:
- Compile NewNifti as a shared, not static, library
- Put the contents of
nifti1.h
andnifti2.h
into theNiftiIO
namespace, to avoid collisions withdirent.h
on some platforms (theDT_UNKNOWN
symbol) - Change the
DT_*
(and many other) symbols from preprocessor constants toenum
values (see 2) - Namespacing changes so that the
nifti1.h
andnifti2.h
header files from this project can co-exist with their equivalents from ciftilib