Skip to content

mnt/conda

Paul McCarthy requested to merge mnt/conda into master

This MR contains several changes:

  1. Compile NewNifti as a shared, not static, library
  2. Put the contents of nifti1.h and nifti2.h into the NiftiIO namespace, to avoid collisions with dirent.h on some platforms (the DT_UNKNOWN symbol)
  3. Change the DT_* (and many other) symbols from preprocessor constants to enum values (see 2)
  4. Namespacing changes so that the nifti1.h and nifti2.h header files from this project can co-exist with their equivalents from ciftilib

Merge request reports

Loading